Hey,
This looks almost the same as my DJ script.
All the variables the same...
Eg:
when you send a request it adds ?msg=sent
in the dj panel has view=1
The DJ folder is the same:
/dj/
same dj.php file name
The main index.htm has the same info apart it says its yours!
Same delete.php (hidden)
Same djpage.php (hidden)
Same request.php
and the DJ login looks the same (just different colours)
AND the DJ panel looks the same... just one big list of reuqests/shouts/etc...
The request page has the input names...
and the only different is "yours" has a competition
Lets look at the source:
On mine script:
"Your" script:HTML Code:<select name="type" id="type"> <option value="1" selected>Request</option> <option value="2">Shout Out</option> <option value="3">Complaint</option> </select>
Why is your Competition which i dont have not aligned?HTML Code:<select name="type" id="type"> <option value="1" selected>Request</option> <option value="2">ShoutOut</option> <option value="3">Complaint</option> <option value="4">Competition</option> </select>
Now is this all coincidence?
Hummm... :@
*Edit*
Oh btw, here is mine which i posted before this post
http://www.habboxforum.com/showthread.php?t=22447






Reply With Quote

