West Coast Connection Forum
Lifestyle => Tha G-Spot => Topic started by: Noon Bank$ on February 06, 2004, 05:50:47 PM
-
wattup.
im an admin at this car message board now. its real new so im trying to get it setup real nice but im a total n00b when it comes to this kinda shit.
Does anyone know how to do some hacks? I just want to add a shout box. I have the file downloaded I just dont know how to activate it.
## Installation Level: Easy
## Installation Time: 2 Minutes
##
## Files To Edit: 2
## includes/page_header.php
## templates/subSilver/overall_header.tpl
##
## Included Files: N/A
##
#################################################################
## Author Notes:
##
#################################################################
#
#-----[ OPEN ]--------------------------------------------------
#
templates/subSilver/overall_header.tpl
#
#-----[ FIND ]----------------------------------------
#
<a href="{U_FAQ}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_faq.gif" width="12" height="13" border="0" alt="{L_FAQ}" hspace="3" />{L_FAQ}</a></span>
#
#-----[ BEFORE, ADD ]---------------------------------
# begin a new line first
<!-- BEGIN switch_user_logged_in -->
<a href="javascript:void(0);" onClick="window.open('{S_JOIN_CHAT}','{CHATBOX_NAME}','scrollbars=no,width=540,height=450')" class="mainmenu"><img src="templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" hspace="3" />Chat</a></span>
<!-- END switch_user_logged_in -->
#
#-----[ OPEN ]--------------------------------------------------
#
includes/page_header.php
#
#-----[ FIND ]----------------------------------------
#
$template->assign_vars(array(
#
#-----[ AFTER, ADD ]----------------------------------
#
'S_JOIN_CHAT' => append_sid("chatbox_mod/chatbox.$phpEx"),
'CHATBOX_NAME' => $userdata['user_id'] . '_ChatBox',
#
#-----[ SAVE/UPLOAD ALL FILES ]---------------------------------
#
Thats what it says to do..I just dont know how to do any of it. Can anyone explain it to me?
-
No idea bro, im trying to form up a message board. Do you kno where i could get free web hosting?
-
Im not sure exacltly, I can find out in a few hours though.
The board used to be on a free host and it was slowwwwwwwwwww. Its on a different host with phpBB instead of the other one and its 10x faster.
-
No idea bro, im trying to form up a message board. Do you kno where i could get free web hosting?
Try www.proboards.com (http://www.proboards.com)
-
that hack looks like the ones for thios board too...
you need a program to run it over the standard scripts or to understand the format of the hack file (i've always done it by hand..)