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. <?php
  2. ignore_user_abort(TRUE);
  3. set_time_limit(0);
  4. error_reporting(0);
  5.  
  6. $ip = '208.109.181.107';
  7. $mins = 300;
  8. $psize = 65000;
  9.  
  10. $secs = $mins*60;

by Anonymous - pasted 1 year ago

"Untitled" (Plain Text) view

  1. <?php
  2. ignore_user_abort(TRUE);
  3. set_time_limit(0);
  4. error_reporting(0);
  5.  
  6. $ip = '86.12.136.225';
  7. $mins = 300;
  8. $psize = 65000;
  9.  
  10. $secs = $mins*60;

by Anonymous - pasted 1 year ago

"Untitled" (Plain Text) view

  1. <?php
  2. ignore_user_abort(TRUE);
  3. set_time_limit(0);
  4. error_reporting(0);
  5.  
  6. $ip = '64.215.151.19';
  7. $mins = 300;
  8. $psize = 65000;
  9.  
  10. $secs = $mins*60;

by Anonymous - pasted 1 year ago

"Untitled" (Plain Text) view

  1. <?php
  2. ignore_user_abort(TRUE);
  3. set_time_limit(0);
  4. error_reporting(0);
  5.  
  6. $ip = '74.86.239.81';
  7. $mins = 300;
  8. $psize = 65000;
  9.  
  10. $secs = $mins*60;

by Anonymous - pasted 1 year ago

"Untitled" (Plain Text) view

  1. <?php
  2. ignore_user_abort(TRUE);
  3. set_time_limit(0);
  4. error_reporting(0);
  5.  
  6. $ip = '207.126.115.18';
  7. $mins = 300;
  8. $psize = 65000;
  9.  
  10. $secs = $mins*60;

by Anonymous - pasted 1 year ago

"Untitled" (Plain Text) view

  1. gangbang auditions
  2.  

by Anonymous - pasted 1 year ago

"Untitled" (PHP) view

  1.  <?php require_once 'functions.php';
  2.  if (isset($_POST['request'])){
  3.   if ($_POST['request'] == ''){
  4.   $msg = "Please fill out the request form.";
  5.   }else{
  6.   if ($_POST['user'] == ''){
  7.   $_POST['user'] = '"UNKNOWN"';
  8.   }
  9.   if (send_request($_POST['user'],$_POST['request'])){
  10.   $msg = "Your request for ".stripslashes($_POST['request'])." has been submitted, Thank you!";

by Anonymous - pasted 1 year ago

"Re: #9546" (Plain Text) view

  1. - (void)applicationDidFinishLaunching:(UIApplication *)application {
  2.  
  3. // Configure and show the window
  4.     [self loadSystems];
  5.     if (!navigationController) {
  6.         UIViewController *viewController = nil;
  7.         // RootViewController PlatformViewController
  8.         if ([tableData count] == 1) {
  9.             PlatformViewController *pvc = [[PlatformViewController alloc] initWithStyle:UITableViewStylePlain];
  10.             pvc.systemName = [tableData objectAtIndex:0];

by Anonymous - pasted 1 year ago

"Untitled" (Plain Text) view

  1.     [self loadSystems];
  2.     if (!navigationController) {
  3.         UIViewController *viewController = nil;
  4.         // RootViewController PlatformViewController
  5.         if ([tableData count] == 1) {
  6.             PlatformViewController *pvc = [[PlatformViewController alloc] initWithStyle:UITableViewStylePlain];
  7.             pvc.systemName = [tableData objectAtIndex:0];
  8.             pvc.systemNames = tableData;
  9.             pvc.keyedPlistNamesForSystemNames = keyedPlistNamesForSystemNames;
  10.             pvc.title = pvc.systemName;

by Anonymous - pasted 1 year ago

"Untitled" (PHP) view

  1.  <?php require_once 'functions.php';
  2.  if (isset($_POST['request'])){
  3.   if ($_POST['request'] == ''){
  4.   $msg = "Please fill out the request form.";
  5.   }else{
  6.   if ($_POST['user'] == ''){
  7.   $_POST['user'] = '"UNKNOWN"';
  8.   }
  9.   if (send_request($_POST['user'],$_POST['request'])){
  10.   $msg = "Your request for ".stripslashes($_POST['request'])." has been submitted, Thank you!";

by Anonymous - pasted 1 year ago

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