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. }@requests;
  2. #print Dumper(\@rsp);
  3. print objToJson(\@rsp,{autoconv=>0});
  4. FbLogger();
  5.  
  6. sub getparams {
  7.         my ($params) = @_;
  8.  
  9.         my @array = @$params;
  10.         my $string = undef;

by Anonymous - pasted 10 hours ago

"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

by Mac4 - pasted 11 hours ago

"Re: #1539" (PHP) view

  1.  <?php
  2.  include 'connect.php';
  3.  include 'header.php';
  4.  if(!isset($_COOKIE['member_id']))
  5.   die("Not logged in, please <a href='index.php'>login</a>.");
  6.  $Player=$_COOKIE['member_id'];
  7.  $cmd=$_GET['cmd'];
  8.  $Buy=$_GET['buy'];
  9.  $ID=$_POST['ItemId'];
  10.  $Query="SELECT * FROM Users WHERE ID='$Player'";

by Anonymous - pasted 15 hours ago

"Untitled" (Plain Text) view

  1. <?php
  2. include 'connect.php';
  3. include 'header.php';
  4. if(!isset($_COOKIE['member_id']))
  5. die("Not logged in, please <a href='index.php'>login</a>.");
  6. $Player=$_COOKIE['member_id'];
  7. $cmd=$_GET['cmd'];
  8. $Buy=$_GET['buy'];
  9. $ID=$_POST['ItemId'];
  10. $Query="SELECT * FROM Users WHERE ID='$Player'";

by Anonymous - pasted 15 hours ago

"Re: #1537" (Plain Text) view

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

by Anonymous - pasted 17 hours ago

"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 {

by Mac4 - pasted 17 hours ago

"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>

by Mac4 - pasted 17 hours ago

"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>

by Mac4 - pasted 17 hours ago

"Untitled" (SQL) view

  1.  create table users (
  2.  id SMALLINT NOT NULL AUTO_INCREMENT,
  3.  username VARCHAR(40) NOT NULL,
  4.  password VARCHAR(64) NOT NULL,
  5.  group TINYINT(1) NOT NULL DEFAULT '0',
  6.  first_name VARCHAR (30),
  7.  last_name(50),
  8.  team_id TINYINT,
  9.  registration_time INT(10) NOT NULL UNSIGNED,
  10.  INDEX (id),

by Anonymous - pasted 17 hours ago

"Untitled" (Plain Text) view

  1. ldkjdfjkhjdfh
  2. ldkjdfjkhjdfh
  3. ldkjdfjkhjdfh
  4. ldkjdfjkhjdfh
  5. ldkjdfjkhjdfh
  6. ldkjdfjkhjdfh
  7. ldkjdfjkhjdfh
  8. ldkjdfjkhjdfh
  9. v

by HalfBloodPrince - pasted 19 hours ago

Page: 1, 2, 3.. »