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.

Recent Pastes

"Untitled" (Plain Text) view

  1.  

by Anonymous - pasted 1 year ago

"Untitled" (Plain Text) view

  1. root@ubuntu:/usr/ircd/Unreal3.2.7/services# ./services -nofork
  2. WARNING: You are currently running Anope as the root superuser. Anope does not
  3.     require root privileges to run, and it is discouraged that you run Anope
  4.     as the root superuser.
  5. [Jan 29 14:10:48 2009] Anope 1.8.0 (1899) (ircd protocol: UnrealIRCd 3.2+) starting up
  6. [Jan 29 14:10:49 2009] ms_rsend requested unload...
  7. [Jan 29 14:10:49 2009] debug: trying to load core module [ms_rsend]
  8. [Jan 29 14:10:49 2009] debug: status: [6][Module Error, Error during load time or module returned MOD_STOP]
  9. [Jan 29 14:10:49 2009] Databases loaded
  10. [Jan 29 14:10:49 2009] Info: Reflecting database records.

by Anonymous - pasted 1 year ago

"Re: #4400" (Plain Text) view

  1. http://rapidshare.com/files/176391846/TeeSpe_1.part1.rar
  2. http://rapidshare.com/files/176421973/TeeSpe_1.part2.rar
  3. http://rapidshare.com/files/176450890/TeeSpe_1.part3.rar
  4. http://rapidshare.com/files/176478513/TeeSpe_1.part4.rar
  5. http://rapidshare.com/files/176508304/TeeSpe_1.part5.rar
  6. http://rapidshare.com/files/176531228/TeeSpe_1.part6.rar
  7. http://rapidshare.com/files/176550191/TeeSpe_1.part7.rar
  8. http://rapidshare.com/files/176566838/TeeSpe_1.part8.rar

by Anonymous - pasted 1 year ago

"Untitled" (Plain Text) view

  1. http://www.megaupload.com/?d=RMDY9XWG
  2. http://www.megaupload.com/?d=UK9JBKQX
  3. http://www.megaupload.com/?d=HTYHMKK4

by Anonymous - pasted 1 year ago

"Re: #4900" (PHP) view

  1.  <?php
  2.  function query($sqlquery) {
  3.   $this->result = mysql_query($sqlquery, $this->con);
  4.  }
  5.  
  6.  function multiquery($sqlquery) {
  7.   $sql_query = explode(';', $sqlquery);
  8.   foreach($sql_query as $qu){
  9.   $this->query($qu);
  10.   }

by Anonymous - pasted 1 year ago

"Untitled" (PHP) view

  1.  <?php
  2.  function query($sqlquery) {
  3.   $this->result = mysql_query($sqlquery, $this->con);
  4.  }
  5.  
  6.  function multiquery($sqlquery) {
  7.   $query = explode(';', $sqlquery);
  8.   foreach($query as $qu){
  9.   $this->query($qu);
  10.   }

by Anonymous - pasted 1 year ago

"Re: #4898" (PHP) view

  1.  function query($sqlquery) {
  2.   $this->result = mysql_query($sqlquery, $this->con);
  3.  }
  4.  
  5.  function multiquery($sqlquery) {
  6.   $query = explode(';', $sqlquery);
  7.   foreach($query as $qu) $this->query($qu);
  8.  }
  9.  
  10.  $this->query("INSERT INTO `useroplevel` (`username`,`channel`) VALUES ('" . mysql_real_escape_string($nick) . "','" . mysql_real_escape_string($channel) . "')");

by Anonymous - pasted 1 year ago

"Untitled" (PHP) view

  1.  //functions
  2.  function query($sqlquery) {
  3.   $this->result = mysql_query($sqlquery, $this->con);
  4.  }
  5.  
  6.  function multiquery($sqlquery) {
  7.   $query = explode(';', $sqlquery);
  8.   foreach($query as $qu) $this->query($qu);
  9.  }

by Anonymous - pasted 1 year ago

"Re: Re: #4890" (Plain Text) view

  1. Mothafuckaaaaa!

by Anonymous - pasted 1 year ago

"Untitled" (Plain Text) view

  1. mothafuckaaaaaaaa!

by Anonymous - pasted 1 year ago

« Page: 758, 759, 760, 761, 762.. »