Jump to content

Einzeinbleth`s Chat


Einzeinbleth
 Share

Recommended Posts

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

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...