View Full Version : Turtle Dollars (includes addons)
filburt1
03-14-2003, 10:00 PM
Note: there is one installation step specific to vB 2.3.0. If you are using an earlier version it might require some creativity on your part to install this hack.
Addons: Top 10 List (https://vborg.vbsupport.ru/showthread.php?postid=368732#post368732)
This hack is based on Sun's Java support forums' "Duke Dollars." This allows you to place a "dollar" offer when posting a thread, and when you get a helpful reply, give that member some of your "money." If memory serves, this can equate to buying trinkets at Sun's store. In vB it's mostly for pride although it may be possible to integrate this into other hacks like the infamous Store hack. The user's funds are always stored in $bbuserinfo['dollars'].
User-side, the user can offer a given number of dollars for any thread they post. If nobody replies or only they reply, they can retract the offer (this can be changed from the user CP). To award a user with the dollars, he has to click the "Award" button in the postbit. The thread will then be marked has having no dollar offer. Threads with dollar offers are marked in forumdisplay with an icon. When the award is given, the funds are subtracted from the thread poster's account and added to the awardee's funds. The user's funds are shown in his user CP.
Admin-side, an admin can designate which forums can allow dollar offers (by default they all will when installing this hack; when changing this setting only future threads are affected). An admin can also manually edit user accounts and can view the top 10 richest members. In addition, a given user's account can be completely emptied (useful when banning). There are also options for minimum allowed, maximum allowed, and default dollar awards.
Moderators, supermoderators, and administrators can always override some options. They can cancel offers by any member. However they are subject to the same "rules of economics" as any member (rewarding a member will always deduct from their funds and give to the member).
All images included have their PSD counterparts included in layered form and are based on the vBulletin graphics developer kit.
Screenshots are included in a zip below.
This hack comes with a powerful install script that runs the necessary queries for you. It also creates all custom templates. However it is up to you to do the file edits and template edits (included in the instructions).
Please reply with any comments you have. Just a "it's working" is appreciated.
filburt1
03-15-2003, 08:34 PM
Very well, here are some screenshots. There are also tons of errors and redirectors that I didn't grab.
Dean C
03-15-2003, 08:36 PM
This sounds very good turtle ...
- miSt
filburt1
03-15-2003, 08:36 PM
Should look good too. Just uploaded screenshots.
VeoMorphine
03-15-2003, 08:39 PM
It's Working :P
Mephisteus
03-15-2003, 08:41 PM
great! Definetly gonna install this
Great stuff
filburt1
03-15-2003, 08:54 PM
Today at 05:39 PM VeoMorphine said this in Post #5 (https://vborg.vbsupport.ru/showthread.php?postid=366976#post366976)
It's Working :P
Please test everything out, too, like trying to bypass all the checks and get free money and such (for example, using negative values) :)
Dean C
03-15-2003, 08:56 PM
Wow @ this - you must have put so much time,
This may just replace my points system :p
- miSt
filburt1
03-15-2003, 08:57 PM
Took two days but the idea of doing it had been nagging at me for a long time.
DrkFusion
03-15-2003, 09:04 PM
So umm, how do I withdraw my money? Is there a print button :p
*Looking Great*
Mephisteus
03-15-2003, 09:27 PM
I'm working on an integration with lesane's store for this now :)
[EDIT]
I have succeeded! I will put it in an readme file :P
[EDIT]
srry, found an major bug :P
WOW
I love the idea of this, will you be porting this over to vB3 when it's released to save me time? :p because i'm going to have a huge points setup on that with my code, Lesane's store hack code (well some of it), and just random code lol, and integrating this into it would be great...
Today at 11:27 PM DarkSSJ3 said this in Post #11 (https://vborg.vbsupport.ru/showthread.php?postid=367006#post367006)
I'm working on an integration with lesane's store for this now :)
[EDIT]
I have succeeded! I will put it in an readme file :P
You change all references to $bbuserinfo['dollars'] or $bbuserinfo[dollars] or $userinfo[dollars] to have storep instead of dollars.
filburt1
03-15-2003, 09:46 PM
I'd consider porting it but not until vB 3.0.1 or so (i.e., a revision or two after the final comes out).
Mephisteus
03-15-2003, 09:46 PM
Today at 12:45 AM N9ne said this in Post #13 (https://vborg.vbsupport.ru/showthread.php?postid=367016#post367016)
You change all references to $bbuserinfo['dollars'] or $bbuserinfo[dollars] or $userinfo[dollars] to have storep instead of dollars.
indeed, but when someone replies I loose ALL of my store points and he has only the ones he earned in that thread
[EDIT]
never mind, got it :P
$DB_site->query("UPDATE user SET storep = IF(userid = $fromuserid, storep - $transfer, storep + $transfer) WHERE userid IN ($fromuserid, $touserid)");
filburt1
03-15-2003, 09:54 PM
Fixed typo in instructions (wrong filename for uploading)
filburt1
03-15-2003, 11:22 PM
Anybody else successfully (or unsuccessfully) tested this?
Erwin
03-16-2003, 03:36 AM
I like the idea... might come up with my own version for my site. :)
Mephisteus
03-16-2003, 08:16 AM
I could easily integrate it with lesane's store, it works like a dream :)
Koopa
03-16-2003, 09:27 AM
Very good idea, I'll probably install this hack :)
filburt1
03-16-2003, 02:15 PM
I find it hard to believe that it's working perfectly for everybody...has anybody tried to hack (get dollars by defeating the system) it yet?
filburt1
03-16-2003, 05:20 PM
For those who think this is too complicated, I'm almost done with a much powerful install script that can do all of the custom templates for you.
Davey
03-16-2003, 06:05 PM
Just let me install PHPdev and I'll test this hack out locally on 2.3.0.
Dave.
filburt1
03-16-2003, 06:23 PM
Screenshot of the new install script in action:
filburt1
03-16-2003, 07:10 PM
Out of beta.
corsacrazy
03-16-2003, 07:16 PM
sorry 4 rudeness etc but ive read the hack info but im still unsure y u have done this ie wot does it do ? what are benifits etc ?
filburt1
03-16-2003, 07:17 PM
Here's a very rough basic concept: http://forum.java.sun.com/rewardFaq.jsp
Breaker
03-16-2003, 07:19 PM
great hack, will install wen i have the time :D
Mr. Brian
03-16-2003, 07:32 PM
I tried to install it but seem like i'm still encountered problems here..
Or is it due to the eariler bug not clear yet..?
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/xxxxx/public_html/forum/admin/functions.php on line 860
Fatal error: Call to undefined function: vbsetcookie() in /home/soccerwi/public_html/forum/admin/sessions.php on line 183
Anyone can able to help.. :tired:
filburt1
03-16-2003, 07:35 PM
You must have a really hacked or really old vB because my mods are nowhere near line 860.
Mr. Brian
03-16-2003, 07:52 PM
That's why till now I still can't figure it out as what's the main causes... haiz...
Automated
03-16-2003, 08:38 PM
nice idea!
dstruct2k
03-16-2003, 10:37 PM
So has anyone integrated this successfully with Lesane's Store hack, or is it just another points system? I really like the concept, but I really don't have to time to be messing around with PHP and SQL right now....
squawell
03-17-2003, 06:13 AM
nice hack!!just installed....
and one question...
how should i do can store the dollar in bank??if i use the bank hack......
DPoole
03-17-2003, 08:21 AM
does this work on 2.2.8
cant even run the installer - i click Start Installation and it sits and looks at me like a love sick puppie :)
filburt1
03-17-2003, 10:46 AM
It was designed for 2.3.0. Use in other versions at your own risk.
squawell
03-17-2003, 01:34 PM
filburt1 i have a question in ur instruction the admin/forum.php is part..
this part is for edit forum
makeyesnocode("Count posts made in this forum towards user post counts?","countposts",$forum[countposts]);
but we dont need to add same code to when u add new forum part??
like this code below
makeyesnocode("Count posts made in this forum towards user post counts?","countposts",1);
filburt1
03-17-2003, 02:05 PM
Good point. Will make the edit when I get home.
DPoole
03-17-2003, 06:03 PM
ok upgraded and when running it on me local host to test it the Installer in Admin folder does nothing at all - is this correct ?
any chance of a text file for this so i can do the installer by hand
would be appreciated
filburt1
03-17-2003, 09:35 PM
What exactly does the installer show?
DPoole
03-18-2003, 02:35 AM
nothing it does nothing
I click start installtion and it does nothing when i click it
any reason for this ?
I have now even upgraded to 2.3 as well
SO a text version would be appreciated then i can do it manual
filburt1
03-18-2003, 01:50 PM
A text version is next to impossible the way the setup works.
I'm going to debug this on a completely different server (my laptop) right now although I believe it still works perfectly. Make sure you're running at least PHP 4.2.0.
filburt1
03-18-2003, 01:54 PM
The installer works absolutely perfectly for me. I tested both of these on PHP 4.3.0 (this most recently on a Mac) with vB 2.3.0 RC2 or RC3. Personally I bet the problem is on your side because every computer I've tried the install script on works.
"Turtle Dollars" Installation Script
Script based on filburt1's standard install script. Back up your database and files before installing this hack/mod.
This script runs queries to help install "Turtle Dollars." This script can only create templates and run queries. It does not touch files or existing templates.
Creating Settings...
Getting current highest + 1 displayorder for settings...
query_first: SELECT MAX(settinggroupid) + 1 AS newdisplayorder FROM setting
Creating settings group...
query: INSERT INTO settinggroup (title, displayorder) VALUES ("Turtle Dollars", 33)
Getting newly created settinggroupid...
Writing script to create individual settings...
Caching highest settingid + 1...
query_first: SELECT MAX(settingid) + 1 AS sidplusone FROM setting
Creating setting "Default dollar allocation to new members"...
query: INSERT INTO setting (settinggroupid, title, varname, value, description, optioncode, displayorder)
VALUES (33,
"Default dollar allocation to new members",
"tddefault",
"20",
"Enter a number of dollars that you want new members to get by default. Don\'t use decimal or negative numbers. This only affects new registrations.",
"",
0)
Creating setting "Allow users to revoke dollar offers after no replies?"...
query: INSERT INTO setting (settinggroupid, title, varname, value, description, optioncode, displayorder)
VALUES (33,
"Allow users to revoke dollar offers after no replies?",
"tdallowrevoke",
"1",
"If a user posts a thread with an offer attached to it but nobody replies, allow them to retract their offer? Moderators,
supermoderators, and administrators can always retract offers, including other users\' offers.",
"yesno",
1)
Creating setting "Minimum dollar offer"...
query: INSERT INTO setting (settinggroupid, title, varname, value, description, optioncode, displayorder)
VALUES (33,
"Minimum dollar offer",
"tdmin",
"1",
"Minimum dollar amount required to make an offer",
"",
2)
Creating setting "Maximum dollar offer"...
query: INSERT INTO setting (settinggroupid, title, varname, value, description, optioncode, displayorder)
VALUES (33,
"Maximum dollar offer",
"tdmax",
"20",
"Maximum dollar amount required to make an offer (granted the user has that many dollars to begin with)",
"",
3)
Running extra queries...
Running extra query 1 of 3...
query: ALTER TABLE user ADD dollars INT(10) UNSIGNED DEFAULT 20 NOT NULL AFTER posts
Running extra query 2 of 3...
query: ALTER TABLE thread ADD dollaroffer INT(10) UNSIGNED NOT NULL AFTER open
Running extra query 3 of 3...
query: ALTER TABLE forum ADD allowdollaroffers TINYINT(4) DEFAULT 1 NOT NULL AFTER allowposting
Creating custom templates...
Caching directory contents...
Caching custom template "error_baddollaroffer" (1 of 10)...
Caching custom template "error_badfunds" (2 of 10)...
Caching custom template "error_cantawardself" (3 of 10)...
Caching custom template "error_nodollarsoffered" (4 of 10)...
Caching custom template "newthread_makedollaroffer" (5 of 10)...
Caching custom template "postbit_awardbutton" (6 of 10)...
Caching custom template "redirect_dollaroffercancelled" (7 of 10)...
Caching custom template "redirect_transfercomplete" (8 of 10)...
Caching custom template "showthread_dollaroffer" (9 of 10)...
Caching custom template "showthread_dollaroffer_cancel" (10 of 10)...
Getting templatesetid for styleid 6...
query_first: SELECT templatesetid FROM style WHERE styleid = 6
Adding custom template "error_baddollaroffer" (1 of 10; 602 chars)...
query: INSERT INTO template (templatesetid, title, template) VALUES (6, "error_baddollaroffer", "Your dollar offer of $$dollaroffer cannot be accepted for one or more of the following reasons:
Low funds: you have $$bbuserinfo[dollars] in your account and you offered $$dollaroffer
Too low of an offer: the minimum allowed offer is $$tdmin
Too high of an offer: the maximum allowed offer is $$tdmax
Forum not accepting dollar offers: this forum may not accept dollar offers
Please use your browser\'s "Back" button to remedy the problem. If you do not want to offer any dollars, leave the Dollar Offer field blank.")
Adding custom template "error_badfunds" (2 of 10; 268 chars)...
query: INSERT INTO template (templatesetid, title, template) VALUES (6, "error_badfunds", "You do not have enough dollars to offer the required award.
You have: $$bbuserinfo[dollars] in your profile
Thread requires: $$thread[dollaroffer] award
Try to get more awards so you can "afford" the award yourself.")
Adding custom template "error_cantawardself" (3 of 10; 38 chars)...
query: INSERT INTO template (templatesetid, title, template) VALUES (6, "error_cantawardself", "You cannot offer an award to yourself.")
Adding custom template "error_nodollarsoffered" (4 of 10; 75 chars)...
query: INSERT INTO template (templatesetid, title, template) VALUES (6, "error_nodollarsoffered", "The specified thread does not exist or its starter did not offer any award.")
Adding custom template "newthread_makedollaroffer" (5 of 10; 420 chars)...
query: INSERT INTO template (templatesetid, title, template) VALUES (6, "newthread_makedollaroffer", "
This forum allows you to make dollar offers!
You have $$bbuserinfo[dollars] in your "account." The administrator has required that if you choose to make a dollar offer, it must be from $$tdmin to $$tdmax (inclusive).
Your dollar offer (leave blank for no offer): ")
Adding custom template "postbit_awardbutton" (6 of 10; 132 chars)...
query: INSERT INTO template (templatesetid, title, template) VALUES (6, "postbit_awardbutton", "")
Adding custom template "redirect_dollaroffercancelled" (7 of 10; 93 chars)...
query: INSERT INTO template (templatesetid, title, template) VALUES (6, "redirect_dollaroffercancelled", "The dollar offer for the thread has been cancelled. You will now be taken back to the thread.")
Adding custom template "redirect_transfercomplete" (8 of 10; 175 chars)...
query: INSERT INTO template (templatesetid, title, template) VALUES (6, "redirect_transfercomplete", "You have successfully transferred $$thread[dollaroffer] from your previous "account" of $$bbuserinfo[dollars] to the requested user. Taking you back to the thread...")
Adding custom template "showthread_dollaroffer" (9 of 10; 786 chars)...
query: INSERT INTO template (templatesetid, title, template) VALUES (6, "showthread_dollaroffer", "
$thread[postusername] has offered $$thread[dollaroffer] in this thread!
Typically, the "money" will be rewarded to the person who provides the best answer to the question in the post below. However it is up to the thread starter to how it is distributed.
$canceldollaroffer
")
Adding custom template "showthread_dollaroffer_cancel" (10 of 10; 291 chars)...
query: INSERT INTO template (templatesetid, title, template) VALUES (6, "showthread_dollaroffer_cancel", "
If you would like to retract the offer of $$thread[dollaroffer], click the link below. You cannot offer dollars once you cancel the offer!
Cancel Dollar Offer")
All done! Errors are highlighted above, if any occured. Now:
Delete this install script (/~filburt1/testvb/admin/install_turtledollars.php)
Delete the directory "templates_turtledollars" if you chose to install custom templates
Continue with the included installation instructions
Filburt,
Love the concept! Not yet installed, because I've two questions:
Is there a timer for the offer available? (see explanation below)
Is there a Top 10 page available in the hack?
Reason for item 1 is my main concern authors will wait forever for an even better answer to appear than one which was probably already posted.
- djr
filburt1
03-18-2003, 03:57 PM
1. No
2. No, but I can easily write one in less than an hour.
filburt1
03-18-2003, 06:49 PM
This displays a "Top 10" list for who has the most Turtle Dollars, along with some statistics about outstanding threads and dollar distribution among members.
You must have installed the Turtle Dollars hack for this to work.
filburt1
03-18-2003, 06:50 PM
Screenshot:
Nice addon, keep up the good work filby :).
Hey all, im editing the scripts so they will work with the store hack (as requested), ill try to have it out by tonight ;).
Add-on: Store hack Intergration.
Ive edited the scripts/template included in the "Turtle Dollars" zip file to work with the ever propular store hack.
Both files (minus the install script) where edited for the intergration, also a number of templates where changed and of course the "editing files" part of the readme.txt was changed.
You will need to have the store hack fully working before trying to install this.
If you already have both turtle dollars and the store hack installed but wish to use this, i sugest that you uninstall turtle dollars then re-install it using the file below.
This has not been tested! so ill mark it as unstable until someone trys it out and gets back to me.
enjoy and report bugs please :bunny:
filburt1
03-18-2003, 09:15 PM
Also note that I don't support this version, only mine (technically I don't support that one either but I'll try).
squawell
03-23-2003, 07:33 PM
find a problem...
the button did not show up??
i already check the code and template all fine....so what cause
that?....
filburt1
03-23-2003, 07:36 PM
Try resubmitting the Options.
squawell
03-23-2003, 07:48 PM
Today at 05:36 AM filburt1 said this in Post #53 (https://vborg.vbsupport.ru/showthread.php?postid=372167#post372167)
Try resubmitting the Options.
same~~~still not show up.......:(:(
filburt1
03-23-2003, 07:56 PM
What's the URL to your forums?
squawell
03-23-2003, 08:10 PM
Today at 05:56 AM filburt1 said this in Post #55 (https://vborg.vbsupport.ru/showthread.php?postid=372180#post372180)
What's the URL to your forums?
i dont know u can read chinses word or not so i give u the link this forum allow guest po post......
and i found another problem i already use this hack
https://vborg.vbsupport.ru/showthread.php?s=&threadid=42890&highlight=custom+prefix
for example:
in threadlist the $thread[prefix] will show<test>(this is my setting) but when i po a new thread and also set the dolloar
it replace the <test> to <dollar's number> how to fix that?
thankz~~
filburt1
03-23-2003, 08:12 PM
I designed this to only work with stock vB, so use it at your own risk.
squawell
03-23-2003, 08:22 PM
Today at 06:12 AM filburt1 said this in Post #57 (https://vborg.vbsupport.ru/showthread.php?postid=372192#post372192)
I designed this to only work with stock vB, so use it at your own risk.
so now it look cant work in my forum....how should i uninstall??
use the same install file or??
filburt1
03-23-2003, 08:23 PM
Use the installer's advanced options to get rid of the settinggroup.
squawell
03-23-2003, 08:28 PM
Today at 06:23 AM filburt1 said this in Post #59 (https://vborg.vbsupport.ru/showthread.php?postid=372195#post372195)
Use the installer's advanced options to get rid of the settinggroup.
filburt1...appreciate ur help....thankz!!
gwhooooey
04-12-2003, 03:19 AM
Bumping this up a bit, hehe
Um how can I get it so users points go up per post?
gwhooooey
04-13-2003, 07:15 AM
....anyone? If not, i'm gonna install summit else
Outta curiosity , anyone here installed this on 2.2.9 and got it working ?
proxyMX
04-24-2003, 05:26 AM
Can you help me, I installed this on a skinned forum and it didnt display, is there any points system that WILL work on a skinned forum
proxyMX
04-24-2003, 08:48 PM
Ok, this version DOSENT work properly with Version 2.3.0
it ONLY allows you to donate dollars into the accounts via the admin panel
It DOES NOT let other users post dollar paying threads OR pay dollars to other members
I modified my postbit to show how many dollars a user has, I dont really need dollar transfers although if i get an agent system i will, i hope Fillburt1 can update this for 2.3.0
filburt1
04-24-2003, 08:51 PM
I designed this for 2.3.0 and it works flawlessly on my forums.
proxyMX
04-24-2003, 09:01 PM
check out my test forums
it DOSENT work properly there
ive had to modify the post bit and eveything
login with test and pw test at sma.custom-hosting.net/forums
Koutaru
04-24-2003, 09:06 PM
has anyone tried the store integration?? I'd love to know if it works or not ;)
proxyMX
04-24-2003, 09:06 PM
p.s its wierd because it worked on it when i installed it before, i dunno whats up with it this time
proxyMX
04-24-2003, 09:21 PM
any help here, fil
proxyMX
04-24-2003, 09:46 PM
god, i guess i will have to just go along with the crapped up version
filburt1
04-24-2003, 09:58 PM
Today at 05:21 PM proxyMX said this in Post #73 (https://vborg.vbsupport.ru/showthread.php?postid=386637#post386637)
any help here, fil
I've told you all I know. Also I don't officially support this hack, anyway.
gengar003
04-24-2003, 10:03 PM
I have not installed this yet, but i gather that it can be integrated w/ Lesane's store hack, and, since that's the points system I use, I will definitely be using this. Thanx.
XP Kid 86
04-25-2003, 01:17 AM
ok i just installed this on a clean verson of vB .. minous some tempalte edits i did .. and i did everything word for word and it totaly messed my forums .. A .. it gives me a MYSQL error and B it just doesnt work .. and i cant fix a couple thigns .. i have a due date of May 1st .. and i really cant re-install again .. i mean if you could help me out over PM or AIM/MSN PM me .. and if you cant reply or whatever ..
my forum link but u cant registar .. well i guess u can but i would rather u use my login .. hence the PM .. so tell me what ya can do
http://www.expeditiousworld.com/forum
proxyMX
04-25-2003, 01:35 AM
well its screwed my forums and since i DONT have time to try and do it AGAIN im having to give up
filburt1
04-25-2003, 01:36 AM
If you were at all specific I could see what the problem was...
proxyMX
04-26-2003, 12:50 AM
Basically, the dollars features are only half working, user interaction is non existent, and its not displayed in the postbit
By the way, how do you get peoples dollars displayed in the postbit
proxyMX
04-26-2003, 01:32 AM
great now im getting this error
Database error in vBulletin Control Panel 2.3.0:
Invalid SQL: UPDATE forum
SET
styleid='1', title='HM Help', description='Having Errors? Talent File Problems, come in here and request help',active='1', displayorder='3', parentid='3', parentlist='6,3,-1',
allowposting='1', cancontainthreads='1', daysprune='30',
newpostemail='', newthreademail='',
moderatenew='0', allowhtml='1', allowbbcode='1',
allowimages='1', allowsmilies='1', allowicons='1',
styleoverride='0', allowratings='1', countposts='1',
moderateattach='0', allowdollaroffers = 1
'
WHERE forumid='6'
mysql error: You have an error in your SQL syntax near ''
WHERE forumid='6'' at line 11
mysql error number: 1064
Date: Friday 25th of April 2003 10:31:18 PM
Script: http://www.sma.custom-hosting.net/forums/forums/admin/forum.php
Referer: http://www.sma.custom-hosting.net/forums/admin/forum.php?action=edit&forumid=6
when i try and modify any of my forums at all
filburt1
04-26-2003, 01:34 AM
All I can say is if you fully follow the instructions on a stock 2.3.0 vBulletin, you will not have any of these problems.
There was a bug with my install script at one point involving admin CP option creations, but this is not related.
proxyMX
04-26-2003, 04:20 AM
well wtf is, this has not only flung my forums into dissarray, but its also taken up around 3 of my exam revision days trying to sort it all out im re installing my forums and the hack one last time
and if it dosent work then theres DEFINATELY nothing wrong with my forums
proxyMX
04-26-2003, 05:56 AM
After a complete forum overhaul and the 5th reinstall, its working , and on a skin too! ;-)
Id like to know how to display the users dollars in their postbit still though
xxrequiemxx
05-12-2003, 05:50 PM
My problem is this:
I spent about an hour getting all the templates//files edited.
After a few minor bugs, I thought it was working.... problem was encountered though...
I can change the dollar amounts for my members, but user interaction is at $0. When I post and someone replies, it does not give me the option of awarding them money when I posted an offer. It also marks the forum as having a money incentive, but when you go into the forum//post it does not show that I have put up money for the taking.
If you can help at all, please do.
my forums are at:
www.roguesaints.net
feel free to create an account and run around.
Thanks
Jacko
05-12-2003, 08:18 PM
i get the following when trying to edit options:
Database error in vBulletin Control Panel 2.2.9:
Invalid SQL: ALTER TABLE user CHANGE dollars dollars INT(10) UNSIGNED DEFAULT NOT NULL
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 'NOT NULL' at line 1
mysql error number: 1064
Date: Monday 12th of May 2003 05:09:21 PM
Script: http://www.realmods.net/forum/forum/admin/options.php
Referer: http://www.realmods.net/forum/admin/options.php?t=0&s=
any ideas??
Jacko
05-12-2003, 08:27 PM
ok i fixed it by droping the tables manaully and starting over.
only problem now is that i have 2x options for "turtle dollars" in adminCP??
Jacko
05-12-2003, 08:43 PM
template edits dont look so great if you have an announcement..
KJ_innit
05-13-2003, 10:14 AM
what would look cool would be to integrate it with something like Lesane's award system, whereby after a person reaches a set amount of cash, an award appears in their post bit as a small banner 88x33 or something to show that they are a major contributor / helper or whatever.
Just a thought. I'm going to install this once all the problems are sorted.
Keep up the good work.
Logtenberg
05-20-2003, 01:25 AM
If I install this script will my existing members have any turtle dollars or will they have a $0 balance?
filburt1
05-20-2003, 02:13 AM
It will give existing members $20.
Logtenberg
05-22-2003, 09:02 PM
can this amount be changed for existing members? Will it affect what new members get as well or is it a different variable?
Logtenberg
05-22-2003, 09:18 PM
Is there an add-on to the turtle dollars that allows you to sell actual products with the points earned?
There's something already for Lesane's store hack: http://www.vbulletin.org/hacks/index.php?s=&action=showhack&hackid=915
dirtymerc
06-02-2003, 09:52 PM
is there anyway of showing how much money they have earned in the postbit?
Asterik
07-10-2003, 10:05 PM
I have a different postbit and tryed 2 put the award button by the buddy button http://www.plugspark.com/forums/ and it doesn't even attempt 2 show up! HELP!
proxyMX
07-11-2003, 02:05 AM
i dont use turtledollars any more, the shinra points hack is much simpler, but i liked the mass award functionality with this hack
livewars
08-20-2003, 03:19 AM
How do I un-install this hack?.. I accidently installed it twice, now everything is duplicated... I need to fix it somehow so that only one turtle dollars is running... You can even make a new post on my forums without entering a dollar figure in, otherwise it comes back with errors!.. can someone let me know how I can fix this, or uninstall the hack completely?
P.S. - Is there a way to apply this hack to specific forums only?...I only want to offer this in certain areas.
Please help!!
Thnx.
lasto
08-20-2003, 09:52 AM
this hack works fine
most of the probs in it are down to user error simple as
i installed to test board went fine then installed live and that went fine and im on 2.3
nic ehack by the way m8
livewars
08-20-2003, 05:03 PM
..but how can you uninstall it?!???
Logtenberg
09-03-2003, 04:44 PM
Is it possible to subtract X amount of dollars from a users account? From the screen captures I only see the option to delete all the money from a users account.
Thanks
lasto
09-03-2003, 05:20 PM
if u have the store u can remove the money using the options from that hack.In this thread is an addon that swaps the turtle dollors system to the store system which i think is a lot better anyway.
mtellin
09-11-2003, 05:15 PM
Did anyone get the dollar amount to display in the postbit?
e3ashig
03-24-2004, 10:51 AM
is this hack available for VB3 ?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.