Giter Club home page Giter Club logo

Comments (12)

willdashwood avatar willdashwood commented on August 29, 2024

Should have googled it first! Solved that error with "pip install lxml". However, I now seem to be getting errors from the service.

Too many connections!
Please stop brute force ours services.

Is there a way to throttle requests?

from easy4us.

simont26 avatar simont26 commented on August 29, 2024

@willdashwood I ran the script and now getting access forbidden..
something like this might work to put a delay between files. I havnt tested

line #135 in main.py

`def process_files(session, dir, dest, phpfiles):
print("uploading %d files..." % len(phpfiles), end='', flush=True)
res = upload(session, dir, phpfiles)
if res:
success, failure = res
print("done. %s successful, %d failed." % (len(success), len(failure)))
# copy(dir, dest, failure)
not_decoded.extend([os.path.join(dir, f) for f in failure])
# download zip
if len(success) > 0:
if not download_zip(session, dest):
# print("download failed. refreshing session...", end='')
# session = login(args.username, args.password)
# print("done")
# if not download_zip(session, dest):
print("couldn't download. copying originals and continuing")
# copy(dir, dest, phpfiles)
not_decoded.extend([os.path.join(dir, f) for f in phpfiles])
clear(session)

# delay for 5 seconds between files
time.sleep(5)`

from easy4us.

simont26 avatar simont26 commented on August 29, 2024

you'll need to add

import time

to the imports at the start of the file as well

from easy4us.

sskafandri avatar sskafandri commented on August 29, 2024

can you please help me to fix this issue i get this error message :
clearing pageTraceback (most recent call last):
File "c:\easy4us\main.py", line 159, in
clear(session)
File "c:\easy4us\main.py", line 61, in clear
final += "%s&" % urllib.parse.urlencode({i["name"]: i["value"]})
File "\dist-packages\bs4\element.py", line 1486, in getitem
return self.attrs[key]
KeyError: 'value'

from easy4us.

ip-rw avatar ip-rw commented on August 29, 2024

Thank you for your reports.

I did reach out to the owner of easytoyou.eu when I first pushed this to GitHub... I rather assumed that anything giving him more exposure/sales was a good thing but he never responded...

I don't have an account at the moment, perhaps if somebody would be willing to share theirs with me I can have a little look to see if anything major has changed.

I've just looked at his site and saw this:

Dear easytoyou.eu users,
on 01/03/2023 we will change the prices as well as the period from membership 30 days to membership 7 days
We will be making these changes to stop abuse account sharing Internet forum's 
also to respect competition ioncube service, for prices to be more balanced for both sides.

Thanks for understanding
Administrator EasyToYou.eu

Now gentlemen - you haven't by chance been sharing accounts? Decoding IonCube involves modifying the Zend Engine recovering symbols from various places and then recreating the PHP code from the bytecode itself, and I might be wrong about this: it is hard to do. These guys provide an awesome service and if people aren't, then PAY FOR IT.

Could somebody independent confirm that there have been breaking changes to the site? If so then please speak up and we'll see what we can do to fix it.

I'm also going to message the author and find if he has any issues with what this script does (having read his message I wonder if people are using this to resell his service. I don't want this and won't support it.)

Thank you for the reports chaps. Remember this is a team effort and none of this is rocket science so feel free to do your own research and post your findings here.

from easy4us.

willdashwood avatar willdashwood commented on August 29, 2024

To be honest, I emailed the guy my zip file and he was happy to decode it all for me. Would be great if it was automated but my 30 days is almost up now.

from easy4us.

ip-rw avatar ip-rw commented on August 29, 2024

To be honest, I emailed the guy my zip file and he was happy to decode it all for me.

Well as long as you're alright then I guess we can all go home happy!

Would be great if it was automated

I feel the same way. Sort of the idea of the script...

but my 30 days is almost up now.

You really don't get this spirit of cooperation thing do you :)

Maybe you can have a word with the guy and see if he dislikes this project. Seem's he doesn't like me, I've yet to receive a response from him :)

If he's not against the project then I'll buy a package and fix this for people (not that I even know it's broken, could you check?).

from easy4us.

willdashwood avatar willdashwood commented on August 29, 2024

I'll ask him to take a look at this thread. I'd also want to know if they are happy with this project and if so, would be happy to try and help.

from easy4us.

simont26 avatar simont26 commented on August 29, 2024

@ip-rw I used this wrapper last night and my account was instantly IP banned lol. Still no response to my emails. I see they're changing pricing so I hope they don't limit the conversions at the same time

from easy4us.

ip-rw avatar ip-rw commented on August 29, 2024

I'll ask him to take a look at this thread. I'd also want to know if they are happy with this project and if so, would be happy to try and help.

sorry for my passive aggressive tone :)) my bad i got stuff on my mind :)

from easy4us.

ip-rw avatar ip-rw commented on August 29, 2024

@ip-rw I used this wrapper last night and my account was instantly IP banned lol. Still no response to my emails. I see they're changing pricing so I hope they don't limit the conversions at the same time

nobody does. i only put this up here because i had occasion to need it.

let see if the authors come back to one of us. i'm happy to delete repo this if it's causing them trouble.

there's probably a reason they dont simply allow you to upload a zip (amusing archive path fuckary vulns aside)... who knows.

i'd love to talk to the guys who produced easytoyou.eu... what they've done is super cool and every day is a school day...

from easy4us.

simont26 avatar simont26 commented on August 29, 2024

Don't worry lol its all good. Its maybe just to manage loads that they only allow 1 file at a time. Everywhere else seems to charge by the file which sucks

from easy4us.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.