The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
uCash & uShop 0.95d - Updated 9/28/05 Details »» | |||||||||||||||||||||||||||
uCash & uShop 0.95d - Updated 9/28/05
Developer Last Online: Nov 2023
Presenting uCash & uShop
Latest Changes: 09/28/05 4:13 PM EDT - 0.95d: security update for includes/functions_uttstore.php. 03/13/05 9:00 PM EST - 0.95c is released to patch SQL exploit issues in a few action files. Upgrade immediately by re-uploading all the files in the uttstore folder. Support will no longer by given in this thread. Support has moved to this vBulletin.org forum and GeekyDesigns.com. If you want support, go to those forums. uCash: Feature List
uCash & uShop credits Conecept: Zachery Woods Matthew Gordon PHP Code: Matthew Gordon - misc: Zachery Woods, Stefan "Xenon", g-force2k2 Templates: Zachery Woods - misc: Matthew Gordon Other contributions: Assassingod Kura Oblivion Knight Hobbes Stefan "Xenon" g-force2k2 Brian aka "Tigga" If you feel your not able to install this yourself please feel free to drop me a pm and we can make arrangments If you would like to donate to us please pm us and again we can make arragnments Dont forget to click install! Quick instructions: Upload all files and run admincp/ushop_install.php, then do the edits in readme.html. Make the shop appear in the WOL https://vborg.vbsupport.ru/showpost....&postcount=131 Enjoy. Supporters / CoAuthors Show Your Support
|
Comments |
#62
|
|||
|
|||
Great Hack!
[high]* akanevsky clicks install [/high] Few suggestions though: - Why not make an additional textarea field in every ushop action, where a user could write custom variables in a form of: variable:value and make them evaluate to $vboptions[variable]=value only when running that specific action? - Hack functions have a messy code which is hard to read. Plus those functions have a lot of variables to be passed. Why not clean it up a bit and comment function variables like Jelsoft does? - Some sanity when submitting the form, maybe? |
#63
|
|||
|
|||
Okay i need help. I recently upgrade The BuffaloRange (www.buffalorange.com) to 3.0.7. Then i re-did all the hack work. The points and everything seems to be working. But most of the store actions aren't. Only bold and italic work. Can anyone help?
|
#64
|
||||
|
||||
Don't know if anyone has posted this before, and I really don't care enough to search through this post, but I modified the code very slightly to prevent points from incrementing on posts that did not get counted.
Simply open up the functions_newpost.php file, find this: Code:
$DB_site->query("UPDATE ".TABLE_PREFIX . $vboptions[uttpoints_pointtable]." SET ".$vboptions[uttpoints_pointsfield]."=".$vboptions[uttpoints_pointsfield]."+".$givethempoints." WHERE userid='$bbuserinfo[userid]'"); Code:
if ($foruminfo['countposts']) $DB_site->query("UPDATE ".TABLE_PREFIX . $vboptions[uttpoints_pointtable]." SET ".$vboptions[uttpoints_pointsfield]."=".$vboptions[uttpoints_pointsfield]."+".$givethempoints." WHERE userid='$bbuserinfo[userid]'"); |
#65
|
||||
|
||||
Quote:
http://area51.geekydesigns.com On second thought did you just turn the point count to 0? some people might want to still give points even if their post count is off |
#66
|
||||
|
||||
Just discovered a bug in uCash & uShop actions
In details: If you use «donate» action (action.donate.php) and before clicking "confirm" (step2) you log as a second account, you can make a donation of whatever figure even if you do have zero points. It works! Thanks. |
#67
|
||||
|
||||
Quote:
and post your bugs at area51.geekydesigns.com. thanks |
#68
|
||||
|
||||
Quote:
|| # uShop Hack Version 0.95 # || || # ---------------------------------------------------------------- # || || # A Geeky Designs Production! # || || # Project Began: February 9th, 2004 # || || # Version Released: July 16th, 2004 # || || # PHP Code by: squall14716 # || I'll follow your advise. Cheers |
#69
|
||||
|
||||
My users have requested a feature be added to allow them to see thier last x number of transactions. They want to be able to see what they've spent points on and where they recieved points from.
Thanks |
#70
|
||||
|
||||
Quote:
thanks |
#71
|
|||
|
|||
I have a question...
In the Postbit, How would i make it so the Points listings are in a New Box (Not under the posts) + How do i change where it says "Points:" to "Cash:" As Seen in this screenshot : Thanks in advance yall, Peace! |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|