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

"Re: #3301" (Plain Text) view

  1. alias addvoice {
  2.   writeini access.ini voice $1 yes
  3.   msg $chan $1 has been added to voice list.
  4. }
  5. alias delvoice {
  6.   writeini access.ini voice $1 no
  7.   msg $chan $1 has been deleted from voice list
  8. }
  9. alias addhop {
  10.   writeini access.ini halfop $1 yes

by Anonymous - pasted 1 day ago

"Untitled" (Plain Text) view

  1. alias addvoice {
  2.   writeini access.ini voice $1 yes
  3.   msg $chan $1 has been added to voice list.
  4. }
  5. alias delvoice {
  6.   writeini access.ini voice $1 no
  7.   msg $chan $1 has been deleted from voice list
  8. }
  9. alias addhop {
  10.   writeini access.ini halfop $1 yes

by Anonymous - pasted 1 day ago

"Untitled" (Plain Text) view

  1. <script type="text/javascript">
  2. var c=0;
  3. var t;
  4. function timedCount()
  5. {
  6. document.getElementById('txt').value=c;
  7. c=c+1;
  8. t=setTimeout("timedCount()",1000);
  9. }
  10. function stopCount()

by Anonymous - pasted 1 day ago

"Untitled" (PHP) view

  1.  <?php
  2.  $area = $w * $h;
  3.  $perimeter = ($w + $h) * 2;
  4.  ?>
  5.  <html>
  6.  <body>
  7.  <p>Width: <?=$w?><br />
  8.   Height: <?=$h?></p>
  9.  <p>Area: <?=$area?><br />
  10.   Perimeter: <?=$perimeter?></p>

by Anonymous - pasted 1 day ago

"Re: CMXXX - Tender Cousins" (Plain Text) view

  1. Thanks'''''''''''''''

by Anonymous - pasted 1 day ago

"Re: CMXXX - Tender Cousins" (Plain Text) view

  1. Download Multiple File:
  2. - Megaupload: http://www.blahetc.com/link/1e659403
  3. - Rapidshare: http://www.blahetc.com/link/6c80da99

by Anonymous - pasted 1 day ago

"Untitled" (Plain Text) view

  1. http://www.pbsfm.org.au/SiteImages/logos/Carlsberg_logo.jpg

by Anonymous - pasted 1 day ago

"Re: #3255" (Plain Text) view

  1. I think if you spending the money just goto guitar center get a media pc geared at recording, buy a liine6 as well and a cheap 120$ PA system.

by Anonymous - pasted 2 days ago

"Untitled" (Java) view

  1.  package org.irc.channels;
  2.  
  3.  import java.util.ArrayList;
  4.  import org.irc.apis.API_Program;
  5.  
  6.  public class ChannelManager {
  7.  
  8.   public API_Program api;
  9.  
  10.   public ArrayList<Channel> currentChannels;

by Anonymous - pasted 2 days ago

"Untitled" (Plain Text) view

  1. AddHandler application/x-httpd-php5 .php
  2. Satisfy any
  3. RewriteEngine on
  4. RewriteRule ^admin/?$ admin/index.php [L]
  5. RewriteRule ^([^/\.]+)/?$ $1.php [L]
  6. RewriteRule ^([^/\.]+)/([^/\.]+)/?$ $1.php?id=$2 [L]
  7. RewriteRule ^([^/\.]+)/([^/\.]+)/([^/\.]+)/?$ $1.php?id=$2&subid=$3 [L]
  8. errordocument 404 http://www.abbeygymnastics.com/new/error/

by Adam - pasted 2 days ago

« Page: 2, 3, 4, 5, 6.. »