The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
![]() |
|||||||||||||||||||||||||||
uCash & uShop old support and thank you thread
![]() Developer Last Online: Aug 2005 ![]() ![]()
/me Installs. I'm the first for the most aniticipated hack!!1
Show Your Support
|
Comments |
#1022
|
|||
|
|||
![]()
my store and bank has been workign fine but now all of a sudded one of my members is getting No Actions Found
Any Idea what the problem is?? |
#1023
|
||||
|
||||
![]()
there're some nonsense things in UCS
the tax: the tax applied is totally wrong, like: change user title cost 10k, the tax is 10% therefore the final price must be 11k but it's always says 9k. and the opposite thing appear in bank, the money you wish to withdraw or deposit is 10k, the tax is 10% hence you can withdraw or deposit 9k but instead of that it says 11k. or maybe I am so stupid to figure out all things ? |
#1024
|
||||
|
||||
![]() Quote:
|
#1025
|
||||
|
||||
![]()
Is there already a betting/bookmaker hack or extension that can work with uCash? I'm working on one at the moment, and I hope to have it ready in time for Euro 2004 (that's in about 3 weeks). I've had a look around and haven't noticed any betting hacks or add-ons for vBulletin 3.0.0 already released (or I'm using the wrong search terms), but if anyone knows of one then I'd be happy to hear of it.
My hack would have an option to use uCash instead of its own internal cash system, so it can work standalone of other cash/credit systems or integrate. Integration wouldn't go any further than taking money from and settling bets into the uCash table. So, am I duplicating effort that has already been made by someone else? http://www.kop.nildram.co.uk/images/vbookie-lives.gif http://www.kop.nildram.co.uk/images/vbookie-lives2.gif http://www.kop.nildram.co.uk/images/vbookie-lives3.gif |
#1026
|
||||
|
||||
![]()
Can somebody please tell me what makes this hack different from Lesane's store? I have to install something like this on my site, but I do nto know whether I should install this one or Lesane's Store hack.
|
#1027
|
|||
|
|||
![]()
Lesane's hack is for vB2, while this hack is for vB3.
|
#1028
|
||||
|
||||
![]()
I installed this hack in my vb3.01 system and it seemed to go seamless exclet for the following error. This happens when I clicked on "Usergroup Manager" in the ACP.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Parse error: parse error, expecting `')'' in /home2/webbhelp/dkdrpg-www/mb-test/admincp/usergroup.php on line 121 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - This happens when I make the in usergroup.php according to your instructions: Code:
Find in File admincp/usergroup.php 'profilepicmaxwidth' => 100, 'profilepicmaxheight' => 100, 'profilepicmaxsize' => 25000 REPLACE that with: // ## <ucs> 'profilepicmaxwidth' => 100, 'profilepicmaxheight' => 100, 'profilepicmaxsize' => 25000, 'uttstore_discount' => 0 // ## </ucs> Help. |
#1029
|
||||
|
||||
![]() Quote:
Code:
Find in File admincp/usergroup.php 'profilepicmaxwidth' => 100, 'profilepicmaxheight' => 100, 'profilepicmaxsize' => 25000 REPLACE that with: 'profilepicmaxwidth' => 100, 'profilepicmaxheight' => 100, 'profilepicmaxsize' => 25000, 'uttstore_discount' => 0 ![]() |
#1030
|
||||
|
||||
![]() Quote:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // [START HACK='Shoutbox Hack' AUTHOR='squall14716' VERSION='1.03' CHANGEID= 3 ] // set default yes permissions (bitfields) $ug_bitfield = array( 'showgroup' => 1, 'canview' => 1, 'canviewmembers' => 1, 'canviewothers' => 1, 'cagetattachment' => 1, 'cansearch' => 1, 'canmodifyprofile' => 1, 'canthreadrate' => 1, 'canpostattachment' => 1, 'canpostpoll' => 1, 'canvote' => 1, 'canwhosonline' => 1, 'allowhidden' => 1, 'showeditedby' => 1, 'canseeprofilepic' => 1, 'canusesignature' => 1, 'shoutview' => 1, 'shoutpost' => 1, 'shoutedit' => 1, 'shoutdelete' => 1, 'shouthdelete' => 0, 'shouteditothers' => 0, 'shoutdeleteothers' => 0, 'shouthdeleteothers' => 0, 'shoutip' => 0, 'shoutcoventry' => 0 ); // set default numeric permissions $usergroup = array( 'pmquota' => 0, 'pmsendmax' => 5, 'attachlimit' => 1000000, 'avatarmaxwidth' => 50, 'avatarmaxheight' => 50, 'avatarmaxsize' => 20000, // ## <ucs> 'profilepicmaxwidth' => 100, 'profilepicmaxheight' => 100, 'profilepicmaxsize' => 25000, 'uttstore_discount' => 0 // ## </ucs> 'shouthierarchy' => 5, 'shoutmaxdaily' =>0 ); // [END HACK='Shoutbox Hack' AUTHOR='squall14716' VERSION='1.03' CHANGEID= 3 ] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
#1031
|
||||
|
||||
![]()
Ok I think I figured it out.
'profilepicmaxwidth' => 100, 'profilepicmaxheight' => 100, 'profilepicmaxsize' => 25000, 'uttstore_discount' => 0 // ## </ucs> 'shouthierarchy' => 5, 'shoutmaxdaily' =>0 ); Should be: 'profilepicmaxwidth' => 100, 'profilepicmaxheight' => 100, 'profilepicmaxsize' => 25000, 'uttstore_discount' => 0 // ## </ucs> ,'shouthierarchy' => 5, 'shoutmaxdaily' =>0 ); Note the "," before the "shouthierarchy" |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|