Jump to content

Recommended Posts

Posted

The server is not bigger problem, and TY for your support, but i needed clearly AutoIt functions .. if its impossible, i will implement that in my prog, what will be even more easy, and ofc faster, than using external program.

Posted

Yeah, finally i added feature for auto-update current active server list ... i did it in another way, much faster and imho better, check it:

<?
$your_ip = $REMOTE_ADDR;
$fname="servers.txt";
$bfile=fopen($fname,"w");

fputs($bfile, $your_ip + "\r\n");
fclose ($bfile);
Header ("Location: succes.php");
?>

Now in updated chat, when you click create server then new window will pop up, and you need simply to wait, and then close window. That's all ;) i haven't tested it much, but i think it work good. Have fun, chat ! :lol: ... and create some auto it bots for my prog :D:idiot:

Einzeinbleth

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...