Giter Club home page Giter Club logo

Comments (22)

gekkedev avatar gekkedev commented on August 24, 2024

Added login and ad removal. The "get X points"-tasks are really annoying. That way you're paying them multiple times the money that a key would cost. If we had a mail address of an account with many points we could try to see if it can be used by multiple people, because then auto-solving could be implemented. Other task types are easier to solve though, just by visiting given links.
Keeping the issue open for further discussion.

from giveawayhelperenhancer.

nihaals avatar nihaals commented on August 24, 2024

Yeah, so far if it's had the points one then I don't do it, but if someone's already got an account that would help a lot

from giveawayhelperenhancer.

nihaals avatar nihaals commented on August 24, 2024

How do you actually "trigger" it? I'm on a new giveaway, yet nothing's running

from giveawayhelperenhancer.

gekkedev avatar gekkedev commented on August 24, 2024

Most tasks can be solved by visiting two links hidden in the site's markup. Then, you just have to reload the page. I'm adding that for all tasks where I see that it is possible, but we cannot get past the point-centric ones. The next version will (for other reasons) be too experimental to send it out as update to all users, so it might take a while.
Meanwhile on #4 the ad removal is quite a struggle but might be fixed soon once the new version gets released.

from giveawayhelperenhancer.

gekkedev avatar gekkedev commented on August 24, 2024

Updated it anyway. There is a task type asking you to comment somewhere, it might be based on link-visiting and can be added easily once this theory is proven. Leaving this open until a new giveaway pops up.

from giveawayhelperenhancer.

nihaals avatar nihaals commented on August 24, 2024

https://www.bananagiveaway.com/giveaway/67 - Not skipping any, but getting a message
image

from giveawayhelperenhancer.

gekkedev avatar gekkedev commented on August 24, 2024

Updated (7b6a427). They changed some labellings, and the script relied on specific keywords like "like" or "share" instead of picking task types by the icons.
BTW if there are any error-lookalikes appearing in the browser console, feel free to add them to the issues.

from giveawayhelperenhancer.

nihaals avatar nihaals commented on August 24, 2024

It just redirects to https://www.bananagiveaway.com/giveaway/steam, which gives:

Cannot send headers; headers already sent in /home/bananagiveaway/public_html/_____protected_____/library/Next/Action/Controller.php, line 99#0 /home/bananagiveaway/public_html/_____protected_____/library/Zend/Controller/Response/Abstract.php(115): Zend_Controller_Response_Abstract->canSendHeaders(true) #1 /home/bananagiveaway/public_html/_____protected_____/application/controllers/ErrorController.php(6): Zend_Controller_Response_Abstract->setHeader('Content-Type', 'text/html; char...') #2 /home/bananagiveaway/public_html/_____protected_____/library/Zend/Controller/Action.php(516): ErrorController->errorAction() #3 /home/bananagiveaway/public_html/_____protected_____/library/Zend/Controller/Dispatcher/Standard.php(308): Zend_Controller_Action->dispatch('errorAction') #4 /home/bananagiveaway/public_html/_____protected_____/library/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http)) #5 /home/bananagiveaway/public_html/index.php(100): Zend_Controller_Front->dispatch() #6 {main}

from giveawayhelperenhancer.

gekkedev avatar gekkedev commented on August 24, 2024

The login seems to be not working anymore on that site. The error code is telling us about a beginner mistake done on server side. 🤣

from giveawayhelperenhancer.

nihaals avatar nihaals commented on August 24, 2024

https://www.bananagiveaway.com/giveaway/71

from giveawayhelperenhancer.

gekkedev avatar gekkedev commented on August 24, 2024

It skips 4 tasks for me, it just takes some time to go through them all. Didn't it work or you?

from giveawayhelperenhancer.

nihaals avatar nihaals commented on August 24, 2024

Skipped a whole 0

from giveawayhelperenhancer.

nihaals avatar nihaals commented on August 24, 2024

No errors in console either

from giveawayhelperenhancer.

gekkedev avatar gekkedev commented on August 24, 2024

Which browser are you using?
Could you post any output in the console even if it doesn't look like an error? The taskskipper should show a number of how many skippable tasks were found.

from giveawayhelperenhancer.

nihaals avatar nihaals commented on August 24, 2024

4 skippable tasks found.
Could not solve all solveable tasks!
And I think this is from it too:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://www.bananatic.com/p/grabthegame. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing).
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://www.facebook.com/GrabTheGames/videos/2258929920914705/. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing).

from giveawayhelperenhancer.

gekkedev avatar gekkedev commented on August 24, 2024

Well, the other output is related to the site. Which browser/extension?

from giveawayhelperenhancer.

nihaals avatar nihaals commented on August 24, 2024

Firefox, Tampermonkey

from giveawayhelperenhancer.

nihaals avatar nihaals commented on August 24, 2024

Yeah, it doesn't want to work on any of the giveaways, possibly a tampermonkey issue?

from giveawayhelperenhancer.

gekkedev avatar gekkedev commented on August 24, 2024

Sorry for no answer, I've been on it but noticed some things which need to be changed. The difficult thing here is to securely determine if a task is solved. If a task is somehow not being solved, it could cause infinite reloading. Without this problem, half of all supported websites would have a tasksolver alresdy.

The solution would probably be to have a system which saves any task that was attempted to solve, and then use this as reference to prevent multiple attempts in case of tasks which cannot be solved automatically. That might take a lot of time, but luckily the weekend is coming! 😀

from giveawayhelperenhancer.

gekkedev avatar gekkedev commented on August 24, 2024

There have been some changes regarding bananagiveaway, this repository won't receive any feature updates anymore.
The successor is here

from giveawayhelperenhancer.

nihaals avatar nihaals commented on August 24, 2024

That link is a 404

from giveawayhelperenhancer.

gekkedev avatar gekkedev commented on August 24, 2024

Edited, thanks for the hint.

from giveawayhelperenhancer.

Related Issues (5)

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.