From the sound of it, it sounds like the OP wants to either directly port an executable file (program) to PHP, or possibly create a PHP script that performs exactly the same tasks as said executable. While I’m certain that it’s possible for very simple programs, it’s still an incredibly daunting task, and the more complex the program, the harder the task. The first step is to determine feasibility. You wouldn’t happen to have the source code for this exe file, would you?
i want the php program to do same as the exe does, i have the exe file, but no sources, so i think its bigger task?
i was gonna post printscreens but tis site doesnt let me do that yet.
simply i want a program to that logins to the game, then scans each sector and upload’s it to scanner, in scanner you can compare the scan data’s to see how ppl grow in the game, find cheaters etc.
What type of program are you trying to duplicate in PHP? There are some things that PHP can quite easily do, and other things that PHP was never designed to do at all. If you give us an idea as to which program you’re trying to duplicate, you’ll get better advice.
ok if somebody could help me out alittle bit, i been trying to find somethng usefull but no luck
i wanna make a script that logins to the game, i quess CURL is best way, i managed to login to the site succesfully with little script i made but when i tried to access 2nd page on the game it says cookie not found and im pretty sure my code was right.
Login to the game
fetch each sector page and then parse the data of kingdoms from the fetched pages
upload the data to database
if somebody could please show me how to do it, im not asking you to make the script for me, just little examples how to do it.