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.

Mac4's Recent Pastes

"Untitled" (Plain Text) view

  1. ;  LegHump Version 1.6
  2. ;
  3. ;  #LegHump on irc.swiftirc.net
  4. ;  This script is a collaboration of work by Muridae, SteelRain, and Meradin, And Updated by A_A.
  5. ;  Copyright 2003 - 2007 .:. Please don't alter this file.  If you are reading this file
  6. ;
  7. ;                    to make new humps, PM A_A for information.
  8. ; If you have any ideas for updates PM A_A and i shall see what i can do
  9. ; A big thanks to c0pyr1ght3d for hosting the files as i am too lazy

"Untitled" (Plain Text) view

  1. <html>
  2. <?php
  3. if ($_GET['pass'] == "pass") {
  4.     echo "Password accepted. You will be re-directed to admin page.";
  5.     ?>
  6.     <script type="text/javascript">
  7. window.location = "http://website.clanteam.com/admin.php";
  8. </script>
  9. <?php
  10. } else {

"Re: #1535" (Plain Text) view

  1. <html>
  2. <?php
  3. if ($_GET['pass'] == "pass") {
  4.     echo "Password accepted. You will be re-directed to admin page.";
  5. } else {
  6.     echo "Wrong Password!";
  7. }
  8. ?>
  9. </html>

"Untitled" (Plain Text) view

  1. <html>
  2. <?php
  3. if ($_GET['pass'] == pass) {
  4.     echo "Password accepted. You will be re-directed to admin page.";
  5. } else {
  6.     echo "Wrong Password!";
  7. }
  8. ?>
  9. </html>

"Untitled" (Plain Text) view

  1. <textarea cols="80" rows="10" name="code"></textarea>
  2. <br />
  3. Username:
  4. <input type="text" value="" />
  5. <br />
  6. <input type="submit" src="/submit.php" />

"Untitled" (Plain Text) view

  1. <textarea cols="80" rows="10" name="code"></textarea>
  2. <br />
  3. Username:
  4. <input type="text" value="" />
  5. <br />
  6. <input type="submit" src="/submit.php" />

"Untitled" (Plain Text) view

  1. alias arrow { return $+($chr(151),$chr(155)) }
  2. alias -l tc1 { return $+($chr(3),14,$1-) }
  3. alias -l tc2 { return $+($chr(3),04,$1-) }
  4. alias mstheme.start {
  5.   .font -dz 10 Verdana
  6.   .color background 0
  7.   .color listbox text 14
  8.   .color listbox 0
  9.   .color treebar 0
  10.   .color treebar text 14

"Untitled" (Plain Text) view

  1. <script type="text/javascript">
  2. function keydown()
  3. <?php
  4. echo "onkeydown()";
  5. ?>
  6. </script>

"Untitled" (Plain Text) view

  1. <?php
  2. $con = mysql_connect("localhost","website_clantem_com_user","*****");
  3. if (!$con)
  4.   {
  5.   die('Could not connect: ' . mysql_error());
  6.   }mysql_select_db("website_clanteam_com_database", $con);$sql="INSERT INTO login (FirstName, LastName, Age)
  7. VALUES
  8. ('$_POST[name]','$_POST[pass]')";if (!mysql_query($sql,$con))
  9.   {
  10.   die('Error: ' . mysql_error());

"Re: #1443" (MySQL) view

  1. CREATE TABLE Login
  2. (
  3. Name 1 char(12),
  4. Password 2 char
  5. )

Page: 1, 2, 3.. »