Mr.Noob
01-07-2008, 08:25 PM
1. Download file đính kèm giải nén ra !!!
2. Upload tất cả các file trong thư mục upload vào root.
3. Login to your admincp
4. Upload & Import the Product via the Product Manager!
5. Edit template 'postbist' or 'postbit_legacy'
Find:
<div>
$vbphrase[posts]: $post[posts]
</div>
Add below:
<!-- Cash - Casino System By THN Design -->
<if condition="$post['points']>0"><div>Points: $post[points] (<a href="cash.php?do=donate&userid=$post[userid]" target="cash">Donate</a>)</div></if>
<!-- / Cash - Casino System By THN Design -->
Find:
</div>
<!-- / attachments -->
</if>
Add below:
<!-- Cash - Casino System By THN Design -->
<if condition="$post['items']">
<div style="padding:$stylevar[cellpadding]px">
<fieldset class="fieldset">
<legend><a href="cash.php?do=useritems&userid=$post[userid]" target="cash">$post[musername]'s items</a></legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0"><tr><td>
$post[items]
</td></tr></table>
</fieldset>
</div>
</if>
<!-- / Cash - Casino System By THN Design -->
5. Edit template 'MEMBERINFO'
Find:
<tr>
<td>
$vbphrase[total_posts]: <strong>$userinfo[posts]</strong> (<phrase 1="$postsperday">$vbphrase[x_posts_per_day]</phrase>)
</td>
</tr>
Add below:
<!-- Cash - Casino System By THN Design -->
<if condition="$post['points']>0">
<tr>
<td>
Points: $post[points] (<a href="cash.php?do=donate&userid=$post[userid]" target="cash">Donate</a>)
</td>
</tr>
</if>
<!-- / Cash - Casino System By THN Design -->
Find:
<if condition="$vboptions['usereferrer']">
<div class="fieldset">
<div style="padding:$stylevar[formspacer]px">
$vbphrase[referrals]: <strong>$referrals</strong>
</div>
</div>
</if>
-------------
Add below:
<!-- Cash - Casino System By THN Design -->
<if condition="$post['items']">
<fieldset class="fieldset">
<legend><a href="cash.php?do=useritems&userid=$post[userid]" target="cash">$post[musername]'s items</a></legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0"><tr><td>
$post[items]
</td></tr></table>
</fieldset>
</if>
<!-- / Cash - Casino System By THN Design -->
6. Edit template 'navbar'
Find:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
Add below:
<td class="vbmenu_control" id="cash"><a href="cash.php$session[sessionurl_q]">Casino - Shop</a></td>
7. Your own custom phrase to be added:
Type: GLOBAL
Name: money
Value: Gil (Or w/e you want your currency name to be)
2. Upload tất cả các file trong thư mục upload vào root.
3. Login to your admincp
4. Upload & Import the Product via the Product Manager!
5. Edit template 'postbist' or 'postbit_legacy'
Find:
<div>
$vbphrase[posts]: $post[posts]
</div>
Add below:
<!-- Cash - Casino System By THN Design -->
<if condition="$post['points']>0"><div>Points: $post[points] (<a href="cash.php?do=donate&userid=$post[userid]" target="cash">Donate</a>)</div></if>
<!-- / Cash - Casino System By THN Design -->
Find:
</div>
<!-- / attachments -->
</if>
Add below:
<!-- Cash - Casino System By THN Design -->
<if condition="$post['items']">
<div style="padding:$stylevar[cellpadding]px">
<fieldset class="fieldset">
<legend><a href="cash.php?do=useritems&userid=$post[userid]" target="cash">$post[musername]'s items</a></legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0"><tr><td>
$post[items]
</td></tr></table>
</fieldset>
</div>
</if>
<!-- / Cash - Casino System By THN Design -->
5. Edit template 'MEMBERINFO'
Find:
<tr>
<td>
$vbphrase[total_posts]: <strong>$userinfo[posts]</strong> (<phrase 1="$postsperday">$vbphrase[x_posts_per_day]</phrase>)
</td>
</tr>
Add below:
<!-- Cash - Casino System By THN Design -->
<if condition="$post['points']>0">
<tr>
<td>
Points: $post[points] (<a href="cash.php?do=donate&userid=$post[userid]" target="cash">Donate</a>)
</td>
</tr>
</if>
<!-- / Cash - Casino System By THN Design -->
Find:
<if condition="$vboptions['usereferrer']">
<div class="fieldset">
<div style="padding:$stylevar[formspacer]px">
$vbphrase[referrals]: <strong>$referrals</strong>
</div>
</div>
</if>
-------------
Add below:
<!-- Cash - Casino System By THN Design -->
<if condition="$post['items']">
<fieldset class="fieldset">
<legend><a href="cash.php?do=useritems&userid=$post[userid]" target="cash">$post[musername]'s items</a></legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0"><tr><td>
$post[items]
</td></tr></table>
</fieldset>
</if>
<!-- / Cash - Casino System By THN Design -->
6. Edit template 'navbar'
Find:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
Add below:
<td class="vbmenu_control" id="cash"><a href="cash.php$session[sessionurl_q]">Casino - Shop</a></td>
7. Your own custom phrase to be added:
Type: GLOBAL
Name: money
Value: Gil (Or w/e you want your currency name to be)