View Full Version : uCash & uShop old support and thank you thread
Pages :
1
2
3
4
5
6
7
8
9
[
10]
Link14716
12-18-2004, 12:26 PM
stop using dreamweaver or any other fancy editor,
try wordpad or ultraedit or evne nano if need be.
make sure you are copying the code correctly and it is being pasted correctly
Zachery, haven't I told you that Dreamweaver only screws up functions.php? :p
Zachery
12-18-2004, 01:10 PM
Zachery, haven't I told you that Dreamweaver only screws up functions.php? :p
Still good advise ;D
Sleepyk
12-18-2004, 11:21 PM
stop using dreamweaver or any other fancy editor,
try wordpad or ultraedit or evne nano if need be.
make sure you are copying the code correctly and it is being pasted correctly
uhh quick way to prove u wrong
i use wordpad tyvm anyway was just an extra space in code i hit backspace saved and it worked lol
Revan
12-18-2004, 11:38 PM
Another way to prove you wrong is to say that I installed all my 70 (+/-) vB hacks using Dreamweaver, and I never ever had a problem.
Who knows, maybe it's because I know where the "Code Rewriting" preference is, and how to exclude .php files...
Now why do I feel like I said this before, and still talking to a wall.... :p
Zachery
12-19-2004, 12:18 AM
Another way to prove you wrong is to say that I installed all my 70 (+/-) vB hacks using Dreamweaver, and I never ever had a problem.
Who knows, maybe it's because I know where the "Code Rewriting" preference is, and how to exclude .php files...
Now why do I feel like I said this before, and still talking to a wall.... :p
You are aware of it, however its better to just get people to use a proper non wysiwyg editor ;)
GeekyDesigns
12-19-2004, 04:20 PM
Hello Everyone who installed our hack,
This is a quick status update, we have been working hard on the next release of uCS and we are nearing closer to a release date. Matthew and I have decided that from now on all major announcements will be made on geekydesigns.com as it is becoming increasingly harder to keep track of things on the vB.org thread.
Thanks everyone for your support and helping us make such a popular hack
patriotcow
12-19-2004, 04:33 PM
ok thats good, any news on any new features :smoke:
Zachery
12-19-2004, 04:51 PM
There is a bunch of news at the site along with a new feature request for the next version
sneakyc2e
12-20-2004, 12:09 PM
Is there any way to reset all the members points???
Thanks
Dan
Very nice hack.
Is there a way to reset everyone's points?
Dan
Chad F.
12-21-2004, 08:23 AM
I can't find..
</div>
<!-- / user cp tools menu -->
</if>
In my navbar template, can anyone help me??
Chad F.
12-21-2004, 04:04 PM
I can't find..
</div>
<!-- / user cp tools menu -->
</if>
In my navbar template, can anyone help me??
Anyone???
rh2004
12-22-2004, 02:23 AM
Anyone???
Try your template 'header' or do a complete search for 'user cp tools menu'
in your templates
rh2004
12-22-2004, 02:40 AM
How would I add so many points to all users whom have joined...
For example a user has 50 points I want to add to all the users already registered
another 150 points... so then that user would then have 200 points ... what do I do
Thanks
Chad F.
12-22-2004, 03:16 AM
Try your template 'header' or do a complete search for 'user cp tools menu'
in your templates
I did a complete search for 'user cp tools menu' and this was the only result that came up in my header template..
<td id="usercptools" class="vbmenu_control"><a href="#usercptools">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td>
PinFX
12-22-2004, 05:05 PM
awesome mod
[EDIT] ushop.php?rebuildds=1 technique did not work
: Invalid argument supplied for foreach() in /home/pinfx/public_html/nso/forums/global.php on line 639
Shows up at the top of my forum index
Running VB 3.0.3
Zachery
12-22-2004, 05:25 PM
awesome mod
[EDIT] ushop.php?rebuildds=1 technique did not work
: Invalid argument supplied for foreach() in /home/pinfx/public_html/nso/forums/global.php on line 639
Shows up at the top of my forum index
Running VB 3.0.3
1. Did you use some sort of wysiwyg edtior, Dreamweaver, Frontpage 2000/3
2. Redo the edits again with fresh files with a basic text editor, like wordpad, even if you havent done number 1.
specificly redo the edits to global.php and init.php
PinFX
12-22-2004, 05:33 PM
Hey Zachery, thank you for your super quick response, after re-editing init.php my issue was resolved. Arigato gozaimasu!!!
venomx
12-22-2004, 08:01 PM
I get the foreach error now and then. I tried the fix and it didnt work. :(
Zachery
12-22-2004, 08:48 PM
I get the foreach error now and then. I tried the fix and it didnt work. :(
Same as everyone else, check your global.php and init.php for proper edits, try rehacking them as well with a basic text editor
Warlord
12-24-2004, 04:50 PM
is there a way to edit a percentage to when the thief fuction is sucessful or not
Yes, in thief.php find:
// Process their chance of failure.
$failure = 50;
Change the 50 to whatever percentage you'd like. If you'd like the option to only succeed 15% of the time change the above number to 85, and so on and so forth.
???`S?LV?R???`
12-25-2004, 01:33 AM
For some reason the glowing username doesn't work for any of my users, wether their on IE or not. What could be going wrong? Or what would I check?
bahawolf
12-25-2004, 02:33 AM
For some reason when a user goes to use Thief it does this..
Say they want to steal 30 points and the price of thief is 45..
They get charged 45 for thief, plus 30 points that their stealing.. so their asked to pay 75 points. Does that make sense..?
Zachery
12-25-2004, 02:54 AM
For some reason when a user goes to use Thief it does this..
Say they want to steal 30 points and the price of thief is 45..
They get charged 45 for thief, plus 30 points that their stealing.. so their asked to pay 75 points. Does that make sense..?
By default stealing is a free action IIRC.
bahawolf
12-25-2004, 03:01 AM
By default stealing is a free action IIRC.
It may be, but even if I set it to free it costs the amount of points that they want to steal..
So if I want to steal 10 points, it'll cost me 10 points..
???`S?LV?R???`
12-25-2004, 04:12 AM
Zachery do you know why it's doing that? Or what I should check?
Zachery
12-25-2004, 05:17 AM
Zachery do you know why it's doing that? Or what I should check?
Not really sure actually :/ what is he enterting ?
???`S?LV?R???`
12-25-2004, 05:19 AM
it wouldn't work reguardless of what color we would enter (red, blue..etc)
Zachery
12-25-2004, 05:23 AM
it wouldn't work reguardless of what color we would enter (red, blue..etc)
Hmm, really weird no clue really
Pimpboard
12-27-2004, 07:12 AM
Is there a way to change:
Points Per Reply to "Points Per Post"
EDIT: I've done this so far. Just some language modifications.
And add the feature:
Points Per Reply as being, when someone REPLIES to a thread that you started?
Ex: I start a thread. Someone replies to my thread. I get X amount of points for their Reply.
The reason I think this would be a good addition is that it would inspire people to start good topics, to earn points.
If someone has already hacked this, or would like to, I would be very interested in it.
Thanks in advance!
Warlord
12-28-2004, 01:06 AM
It may be, but even if I set it to free it costs the amount of points that they want to steal..
So if I want to steal 10 points, it'll cost me 10 points..
If you're trying to steal 10 points it will only costs you 10 points if you do not succeed in stealing the points from the other member..
Warlord
12-28-2004, 01:31 AM
Any plans for more actions to be added to the ushop?
I'd like to give my members more things to buy with their points as they rack them up very quickly in the vBookie.
I'd like to see:
Midi Song in Profile
Expiration of all actions... (i.e. Name is no longer bold after X amount of days, etc)
Interest made when money is in the bank.
Loans, with interest from the bank.
Create a Forum (In a designated category only and would expire after X amount of days)
- Mod the forum you created (costs extra)
Integration with the Quiz Hack (by TWTCommish I think?) (earn pts for each question answered correctly, lose pts for incorrect answers)
And any other good suggestions anyone else has.
Zachery
12-28-2004, 01:40 AM
Any plans for more actions to be added to the ushop?
I'd like to give my members more things to buy with their points as they rack them up very quickly in the vBookie.
I'd like to see:
Midi Song in Profile
Expiration of all actions... (i.e. Name is no longer bold after X amount of days, etc)
Interest made when money is in the bank.
Loans, with interest from the bank.
Create a Forum (In a designated category only and would expire after X amount of days)
- Mod the forum you created (costs extra)
Integration with the Quiz Hack (by TWTCommish I think?) (earn pts for each question answered correctly, lose pts for incorrect answers)
And any other good suggestions anyone else has.
Any suggestions should be posted at Geekydesigns.com, both me and matt have given up trying to track suggestions and bugs though vBulletin.org
Sai01
12-28-2004, 02:16 AM
nevermind i got it to work now, thanks...
it seems that functions.php have a problem when editing in dreamweaver.
well thanks for the hack!
Sai01
12-28-2004, 04:53 AM
i have a few question
take a look at my screen shot.
http://home.comcast.net/~cypher929/test.gif
the question is, how do i change the "Points" to "Cash"?
and also i want to place it under the post count.
how, and where can i do it?
one last one...how and where can i edit the store "welcome message."?
thanks in advance.
Interest made when money is in the bank.
That is already an option.
Zachery
12-28-2004, 12:57 PM
i have a few question
take a look at my screen shot.
http://home.comcast.net/~cypher929/test.gif
the question is, how do i change the "Points" to "Cash"?
and also i want to place it under the post count.
how, and where can i do it?
one last one...how and where can i edit the store "welcome message."?
thanks in advance.
It is a Phase :) try the phrase manager
It is a Phase :) try the phrase manager
That only changes it in most places. I still had to some file edits to change it universally to 'marklar' on my board...
Sai01
12-28-2004, 05:45 PM
can you guys tell me a bit more...you told me to try the phrase manager, however i dont even know what im looking for.
or just tell me all the files that i need to edit.
Zachery
12-28-2004, 05:46 PM
can you guys tell me a bit more...you told me to try the phrase manager, however i dont even know what im looking for.
or just tell me all the files that i need to edit.
search for "points"
Sai01
12-28-2004, 06:20 PM
Got it! thanks.
Sai01
12-30-2004, 03:45 AM
one more question.
in the nav. where it says store and when you click on it, a pop up menu with two category appears. uShop Menu and Action...
my question is how can i chage the title of these two category?
Robby11929
12-30-2004, 11:54 PM
What is the exact error you recieve?
Was running fine, then I added another style, didn't do anything to the default style, now when trying to access bb/ushop.php it says no actions found...
Where does the supposed error happen?
http://digitalmental.com/bb/ushop.php
What vB version are you running?
vb 3.0.3
PS: I have tried to edit global.php like you suggested, does not work, any information would greatly be appreciated, I would really like to run this hack on my forum, I know it is installed correctly because it was working fine 5 minutes before I added another skin...
Zachery
12-31-2004, 03:05 AM
Robby11929,
You are currently showing up as unlicensed. To be able to download hacks and/or receive support here at vBulletin.org, we ask you to please click here (http://www.vbulletin.com/members/membersupport_priority.php) (vB-germany users click here (http://www.vbulletin-germany.com/members/forums.php)) and enter your email address, to show us that you are licensed.
You will need to use your customer number and password (which will be in the email you got when you paid for your license) to access that page. Please note that your email is case sensitive. The update of your account may take up to one hour.
Thank you.
I moved to a new domain and everything works fine except for a couple of issues:
1) From the site index, uCash is not displaying the drop down menu properly. It will only show the first four options. When you click on either the uShop Menu link or any other link on the menu, it takes to a Page Not Found (404). It is trying to find the ucash.php file, which is located in the forums directory not the root. Where do I go to correct this problem?
https://vborg.vbsupport.ru/external/2005/01/6.jpg
2) Everything works fine when accessing the uCash menu while in the /forums directory.
https://vborg.vbsupport.ru/external/2005/01/6.jpg
fatalsex
12-31-2004, 09:26 AM
Question...
IF it can be an iption toi create Add new things into the shop ?
Like ermm... Lottery or Smsng ?
Respect for this GREAT script
Where / how can I remove the Glow user name ..
Anyone know ?
pagekeeper
01-01-2005, 03:22 PM
i suspect you could delete it from the utt settings in admin ...
im having a problem with the username colour, when you actually buy it and change the colour, you then preview it(that works) , but once you've confirmed it the username doesnt change color i've checked the code and there is nothing wrong, maybe some of you could check if it happens with your system?
Still looking for help. :disappointed:
I moved to a new domain and everything works fine except for a couple of issues:
1) From the site index, uCash is not displaying the drop down menu properly. It will only show the first four options. When you click on either the uShop Menu link or any other link on the menu, it takes to a Page Not Found (404). It is trying to find the ucash.php file, which is located in the forums directory not the root. Where do I go to correct this problem?
http://www.astroszone.com/images/old/ucash_01.jpg
2) Everything works fine when accessing the uCash menu while in the /forums directory.
http://www.astroszone.com/images/old/ucash_02.jpg
Zachery
01-01-2005, 04:28 PM
Anyone know ?
Disable the action
Sai01
01-01-2005, 11:28 PM
is it possible to see which user donate points/cash to you?
you get interest if you put points/cash in the bank rite?
MajorFm.com
01-02-2005, 02:09 AM
I have just installed this, i have to say, thank you for such a simple install... was a piece of cake!
However, im getting a error...
I get
Warning: Invalid argument supplied for foreach() in /usr/local/apache/www/crazyapes/majorfmforum.com/htdocs/forum/ushop.php on line 151
on http://www.majorfm.com/forum/ushop.php
Please advise
Zachery
01-02-2005, 03:15 AM
Did you run the installer.
Sai01
01-02-2005, 03:32 AM
why is all my question ignored?
if im doing something wrong then please tell me...and please answer my question.(two post above this)
Link14716
01-02-2005, 04:23 AM
is it possible to see which user donate points/cash to you?
you get interest if you put points/cash in the bank rite?
1. If you view the purchase history for the donate action, you should see who donated what to who. Also, in uShop 1.00, PMs will be sent on a donation.
2. Yes.
MajorFm.com
01-02-2005, 11:46 AM
Did you run the installer.
Yes i did run the installer, i did everything eactly step by step..
MajorFm.com
01-02-2005, 02:20 PM
I dont know what has happend, but its fixed itself, i assume this is a error when the system has no points, the minute someone earned a point, it all worked fine.
Has the option to buy points via paypal been released yet? i would love this and so would many others, i have seen it on some forums like:
http://board.rapmusic.com/ushop.php
http://board.rapmusic.com/buypoints.php
MajorFm.com
01-02-2005, 02:34 PM
Just noticed, i get the following error when trying to add to a users reputation:
Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /usr/local/apache/www/crazyapes/majorfmforum.com/htdocs/forum/reputation.php on line 196
Please advise
link 196 is this
if ($vboptions['uttpoints_enablesystem'] == '1')
MajorFm.com
01-02-2005, 02:41 PM
ok i think i have fixed this
the code was
$DB_site->query("
INSERT INTO " . TABLE_PREFIX . "reputation (postid, reputation, userid, whoadded, reason, dateline)
VALUES ($postid, $score, $userid, $bbuserinfo[userid], '" . addslashes(fetch_censored_text($reason)) . "','" . TIMENOW . "')
// ## <ucs>
if ($vboptions['uttpoints_enablesystem'] == '1')
{ // It's enabled! Yay!
if ($score > '0')
{ // If the amount of reputation is positive...
if ($vboptions['uttpoints_pointsforgreputation'] != '0')
{ // Needed value is not 0... good.
$givethempoints = ($vboptions['uttpoints_pointsforgreputation'] * $score);
}
}
else
{ // If the amount of reputation is negative...
if ($vboptions['uttpoints_pointsforbreputation'] != '0')
{ // Needed value is not 0... good.
$givethempoints = ($vboptions['uttpoints_pointsforbreputation'] * $score);
}
}
if (isset($givethempoints))
{ // If they get money....
// Send the query and we're done.
$DB_site->query("UPDATE ".TABLE_PREFIX . $vboptions[uttpoints_pointtable]." SET ".$vboptions[uttpoints_pointsfield]."=".$vboptions[uttpoints_pointsfield]."+".$givethempoints." WHERE userid='$userinfo[userid]'");
}
}
// ## </ucs>");
but i moved the ucs code after the ");
$DB_site->query("
INSERT INTO " . TABLE_PREFIX . "reputation (postid, reputation, userid, whoadded, reason, dateline)
VALUES ($postid, $score, $userid, $bbuserinfo[userid], '" . addslashes(fetch_censored_text($reason)) . "','" . TIMENOW . "')
");
// ## <ucs>
if ($vboptions['uttpoints_enablesystem'] == '1')
{ // It's enabled! Yay!
if ($score > '0')
{ // If the amount of reputation is positive...
if ($vboptions['uttpoints_pointsforgreputation'] != '0')
{ // Needed value is not 0... good.
$givethempoints = ($vboptions['uttpoints_pointsforgreputation'] * $score);
}
}
else
{ // If the amount of reputation is negative...
if ($vboptions['uttpoints_pointsforbreputation'] != '0')
{ // Needed value is not 0... good.
$givethempoints = ($vboptions['uttpoints_pointsforbreputation'] * $score);
}
}
if (isset($givethempoints))
{ // If they get money....
// Send the query and we're done.
$DB_site->query("UPDATE ".TABLE_PREFIX . $vboptions[uttpoints_pointtable]." SET ".$vboptions[uttpoints_pointsfield]."=".$vboptions[uttpoints_pointsfield]."+".$givethempoints." WHERE userid='$userinfo[userid]'");
}
}
// ## </ucs>
I think thats a small error in the installation guide as im pretty sure it said add that code in after
$DB_site->query("
UPDATE " . TABLE_PREFIX . "user
SET reputation = $userinfo[reputation],
reputationlevelid = $reputationlevelid
WHERE userid = $userinfo[userid]
and not after
$DB_site->query("
UPDATE " . TABLE_PREFIX . "user
SET reputation = $userinfo[reputation],
reputationlevelid = $reputationlevelid
WHERE userid = $userinfo[userid]
");
Zachery
01-02-2005, 03:34 PM
ok i think i have fixed this
the code was
$DB_site->query("
INSERT INTO " . TABLE_PREFIX . "reputation (postid, reputation, userid, whoadded, reason, dateline)
VALUES ($postid, $score, $userid, $bbuserinfo[userid], '" . addslashes(fetch_censored_text($reason)) . "','" . TIMENOW . "')
// ## <ucs>
if ($vboptions['uttpoints_enablesystem'] == '1')
{ // It's enabled! Yay!
if ($score > '0')
{ // If the amount of reputation is positive...
if ($vboptions['uttpoints_pointsforgreputation'] != '0')
{ // Needed value is not 0... good.
$givethempoints = ($vboptions['uttpoints_pointsforgreputation'] * $score);
}
}
else
{ // If the amount of reputation is negative...
if ($vboptions['uttpoints_pointsforbreputation'] != '0')
{ // Needed value is not 0... good.
$givethempoints = ($vboptions['uttpoints_pointsforbreputation'] * $score);
}
}
if (isset($givethempoints))
{ // If they get money....
// Send the query and we're done.
$DB_site->query("UPDATE ".TABLE_PREFIX . $vboptions[uttpoints_pointtable]." SET ".$vboptions[uttpoints_pointsfield]."=".$vboptions[uttpoints_pointsfield]."+".$givethempoints." WHERE userid='$userinfo[userid]'");
}
}
// ## </ucs>");
but i moved the ucs code after the ");
$DB_site->query("
INSERT INTO " . TABLE_PREFIX . "reputation (postid, reputation, userid, whoadded, reason, dateline)
VALUES ($postid, $score, $userid, $bbuserinfo[userid], '" . addslashes(fetch_censored_text($reason)) . "','" . TIMENOW . "')
");
// ## <ucs>
if ($vboptions['uttpoints_enablesystem'] == '1')
{ // It's enabled! Yay!
if ($score > '0')
{ // If the amount of reputation is positive...
if ($vboptions['uttpoints_pointsforgreputation'] != '0')
{ // Needed value is not 0... good.
$givethempoints = ($vboptions['uttpoints_pointsforgreputation'] * $score);
}
}
else
{ // If the amount of reputation is negative...
if ($vboptions['uttpoints_pointsforbreputation'] != '0')
{ // Needed value is not 0... good.
$givethempoints = ($vboptions['uttpoints_pointsforbreputation'] * $score);
}
}
if (isset($givethempoints))
{ // If they get money....
// Send the query and we're done.
$DB_site->query("UPDATE ".TABLE_PREFIX . $vboptions[uttpoints_pointtable]." SET ".$vboptions[uttpoints_pointsfield]."=".$vboptions[uttpoints_pointsfield]."+".$givethempoints." WHERE userid='$userinfo[userid]'");
}
}
// ## </ucs>
I think thats a small error in the installation guide as im pretty sure it said add that code in after
$DB_site->query("
UPDATE " . TABLE_PREFIX . "user
SET reputation = $userinfo[reputation],
reputationlevelid = $reputationlevelid
WHERE userid = $userinfo[userid]
and not after
$DB_site->query("
UPDATE " . TABLE_PREFIX . "user
SET reputation = $userinfo[reputation],
reputationlevelid = $reputationlevelid
WHERE userid = $userinfo[userid]
");
There are no errors inside of the guide that we are aware of, most of the time when there is an error it is on the end user
and yes there is a paypal action that is avaible at Geeky Designs forums.
MajorFm.com
01-02-2005, 04:27 PM
must be my eyes at 5 in the mornin... lol
and thanks, i just bought the paypal addon..!
MajorFm.com
01-03-2005, 08:09 PM
Bold username, glow, italic etc... not appearing in the whos online bit on front page, please advise....
http://www.majorfm.com/forum
Username AJ has red glow and bold as you can see in the posts but its not showing on main page
MajorFm.com
01-03-2005, 09:22 PM
also once a person has purchased a item, and wanted to buy it again i have set the % of the original price to 50!
But yet the it says: [ Buy ] Cost: 0.00
djjeffa
01-04-2005, 12:49 AM
nice hack but i must have did a boo boo cause in tha admin cp when i go to user group manager i get :Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /home/djjeffa/public_html/vb/admincp/usergroup.php on line 139
BarHopper
01-04-2005, 12:19 PM
I dont remember making this thread...
EDIT: Ah siilly me, i was the first to post.
Link14716
01-04-2005, 06:56 PM
Well, technically I was first to post, but since it now contains the screen shots, it wasn't split off. ;)
Anyone who has asked support in this thread and still needs it, make a new thread. With a whole forum dedicated to support for this hack, I am not going to go through all these posts answering the unanswered questions.
I tried to re-install this mod to my 3.0.4 board (upgrade) and it failed. Same with the Arcade mod. Both of them makes the page print out loads of code from init.php and global.php and does not work.
Any fix to this?
Zachery
01-05-2005, 12:37 AM
I tried to re-install this mod to my 3.0.4 board (upgrade) and it failed. Same with the Arcade mod. Both of them makes the page print out loads of code from init.php and global.php and does not work.
Any fix to this?
Please start a new support thread.
Link14716
01-05-2005, 01:07 AM
No support in this thread anymore. I'll close it to reiterate that fact.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.