Jump to content

What a joke!


JudgementDay

Recommended Posts

I'm so [mod edit] mad you got no idea!

 

I just finished something that took me 20 hours, then at the end, realized I coulda did it in [mod edit] 20 minutes!

 

I was doing this for 100 files:

 

<?php
session_start();
if (isset($_SESSION['lay-by']['content'])) {include '../rawcode/lay-by/pendinglay-by';}
else {include '../rawcode/lay-by/toindex';}
?>

 

Creating whole new directory clones with files... just splitting it off to a toindex file which forwards to /.

 

When, all I had to [mod edit] do was chuck this at the top of the [mod edit] page!:

 

if (empty($_SESSION['order']['content']) {header('Location: /');}

 

 

What a joke and a half. 2 days wasted on something that would of only took me 10 minutes.

I'm new as but i still feel like a [mod edit] idiot. How dumb can you be, seriously.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.