The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Midi hack
I'm really into these sadistic hacks I've seen, and I was wondering if anyone could help me out with a hack or maybe already wrote it.
I was wondering if someone could write a hack where you can embed a midi on a certain user while they're browsing the forums? This would be a great way to keep people off my boards. Any help would be appreciated! |
#2
|
||||
|
||||
They could always just turn the volume down.
Create a new usergroup with all the same permissions as registered and make a note of the usergroup ID. Then add this to the PHP parsed code: (under styles in the cp): Code:
if ($bbuserinfo[usergroupid]==X) { $midi = "<embed src=\"sound.mid\" autostart=\"true\" hidden=\"true\"></embed>"; } else { $midi = ""; } Then put $midi somewhere in the header. To annoy the hell out of someone you would simply change their usergroup to the one you just added. I didn't test it but it should work. |
#3
|
|||
|
|||
I love you.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|