Murphinator
01-18-2005, 10:00 PM
well this is my first modification :D so exciting :P
________________________________________________
what this modification will do is it will let you see who is listening to the jukebox in the whos online page, the jukebox this works for is here (https://vborg.vbsupport.ru/showthread.php?t=74170)
now onto the hack, the instructions are below and in a txt file also.
There is one file to edit, and two edits total
There is one phrase to make.
_
|1|
In ROOT/includes/functions_online.php find:
case 'online':
$userinfo['action'] = $vbphrase['viewing_whos_online'];
break;
under that add
case 'jukebox':
$userinfo['action'] = $vbphrase['jukebox'];
break;
Find:
case 'online.php':
$userinfo['activity'] = 'online';
break;
under that add
case 'vb_jukebox.php':
$userinfo['activity'] = 'jukebox';
break;
__________________________________
alright now go to your FORUMS-->ACP-->LANGUAGES & PHRASES--> PHRASE MANAGER
at the bottom of the page there is a button labled "add new phrase"
click it and follow these steps:
1. enter the varname as follows: "jukebox"
2. Enter the text as "listening to the jukebox"
3. Click save.
Hopefully youll understand this because i tried to make it as clear as possible!
Enjoy, please tell me how i did, it worked for me on 3.05, again this is my first modification so tell me what i could do better!
Click https://vborg.vbsupport.ru/ (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=74679), please and thank you!
________________________________________________
what this modification will do is it will let you see who is listening to the jukebox in the whos online page, the jukebox this works for is here (https://vborg.vbsupport.ru/showthread.php?t=74170)
now onto the hack, the instructions are below and in a txt file also.
There is one file to edit, and two edits total
There is one phrase to make.
_
|1|
In ROOT/includes/functions_online.php find:
case 'online':
$userinfo['action'] = $vbphrase['viewing_whos_online'];
break;
under that add
case 'jukebox':
$userinfo['action'] = $vbphrase['jukebox'];
break;
Find:
case 'online.php':
$userinfo['activity'] = 'online';
break;
under that add
case 'vb_jukebox.php':
$userinfo['activity'] = 'jukebox';
break;
__________________________________
alright now go to your FORUMS-->ACP-->LANGUAGES & PHRASES--> PHRASE MANAGER
at the bottom of the page there is a button labled "add new phrase"
click it and follow these steps:
1. enter the varname as follows: "jukebox"
2. Enter the text as "listening to the jukebox"
3. Click save.
Hopefully youll understand this because i tried to make it as clear as possible!
Enjoy, please tell me how i did, it worked for me on 3.05, again this is my first modification so tell me what i could do better!
Click https://vborg.vbsupport.ru/ (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=74679), please and thank you!