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. //Line 1259, please
  2. //Tuesday, April 05, 2011 - Thank the good Lord it was easy to restore FD2!
  3. //Tuesday, April 05, 2011 - THX, GOD_Lp2@yahoo.com
  4. //Wednesday, April 06, 2011 - Keep trying. It's like putting meat on the end of a pole and strapping the  pole to a dog's back!
  5. //Thursday, April 07, 2011 - Gamepad pro drivers are in. Now you need to worry about code.
  6. //Monday, April 11, 2011 - Looking at the times, i'm sure you know and it's useless to say, depresses me.
  7. /*PVector segIntersection(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4)
  8. {
  9.   float bx = x2 - x1;
  10.   float by = y2 - y1;

by Anonymous - pasted 9 months ago

"Untitled" (Plain Text) view

  1. ErrorDocument 404 /images/404.jpg
  2. ErrorDocument 403 http://docs.ssfdre38.com/
  3. ErrorDocument 500 http://docs.ssfdre38.com/images/500.gif

by Anonymous - pasted 9 months ago

"Untitled" (PHP) view

  1.  
  2.  //this is the working script, i put spaces where i went wrong, i was missing an apostrophe after you told me to close the php script. Below was what i tried doing to close my php script.
  3.  
  4.  <?php
  5.  
  6.  print "<table width=600 border=3>\n";
  7.  while
  8.  ($get_info = mysql_fetch_row($result)){
  9.  print "<tr>\n";
  10.  foreach

by Anonymous - pasted 9 months ago

"Untitled" (PHP) view

  1.  ?php
  2.  
  3.  print "<table width=600 border=3>\n";
  4.  while
  5.  ($get_info = mysql_fetch_row($result)){
  6.  print "<tr>\n";
  7.  foreach
  8.  ($get_info as $field)
  9.  print "\n\t<td>".$field."</td>\n";}
  10.  print "</table>\n";

by Anonymous - pasted 9 months ago

"Re: #23008" (PHP) view

  1.  <?php
  2.  
  3.  print "<table width=600 border=3>\n";
  4.  while($get_info = mysql_fetch_row($result))
  5.  {
  6.   print "<tr>\n";
  7.   foreach($get_info as $field):
  8.  ?>
  9.  <td><?php echo $field; ?></td>
  10.  <td><input name="edit" type="button" class="homebutton10" id="edit" value="Edit" onmouseover="hov(style.backgroundColor='#AEB5FF');" onmouseout="hov(style.backgroundColor='#C2BFFF');" onclick="window.location.href='qaadmin.php" />

by Anonymous - pasted 9 months ago

"Untitled" (PHP) view

  1.  <?php
  2.  
  3.  print "<table width=600 border=3>\n";
  4.  while
  5.  ($get_info = mysql_fetch_row($result)){
  6.  print "<tr>\n";
  7.  foreach
  8.  ($get_info as $field)
  9.  print "\n\t<td>".$field."</td>\n";
  10.  ?>

by Anonymous - pasted 9 months ago

"Untitled" (Plain Text) view

  1. <?php
  2.  
  3. print "<table width=600 border=3>\n";
  4. while
  5. ($get_info = mysql_fetch_row($result)){
  6. print "<tr>\n";
  7. foreach
  8. ($get_info as $field)
  9. print "\n\t<td>".$field."</td>\n";
  10. ?>

by Anonymous - pasted 9 months ago

"Re: #12369" (Plain Text) view

  1. XChat Channel List: verne.freenode.net - Tue Dec 22 02:22:35 2009
  2.  
  3. #!/bin/bash      4   
  4. #!/bin/mksh      4    The MirBSD Korn Shell | http://mirbsd.de/mksh || latest: mksh R39 (2009-08-02) | devel version: % env CVS_RSH=ssh cvs -d _anoncvs@anoncvs.mirbsd.org:/cvs co -PA mksh | http://mirbsd.de/mksh#clog | Manual: HTML=https://www.mirbsd.org/man1/mksh PDF=https://www.mirbsd.org/MirOS/dist/mir/mksh/mksh.pdf - see http://www.cl.cam.ac.uk/~mgk25/iso-paper.html | Announcements: https://www.mirbsd.org/tag_mksh.rss
  5. #!/bin/sh        8    POSIX sucks
  6. ###555          7    ###555 555 är död, leve 555 | http://stenad.net/stats/ | Nyårsbio: avatar. Vi bokar imorgon tisdag | Nyårstema: Mustasch! Inspiration: http://img2.allposters.com/images/MMPH/174485.jpg -.- http://www.ectomo.com/wp-content/uploads/2007/09/549px-nietzsche187a.jpg .-. http://skido.blogg.se/images/2007/1999658_2b87e1b5d3_m_1196706025_10024781.jpeg ._. http://upload.wikimedia.org/wikipedia/commons/thumb/f/f3/Adolf_Hitler.png/250px-Adolf_Hitler.png
  7. ###pfsense      5    http://pages.cs.wisc.edu/~ballard/bofh/bofhserver.pl
  8. ##(eVo)          5    •°€*(¯`° eVolution °´¯)*€°• <R.I.P.>
  9. ##(mt)          4    (mt) Media Temple, Inc :: http://www.mediatemple.net :: Support: (877) 578-4000 or in your Account Center :: Unofficial Users Channel
  10. ##*              4    Reward: Swiss man abducted by blood sucking killer tomatos! Help find him!

by Anonymous - pasted 9 months ago

"Re: #23004" (PHP) view

  1.  <?php
  2.  
  3.  $edit = "<a href='qaadmin.php?page=listaccounts'>Edit</a><td>";
  4.  
  5.  print "<table width=600 border=3>\n";
  6.  
  7.  while($get_info = mysql_fetch_row($result))
  8.  {
  9.   print "<tr>\n";

by Anonymous - pasted 9 months ago

"Untitled" (PHP) view

  1.  <?php
  2.  
  3.  $edit = "<a href='qaadmin.php?page=listaccounts'>Edit</a><td>";
  4.  
  5.  print "<table width=600 border=3>\n";
  6.  while
  7.  ($get_info = mysql_fetch_row($result)){
  8.  print "<tr>\n";
  9.  foreach
  10.  ($get_info as $field)

by Anonymous - pasted 9 months ago

« Page: 762, 763, 764, 765, 766.. »