Author Topic: The Bumpy Thread  (Read 664928 times)

Offline CK9

  • Administrator
  • Hero Member
  • *****
  • Posts: 6226
    • http://www.outpost2.net/~ck9
The Bumpy Thread
« Reply #1850 on: May 15, 2012, 11:04:29 AM »
bumping fun tool
CK9 in outpost
Iamck in runescape (yes, I still play...sometimes...)
srentiln in minecraft (I like legos, and I like computer games...it was only a matter of time...) and youtube...
xdarkinsidex on deviantart

yup, I have too many screen names

Offline Venera

  • Full Member
  • ***
  • Posts: 120
The Bumpy Thread
« Reply #1851 on: May 15, 2012, 01:08:08 PM »
Code: [Select]
<?php
echo "bump";
?>

Offline Spikerocks101

  • Hero Member
  • *****
  • Posts: 711
The Bumpy Thread
« Reply #1852 on: May 15, 2012, 06:16:24 PM »
B*MP
I AM YOUR PET ROCK!!!!!!

Offline CK9

  • Administrator
  • Hero Member
  • *****
  • Posts: 6226
    • http://www.outpost2.net/~ck9
The Bumpy Thread
« Reply #1853 on: May 15, 2012, 06:42:26 PM »
Code: [Select]
<?php
$bump = fopen('bump.txt', r);
$say = explode('\n', $bump);
echo $say;
?>
CK9 in outpost
Iamck in runescape (yes, I still play...sometimes...)
srentiln in minecraft (I like legos, and I like computer games...it was only a matter of time...) and youtube...
xdarkinsidex on deviantart

yup, I have too many screen names

Offline Spikerocks101

  • Hero Member
  • *****
  • Posts: 711
The Bumpy Thread
« Reply #1854 on: May 15, 2012, 08:27:49 PM »
printf("BUMP");
I AM YOUR PET ROCK!!!!!!

Offline Venera

  • Full Member
  • ***
  • Posts: 120
The Bumpy Thread
« Reply #1855 on: May 15, 2012, 09:38:42 PM »
Code: [Select]
<?php
if (file_exists("bump.txt")) {
 $evilness = file_get_contents("bump.txt");
}
else {
 file_put_contents("bump.txt", "bump");
}

if ($evilness == "bump") {
 $error = "bump exists";
}
else {
 $error = "What the heck are you doing?";
}
?>
<!DOCTYPE html>
<html>
<head>
<title>Bump</title>
</head>
<body>
<?php
if (isset($error)) {
 echo $error;
}
else {
 echo "Need to set error as something now.";
}
?>
</body>
</html>
« Last Edit: May 17, 2012, 06:20:44 AM by subbed74 »

Offline CK9

  • Administrator
  • Hero Member
  • *****
  • Posts: 6226
    • http://www.outpost2.net/~ck9
The Bumpy Thread
« Reply #1856 on: May 15, 2012, 10:55:57 PM »
...how can the file be neither bump nor not bump?
CK9 in outpost
Iamck in runescape (yes, I still play...sometimes...)
srentiln in minecraft (I like legos, and I like computer games...it was only a matter of time...) and youtube...
xdarkinsidex on deviantart

yup, I have too many screen names

Offline Venera

  • Full Member
  • ***
  • Posts: 120
The Bumpy Thread
« Reply #1857 on: May 15, 2012, 11:10:46 PM »
what the bump are you asking?

Offline CK9

  • Administrator
  • Hero Member
  • *****
  • Posts: 6226
    • http://www.outpost2.net/~ck9
The Bumpy Thread
« Reply #1858 on: May 16, 2012, 09:54:30 AM »
Quote
Code: [Select]
...
if ($evilness == "bump") {
 $error = "bump exists";
}
elseif ($evilness != "bump") {
 $error = "FIX YOUR DANG FILE";
}
else {
 $error = "What the heck are you doing?";
}
...

you're implying that it is posible for it to be bump but not bump at the same time with this statement
CK9 in outpost
Iamck in runescape (yes, I still play...sometimes...)
srentiln in minecraft (I like legos, and I like computer games...it was only a matter of time...) and youtube...
xdarkinsidex on deviantart

yup, I have too many screen names

Offline Spikerocks101

  • Hero Member
  • *****
  • Posts: 711
The Bumpy Thread
« Reply #1859 on: May 16, 2012, 12:14:09 PM »
HERE I AM! ROCK YOU LIKE A BUMPACANE!
I AM YOUR PET ROCK!!!!!!

Offline Venera

  • Full Member
  • ***
  • Posts: 120
The Bumpy Thread
« Reply #1860 on: May 17, 2012, 06:26:21 AM »
Quote
Quote
Code: [Select]
...
if ($evilness == "bump") {
 $error = "bump exists";
}
elseif ($evilness != "bump") {
 $error = "FIX YOUR DANG FILE";
}
else {
 $error = "What the heck are you doing?";
}
...

you're implying that it is posible for it to be bump but not bump at the same time with this statement
Oops.  Wasn't paying attention. :P

