|
|
|
|
|
|
|
Posted: Sat Jun 04, 2005 12:09 pm
header("location: ./".((($number = (($theNum = 7) && ($temp = (isset( $_COOKIE['cookie] ))?( $_COOKIE['cookie']+1 ):1) && ($temp == $theNum))?0:$temp) && (setcookie( "cookie", $number, time()+60*60*24*365, "/" ) || 1 ))?( ($number==0)?$theNum-1:$number-1 ):"error").".png") ?>
It is one line, but Gaia has chopped it up. mad Anyway. I'll... Darn, I was going to offer to buy a donation letter for whoever guessed correctly, but I remembered I have allready posted the script in several places, and it'd be easy to cheat... I'll do some art for whoever guesses correctly. And please, don't go looking for the code. It takes the fun out of it. razz
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Sat Jun 04, 2005 12:10 pm
This'll go on for one page, then I'll walk through the code, statement by statement, so you'll understand. razz
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
enshokukitsune Vice Captain
|
Posted: Sat Jun 04, 2005 12:56 pm
I think I know what it is. xd I'm just too sleepy, I can barely remember any of my coding... Thingies.
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Sat Jun 04, 2005 1:45 pm
enshokukitsune I think I know what it is. xd I'm just too sleepy, I can barely remember any of my coding... Thingies. Hmm? Have a stab at it. Just guess, you never know. razz (Oh, and I don't want to know what language it is in, as it says the language in the script. razz )
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Sat Jun 04, 2005 2:03 pm
I know practically nothing about code. But I do like a challenge. Maybe I'll do some detective work and try to figure out how to read that.
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Sat Jun 04, 2005 2:10 pm
Hehe. I just glanced at the code, and seeing as I gave the variables cryptic names, it really is overly complex. xd By the way, just so you know, any normal programmer would porbably have to sit down and seperate out the code before they could understand it. razz
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Sat Jun 04, 2005 2:13 pm
gonk I'm too short on time to learn all of that stuffs.
^_^ Oh well. Maybe I'll learn all that stuff later on, then I can challenge YOU! Mwaahahahahaha!
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Sat Jun 04, 2005 2:52 pm
To bannite someone? Edit: Bannite. Ban. Whatever.
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Sun Jun 05, 2005 2:40 am
I swear I've seen that...*thinks*
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Sun Jun 05, 2005 7:42 am
IT- IT FIRST IT LIKE WANDERS OVER TO THE CORNER STORE AND STEALS ALL OF ITS CHOCOLATE MILK AND THEN IT STROLLS DOWN THE STREET AND HOLDS A BANK UP AT [LASER] GUNPOINT THEN IT STEALS FIVE DOLLARS NO MORE NO LESS AND THEN IT RUNS OFF AND HAS A WILD PARTY IN THE NEAREST SCHOOL'S CAFETERIA Am I right?! =D
|
 |
 |
|
|
|
emily swashbuckle Captain
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Sun Jun 05, 2005 9:33 am
The Satah IT- IT FIRST IT LIKE WANDERS OVER TO THE CORNER STORE AND STEALS ALL OF ITS CHOCOLATE MILK AND THEN IT STROLLS DOWN THE STREET AND HOLDS A BANK UP AT [LASER] GUNPOINT THEN IT STEALS FIVE DOLLARS NO MORE NO LESS AND THEN IT RUNS OFF AND HAS A WILD PARTY IN THE NEAREST SCHOOL'S CAFETERIA Am I right?! =D Nearly...
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Sun Jun 05, 2005 9:43 am
Something to do with cookies! xd
And time... maybe converting Gaia's time into your's Mwa? Or the other way round? It's not the code you use to edit our posts, is it? Don't think so, I think that was waay shorter...
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Sun Jun 05, 2005 1:04 pm
angryfisheatenbycat Something to do with cookies! xd And time... maybe converting Gaia's time into your's Mwa? Or the other way round? It's not the code you use to edit our posts, is it? Don't think so, I think that was waay shorter... Hahaha. The code for editation of your posts is as follows. if( $_POST['Input'] ){ $text = stripslashes( $_POST['Input'] ) if( $_POST['Type'] == "lexi" ){ print '&[color='.$_POST['Colour'].']'; print $text; print '[/color]&'; } else if( $_POST['Type'] == "ooc" ) { print '/*[color='.$_POST['Colour'].']'; print $text; print "[/color]*/"; } else if( $_POST['Type'] == "edit") { print '/*[color='.$_POST['Colour'].']'; print $text; print " ["; print date(Hidmy,time()) print "][/color]*/"; }else if( $_POST['Type'] == "ooc2" ) { print '[size=14][color=orange][b](([/b][/color][/size] [color='.$_POST['Colour'].'][b]'; print $text; print '[/b][/color] [size=14][color=orange][b]))[/b][/color][/size]'; } else { die( "Wtf?!" ) } } ?>
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Mon Jun 06, 2005 7:39 am
Ok, so I was right that I was wrong! sweatdrop xd Just opposite... xp *had never noticed this before* } else { die( "Wtf?!" ) }
blaugh
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Mon Jun 06, 2005 9:09 am
angryfisheatenbycat Ok, so I was right that I was wrong! sweatdrop xd Just opposite... xp *had never noticed this before* } else { die( "Wtf?!" ) }
blaugh What's wrong with that line? razz die( "Wtf?!" ); is a wicked line. :3
|
 |
 |
|
|
|
|
|
|
|
|
 |
|
|