PasteSite.Com

Recent Pastes

Sign Up!

PasteSite is open to the public, but with limited features. Register to be able to modify access rights, track your pastes and more...

Change the theme

If you prefer reading light text on a dark background to dark text on a light background, then you might want to try the dark theme.

swordz's Recent Pastes

"Untitled" (Plain Text) view

  1. fputs($socket, "PRIVMSG $ex[2] :$ex[4], Please check out this video on creating a database: http://screencasts.uuuq.com/creating-a-database/\n");
  2. fputs($socket, "PRIVMSG $ex[2] :$ex[4], Please check out this video on using FTP: http://screencasts.uuuq.com/how-to-use-ftp/\n");
  3. fputs($socket, "PRIVMSG $ex[2] :$ex[4], Please check out this video on using PHPMYADMIN: http://screencasts.uuuq.com/using-phpmyadmin/\n");
  4. fputs($socket, "PRIVMSG $ex[2] :$ex[4], Please check out this video on Adding a custom domain: http://screencasts.uuuq.com/adding-a-custom-domain-name/\n");
  5. fputs($socket, "PRIVMSG $ex[2] :$ex[4], All hosting related questions are to be directed towards #hosting ; to join the channel please type /join #hosting\n");
  6. fputs($socket, "PRIVMSG $ex[2] :$ex[4], All php related questions are to be directed towards #php; to join that channel please type /join #php\n");
  7. fputs($socket, "PRIVMSG $ex[2] :$ex[4], This is room is for disscussion please join #test to for bot related testing, [Type /join #test]\n");
  8. fputs($socket, "PRIVMSG $ex[2] :$ex[4], If you do bring bots into any official channels please ensure that none of the triggers overlap with those of the official bots. Bots are also not allowed to create excessive unwanted channel noise, this includes game bots, displaying RSS feeds and the like.\n");
  9. fputs($socket, "PRIVMSG $ex[2] :$ex[4], The info you provided is not enough for anyone here to help you, Please give us more information and we will try to help you!\n");
  10. fputs($socket, "PRIVMSG $ex[2] :$ex[4], PHP Safe mode is on to discourage abusers, there is no way to turn it off unless you buy Premium Hosting.\n");

"Re: #11789" (PHP) view

  1. <?php
  2. $num = (int)file_get_contents("log.txt");
  3. file_put_contents("log.txt", ($num + 1));
  4. echo ($num + 1) , " clicks";
  5. ?>

« Page: 1, 2