Points MOD Beta - Postet den (14621 Views)
Junior Member
Anacrusis
Innlegg: 219
219
Points MOD Beta ver.1.0b Last Updated 7/9/03

Finally! The Points MOD Is ready for testing. Please install this on a development server only. Report bugs/fixes back here. Thanks.
DO NOT INSTALL ON PRODUCTION SERVER, THIS IS A VERY EARLY BETA RELEASE AND PROBABLY CONTAINS BUGS!
Description: This mod allows members to earn points by actively participating in the forums, they receive points
for posting new topics and replying to existing ones. Points are also earned when changing ranks. The Points can then be used to 'buy' things like custom avatars, glowing username in posts, custom title etc...
Features: Admin can change points amount for each user
Easily turn off points system
Enable/Disable Point Actions
Change Number of points earned for each action
Change cost of store items
Users can donate points to other users
Members Start off with specified number of points upon registration. Optional Integration with PM Mod and Avatar Mod

Possible Features for future releases: A bank that members can put points in, they can then earn intrest on the points in the bank. Lottery system, admin sets up a lottery, members give points to participate and can win the jackpot if they win

---------
Installation difficulty: 8 (1=Easy - 10=Hard)

DO NOT INSTALL ON PRODUCTION SERVER, THIS IS A VERY EARLY BETA RELEASE AND PROBABLY CONTAINS BUGS!
Download:
http://www.internet-clubhouse.com/download/pointsmod.zip
<
   
 Sidestørrelse 
Postet den
Advanced Member
Etymon
Innlegg: 2396
2396
Ah! Anacrusis!
Thank you so much!! smile
Etymon
<
Postet den
Junior Member
jeffery
Innlegg: 176
176
Anacrusis,
Installed fine. One little thing with the DB. I run MS SQL and INSERT will not work after the Identity row has been set. So I had to manually remove the Identity of the P_ACTION column in the POINT_ACTIONS and rerun the INSERT portion of that table. I'm not sure how you would rework this in the dbs file.<
Postet den
Junior Member
Anacrusis
Innlegg: 219
219
I'm not sure either, does anybody else know how to do this?
Was that the only trouble you had?<
Postet den
Junior Member
jeffery
Innlegg: 176
176
So far. Except the avatar option in the store apparently doesn't work with some of the avatar mods I have. My forum doesn't populate the AVATAR_URL field just one called AVATAR. I am working on different code for this or not using that asa store option at all. Your code makes it easy to customize, very organized. Thank you for this!
<
Postet den
Junior Member
Ez4arab
Innlegg: 479
479
i found error in this line 224

strSql = "update " MEMBERS set M_AVATAR_URL = '" & chkString(Request.Form("AvatarURL"), "SQLString") & "', " &_

it need to be look like this
strSql = "update " & strTablePrefix & "MEMBERS set M_AVATAR_URL = '" & chkString(Request.Form("AvatarURL"), "SQLString") & "', " &_<
Postet den
Junior Member
Anacrusis
Innlegg: 219
219
Postet den
Development Team Leader
Classicmotorcycling
Innlegg: 2085
2085
I found a few "/pstore.asp" referrals in the code, but updated them. The code has been placed on to one of my Snitz Forums I run and it works fine after some minor code changes. I have also made it so unregistered users can only view the points.asp page, as I figured they do not have an account yet to use the functions of pstore.asp.
Good work overall Anacrusis..
Cheers,

David<
Postet den
Junior Member
Anacrusis
Innlegg: 219
219
What kind of changes did you make, so I can add them to the zip file. A left viewing of pstore.asp to unregistered used so they can see the types of things they can purchase, personal preference.

How was the install, I take it I didn't miss anything, this is my first real mod so I'm a little nervous about it. Anybody think it's ready to be taken out of beta phase?
<
Postet den
Junior Member
Ez4arab
Innlegg: 479
479
i think he means this slash "/"<
Postet den
Junior Member
Anacrusis
Innlegg: 219
219
works fine after some minor code changes

I assumed there were more changes.<
Du må legge inn en melding