PDA

View Full Version : New idea - Could this be done?


Chris M
04-17-2002, 08:02 PM
At out forums, we have had threats to destroy us and what have you made and directed towards our admins...

I was thinking of a little payback hack...

You know when you ban someone, they cant post or whatever...

Well I was thinking...

Could someone develop a hack that goes in a continuous loop?

So like when they click reply, instead of the thread being posted, it continually loops from "your reply is being posted" to the thread to "your reply is being posted" or something of equal annoyance...

Basically to play a practical joke on them...

Is it possible?

Satan

Chris M
04-17-2002, 08:17 PM
Oops...

Wrong Forum...

I thought this was requests...

Can a Mod Move it please?

Thanks...

Satan

Neo
04-17-2002, 09:31 PM
if ($bbuserinfo[usergroupid]==XX) {
eval("standardredirect(\"".gettemplate("templatename")."\",\"filename.php?s=$session[dbsessionhash]&action=loop\");");
}

if ($action=="loop" && $bbuserinfo[usergroupid]==XX) {
eval("standardredirect(\"".gettemplate("templatename")."\",\"filename.php?s=$session[dbsessionhash]&action=loop\");");
}


This would redirect over and over to itself, just place it anywhere you want it to look and change the templatename and filename to the correct names, then make the xx to whatever use group it is that you want this to happen to.

Chris M
04-18-2002, 05:23 PM
Cheers m8...

Guess no mods saw this topic...

Thanks a bunch...This will be "fun" to say the least!!!:D

Satan