Code: [Select]
<?php
$errortext = "";

if (isset($_POST['bumpbutton'])) {
 $errortext = "bump";
}
?>
<!DOCTYPE html>
<head>
<title>Random code</title>
</head>
<body>
<?php echo $errortext; ?>
<br />
<br />
<form action="bump.php" method="POST">
Press the button: <input type="submit" name="bumpbutton" value="Bumpy button" />
</form>
</body>
</html>
« Last Edit: May 17, 2012, 06:26:35 AM by subbed74 »

Offline Flashy

  • Sr. Member
  • ****
  • Posts: 391
The Bumpy Thread
« Reply #1861 on: May 17, 2012, 08:38:23 AM »
01100010 01110101 01101101 01110000
Praise the mighty light towers!!!

Offline CK9

  • Administrator
  • Hero Member
  • *****
  • Posts: 6226
    • http://www.outpost2.net/~ck9
The Bumpy Thread
« Reply #1862 on: May 17, 2012, 10:39:39 AM »
exbumpinate!
CK9 in outpost
Iamck in runescape (yes, I still play...sometimes...)
srentiln in minecraft (I like legos, and I like computer games...it was only a matter of time...) and youtube...
xdarkinsidex on deviantart

yup, I have too many screen names

Offline Spikerocks101

  • Hero Member
  • *****
  • Posts: 711
The Bumpy Thread
« Reply #1863 on: May 17, 2012, 11:22:00 AM »
ßump
I AM YOUR PET ROCK!!!!!!

Offline Venera

  • Full Member
  • ***
  • Posts: 120
The Bumpy Thread
« Reply #1864 on: May 20, 2012, 07:29:03 AM »
ca067828db296cce4c1bb77105ee87ba8f8f77f1

sha1

Offline CK9

  • Administrator
  • Hero Member
  • *****
  • Posts: 6226
    • http://www.outpost2.net/~ck9
The Bumpy Thread
« Reply #1865 on: May 21, 2012, 06:47:26 PM »
Now that's a bump I don't quite get...
CK9 in outpost
Iamck in runescape (yes, I still play...sometimes...)
srentiln in minecraft (I like legos, and I like computer games...it was only a matter of time...) and youtube...
xdarkinsidex on deviantart

yup, I have too many screen names

Offline Venera

  • Full Member
  • ***
  • Posts: 120
The Bumpy Thread
« Reply #1866 on: May 21, 2012, 08:48:50 PM »
It's the word bump hashed into sha1.

b



























u











mp

Offline zhukant

  • Full Member
  • ***
  • Posts: 187
The Bumpy Thread
« Reply #1867 on: May 22, 2012, 12:03:19 AM »
БАМП!
Detected rip in space-time continuum. Attempting repairs. Attempt #1 failed. Cause: unknown. Retry: comply: proceeding. Attempt #2 failed. Cause: probe annihilated. Retry: comply: proceeding. Attempt #3 failed. Cause: fleet annihilated. Retry: comply: proceeding. Attempt #4 failed. Cause: 404 Could

Offline CK9

  • Administrator
  • Hero Member
  • *****
  • Posts: 6226
    • http://www.outpost2.net/~ck9
The Bumpy Thread
« Reply #1868 on: May 22, 2012, 05:15:58 PM »
Russian bump?
CK9 in outpost
Iamck in runescape (yes, I still play...sometimes...)
srentiln in minecraft (I like legos, and I like computer games...it was only a matter of time...) and youtube...
xdarkinsidex on deviantart

yup, I have too many screen names

Offline Venera

  • Full Member
  • ***
  • Posts: 120
The Bumpy Thread
« Reply #1869 on: May 22, 2012, 08:43:14 PM »
bump

Offline Spikerocks101

  • Hero Member
  • *****
  • Posts: 711
The Bumpy Thread
« Reply #1870 on: May 22, 2012, 11:07:50 PM »
qumd
I AM YOUR PET ROCK!!!!!!

Offline CK9

  • Administrator
  • Hero Member
  • *****
  • Posts: 6226
    • http://www.outpost2.net/~ck9
The Bumpy Thread
« Reply #1871 on: May 23, 2012, 05:19:38 PM »
when you bump, the letters are important.  Otherwise, you might dump
CK9 in outpost
Iamck in runescape (yes, I still play...sometimes...)
srentiln in minecraft (I like legos, and I like computer games...it was only a matter of time...) and youtube...
xdarkinsidex on deviantart

yup, I have too many screen names

Offline Venera

  • Full Member
  • ***
  • Posts: 120
The Bumpy Thread
« Reply #1872 on: May 23, 2012, 09:15:55 PM »
Bump.

Offline Spikerocks101

  • Hero Member
  • *****
  • Posts: 711
The Bumpy Thread
« Reply #1873 on: May 23, 2012, 11:23:03 PM »
cvnq
I AM YOUR PET ROCK!!!!!!

Offline Venera

  • Full Member
  • ***
  • Posts: 120
The Bumpy Thread
« Reply #1874 on: May 24, 2012, 06:10:52 AM »
bump