The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
ICash, Simple, stand alone point system. Details »» | |||||||||||||||||||||||||||
ICash, Simple, stand alone point system.
Developer Last Online: Jul 2018
Unsupported and Unmaintained. There are better point systems to use!
ICash V2.0.2 Features ----------- +Points in postbit. +Points in profile page. +Donation logs. +Admin donation logs. +Easy admin donate. +Points on registration. +Points for referrers. +Customizable point name. +Customizable file name. +Donation comments. +Dynamic decimal system. +Points per topic creation. +Points per post. +Points per character. +Ability to change money row for easy integration with your favorite hacks. for example, integrating with vbookie is as easy as going into your admin cp and changing money to 'vbookie_cash'. +Mass point giving via ACP. +Set customizable point values per forum. +Points may be taken away on post deletion. +Automatic navbar, memberinfo, and postbit template edits. To install: ------------ Simply upload all files to your forum root directory and import the product file. To update: -------------- Simply reupload all files, overwrite product and revert any templates you may have edited. Show Your Support
|
Comments |
#512
|
||||
|
||||
Problem found. Reuploaded all the files and reimported product (set overwrite to yes).
Now when trying to change the postbit_legacy template I get this error: Code:
Parse error: syntax error, unexpected '"', expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/satfun/domains/myforums.org/public_html/bbs/includes/adminfunctions_template.php(3596) : eval()'d code on line 59 |
#513
|
|||
|
|||
Boy, I dunno...keep getting a strange error message...is this coding right?
$vboptions[icashn]: $post[$vboptions[icashf]] <br> <a href="donate.php?$session[sessionurl]to=$member[username]">Donate</a> Here's the error message... vBulletin MessageThe following error occurred when attempting to evaluate this template: Parse error: parse error, unexpected '\"', expecting T_STRING or T_VARIABLE or T_NUM_STRING in /community/includes/adminfunctions_template.php(3596) : eval()'d code on line 86 This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish. |
#514
|
||||
|
||||
sorry it should be
$vboptions[icashn]: $post[money] <br> <a href="donate.php?$session[sessionurl]to=$member[username]">Donate</a> |
#515
|
|||
|
|||
LOL! Thank you once again, Blaine!
|
#516
|
|||
|
|||
How can i change the "donate" text in that Text under the navbar.
You know that Communityname > donate > donate money.... Because it looks some kind of strange to have that 1 english word left in a german board. Everything else in icash i managed to do myself |
#517
|
|||
|
|||
UH OH!!! New problem!!!
Database error in vBulletin 3.6.4: Invalid SQL: UPDATE user SET money=money+ WHERE userid='2'; MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE userid='2'' at line 1 Error Number : 1064 Date : Saturday, March 31st 2007 @ 04:00:08 PM Script : http://badgirljammieclub.com/communi...=postreply&t=1 Referrer : http://badgirljammieclub.com/communi...quote=1&p=1683 |
#518
|
|||
|
|||
Quote:
Code:
$vboptions[icashn]: $post[money] <br> <a href="donate.php?$session[sessionurl]to=$post[username]">Donate</a> |
#519
|
|||
|
|||
@DJ Teac...which version of vb do you have?
Nevermind...I found it...I'm having the same Database error messages you did...guess I'll keep trying. |
#520
|
|||
|
|||
Changed it...still got the Database error message. But I don't think it's the coding...I think it's gotta be one of the files I uploaded...
Database error in vBulletin 3.6.4: Invalid SQL: UPDATE user SET money=money+ WHERE userid='2'; MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE userid='2'' at line 1 Error Number : 1064 Date : Saturday, March 31st 2007 @ 04:27:05 PM Script : http://badgirljammieclub.com/communi...=postreply&t=1 Referrer : http://badgirljammieclub.com/communi...quote=1&p=3523 |
#521
|
|||
|
|||
Your coding did fill in the member's name on the donation form...thanks, DJ!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|