Thanx Chumpy for the new beta release. :)
Will try it out later. ^^
I see your posting time(7.09AM) In the morning. @@
Wake up so early or not yet go to bed? :P
Printable View
Thanx Chumpy for the new beta release. :)
Will try it out later. ^^
I see your posting time(7.09AM) In the morning. @@
Wake up so early or not yet go to bed? :P
Thanks XD
Will try it later :)
Next release will include:
Time Limit: Item Time Limit
Available: how many items are available
Custom link for Image: ex. http://yoursite.com/images/pet1.jpg
see my attachment below.
sir can you help me with item list
just search here about the itemlist. but opt not sure. use the john_d script to create item with opt, slot and craft.
Now now, no need for that. The shop wasn't perfect then (notice it said the item was delivered successfully:/:) and the install notes were pretty basic. Accidentally changing the wrong thing is easy to do if you don't know php and he knew what was wrong too, just not why ;)
I should have watched my mouth and not said/talked shit to DeadlyData telling him things like your are not welcome here because then I become the one who is truly not welcome here.
Great release chumpy..thanks for all your hard work.
LMFAO @ THIS KID. You have 8 posts, you shouldn't be flaming anyone period. You just made yourself look like a noob dumbass starting that. Even with the comment. =\ Sheesh, you should have known not to flame. And good job Chumpy, I'm still trying to help jeffijoe with his server.
I should have watched my mouth and not said/talked shit to DeadlyData telling him things like your are not welcome here because then I become the one who is truly not welcome here.
This is by far the best cash shop 'cause it's simple and it's really fast loading on a limited bandwith like mine. Never had errors with this cashshop except for the registration part when xp_md5.dll was still 32 bit. thanks Chumpz, your're a real champ! Keep it up.
help me......
i have a problem about webpage....
i have this error.......Fatal error: call to undefined function mssql_connect() in c:\wamp\www\index.php on line 18
i use WampServer .....
Okay, I dont really get the db part.. See, it wants me to "execute" the db, right? I created a new DB named CashShop, but then Im stuck..
What do I do to open the sql in the db? :D
That's actually quite funny. I see the current cash shop as a hippo with an eating problem in terms of speed. There is literally no optimisation in it yet. Still it's good to hear you like it as i have plenty to come for the cash shop after i have 2 more releases out of the way (and one is today).
You php can't connect to your mssql server so i'm guessing you have 2005 and/or 64 bit as they seem to be our biggest problems. Installing freetds for windows was my quick way around it and i think freetds is better anyway so check the bottom of the readme for instructions.
In query analyser you should have query windows on the right of the enterprise manager. If not click new query on the toolbar (top left) or press ctrl+n. There should be a dropdown at the top with the current db name in it (master probably), select the cash shop db and then paste the contents of db.sql (open in notepad) into the new query window and press F5. You should now have a ShopItems and a Bank under the cash shop tables.
Okay, thanks Chumpy. You're the best :3
after i purchased from web , i cannot open warehouse with error ALZ DB HACKED. any idea ?
I should have watched my mouth and not said/talked shit to DeadlyData telling him things like your are not welcome here because then I become the one who is truly not welcome here.
@Sir Chumpy
i need your help for this error
Fatal error: Call to undefined function mssql_connect() in D:\Archivos_de_programa\wamp\www\Chumpy's-regpage-v1.0\index.php on line 15
it look like this
$link = mssql_connect(DB_ADDR, DB_USER, DB_PASS);
what i have to put in this line
im usin your regpage and wampserver for up the web
Answered here...
http://forum.ragezone.com/f451/i-try...regist-504053/
im using wampserver somebody know how i have to set the file httpd.conf for put the web online from my pc
Hey chumpy,
I got my game up and running again, but now when I go to the cash shop, it give me this error:
"No database selected 39"
Could you tell me how to fix it?? I'm guessing that it can't find the "CashShop" database in MSSQL but I'm not sure how to tell it to where it is.
It shouldn't need telling where it is as long as the db name in config.php is correct. The CashShop DB should be listed next to your other dbs (account, gamedb etc) if you have created it and added the tables. This does sound like the db doesn't exist though so check the readme on how to create it and add the tables.