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" (PHP) view

  1.  <?php
  2.  $filename = "apps/$appid.php";
  3.  $appid = "$_GET[id]";
  4.  $ip = "$_SERVER[REMOTE_ADDR]";
  5.  $ipfile = 'users/$ip.php';
  6.  if (file_exists($filename)) {
  7.  $somecontent = '<?php include("$filename"); ?>';
  8.  
  9.   if (!$handle = fopen($ipfile, 'a')) {
  10.   echo "Cannot open file ($filename)";

by Anonymous - pasted 1 year ago

"Untitled" (PHP) view

  1.  <?php
  2.  ###################
  3.  # Syntax: <staff/>#
  4.  #-----------------#
  5.  # Varibles: #
  6.  ###################
  7.  $wgSTagURL = ""; //URL the image links to
  8.  $wgSTagIMG = ""; //URL of the image
  9.  $wgSTagALT = ""; //[HTML/image/alt] attribute (text displayed if image is unavailable)
  10.  ###################

by Anonymous - pasted 1 year ago

"Re: 22016" (Plain Text) view

  1. 0000
  2. 01-bba
  3. 01132001
  4. 01ali
  5. 01gmrice
  6. 0243862558
  7. 044003
  8. 0451
  9. 05jacksonj
  10. 09122913873

by Anonymous - pasted 1 year ago

"Re: Re: #4026" (HTML) view

  1.  www.teknoesbilisim.site90.com

by Anonymous - pasted 1 year ago

"Re: #4026" (HTML) view

  1.  www.teknoesbilisim.site90.com

by Anonymous - pasted 1 year ago

"Untitled" (Plain Text) view

  1. Never tell your password to anyone.
  2. eco3576: no
  3. eco3576: ur gonna steal my account
  4. Raffles: what are you talking about
  5. Raffles: lets go rage l4d
  6. eco3576: are u a g0t?
  7. Raffles: wtf is got
  8. eco3576: myg0t
  9. Raffles: ohhh myg0t
  10. Raffles: nope

by Anonymous - pasted 1 year ago

"Re: #4902" (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: #4902" (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

"Untitled" (Plain Text) view

  1. [Jan 29 19:58:32 2009] Every UserKey must be different. It's for YOUR safety! Remember that!
  2. [Jan 29 19:58:32 2009] Loading IRCD Protocol Module: [unreal32]
  3. [Jan 29 19:58:32 2009] status: [0][Module, Okay - No Error]
  4. [Jan 29 19:58:32 2009] Loading Encryption Module: [enc_none]
  5. [Jan 29 19:58:32 2009] status: [0][Module, Okay - No Error]
  6. [Jan 29 19:58:32 2009] Anope 1.8.0 (1899) (ircd protocol: UnrealIRCd 3.2+) starting up
  7. [Jan 29 19:58:32 2009] ms_rsend requested unload...
  8. [Jan 29 19:58:32 2009] debug: trying to load core module [ms_rsend]
  9. [Jan 29 19:58:32 2009] debug: status: [6][Module Error, Error during load time or module returned MOD_STOP]
  10. [Jan 29 19:58:32 2009] Databases loaded

by Anonymous - pasted 1 year ago

"Re: #4946" (PHP) view

  1.  <?php
  2.  global $sandbox_output;
  3.  $sandbox_output = "";
  4.  $php = new Runkit_Sandbox();
  5.  $php['output_handler'] = 'capture_output';
  6.  $php->runkit_lint_file($file . "$ex[4].funct.php");
  7.  // error is output at about this point
  8.  unset($php);
  9.  if($sandbox_output === ""){
  10.   return "PRIVMSG $to :File Syntax OK";

by Anonymous - pasted 1 year ago

« Page: 756, 757, 758, 759, 760.. »