Home >
Technical & Creative Skills >
Programming, Servers & Scripts
popads login with php curl (5)
03-05-2020 12:02 PM
#1
gunnar (Member)
popads login with php curl
I'm desperately trying to login to popads via php curl for some automation stuff (the api is ridiculous).
I can solve the DID challenge, but than something happens that i cannot find yet, and the login is not working.
If someone has a working solution and could give me a hint or two i am sure we can find a good way to compensate your efforts.
thx,
gunnar
03-05-2020 05:59 PM
#2
erikgyepes (Moderator)
Your best bet would be to hire a developer.
Last time I was doing something similar for another source, a dev from Upwork solved it within few hours.
03-06-2020 07:57 AM
#3
larsometer (Senior Member)
If you regularly have such tasks you might wanna have a look at Zennoposter. It has a steep learning curve. But once you master it you can automate pretty much everything with it.
03-06-2020 02:21 PM
#4
twinaxe (Senior Moderator)

Originally Posted by
larsometer
If you regularly have such tasks you might wanna have a look at Zennoposter. It has a steep learning curve. But once you master it you can automate pretty much everything with it.
I also use Zennoposter for web automation.
The problem when you want to work with APIs is that Zennoposter is somewhat limited there.
Zennoposter can only work with POST and GET requests so it won´t work for APIs that need PUSH request for example.
But good is that you can run PHP or C code inside Zennoposter as well.
03-07-2020 07:43 AM
#5
gunnar (Member)
Thanks guys, i will try to find someone at upwork now.
Zennoposter is a great tool, but i need a server based solution.
Have a good WE.
Home >
Technical & Creative Skills >
Programming, Servers & Scripts