View Full Version : uCash & uShop old support and thank you thread
Pages :
1
2
3
4
5
6
7
8
[
9]
10
mystery250
10-18-2004, 11:00 PM
Installs hacks and makes it easier to upgrade since all the file edits of hacks installed using it are accessible in the admincp.
Great hack. No real problems. I did experience that it didn't automatically install the phrase for the action manger, however.
glorify
10-19-2004, 05:28 AM
Yes, I noticed that there are no phrases installed for colors:
'$vbphrase[uttstore_inputs_color_colorusername],---called for in action.colorusername.php, line 14
and
'$vbphrase[uttstore_inputs_color_glowusername]',--called for in action.glowusername.php line 14
Both are called for in each action, but they are nowhere to be found. I searched in the install file, and it looks like they don't even get created. Any help on this? My guys are getting tired of guessing which color names to try since no color picker is showing up at all.
I am running 3.03 and ushop 95b
pgowder
10-19-2004, 12:29 PM
As times goes on my users are accumulating large amounts of points, getting over 100 million for 1 users.
I'm looking for more things for them to spend thier points on.
Besides the ones that come with script what else have people created??
Thanks
Zachery
10-19-2004, 12:41 PM
As times goes on my users are accumulating large amounts of points, getting over 100 million for 1 users.
I'm looking for more things for them to spend thier points on.
Besides the ones that come with script what else have people created??
Thanks
We are looking to an a sort of Item Shop system down the line, also i have some planed intergration with vBa Gallery, as well as uploads and downloads with attachments
glorify
10-19-2004, 02:20 PM
Am I right in assuming that these phrases are supposed to be installed? Any help would be aprecciated. Thanks.
Link14716
10-19-2004, 07:09 PM
Am I right in assuming that these phrases are supposed to be installed? Any help would be aprecciated. Thanks.
Those phrases are hardcoded into the files. This hack only uses a few phrases at this point.
glorify
10-19-2004, 11:09 PM
Thanks for the reply. Then, if I have this installed correctly, which I think I do, there's no color picker. Is there a list of useable colors? My guys have been just typing in 'green' or 'red'.
I really appreciate the help.
Debbi
10-20-2004, 03:25 AM
Thanks for the reply. Then, if I have this installed correctly, which I think I do, there's no color picker. Is there a list of useable colors? My guys have been just typing in 'green' or 'red'.
I really appreciate the help.
I've had good luck taking them from this site (http://www.webcolors.freeserve.co.uk/names140.htm). Also, you can "test" the name colors before you buy so you'll know whether or not they work.
Link14716
10-20-2004, 03:53 AM
Thanks for the reply. Then, if I have this installed correctly, which I think I do, there's no color picker. Is there a list of useable colors? My guys have been just typing in 'green' or 'red'.
I really appreciate the help.
Well, typing in "green" and "red" should work fine.
I'll look into some color picker though.
AA2004
10-20-2004, 03:55 PM
Warning: main(uttstore/action.): failed to open stream: No such file or directory in /home/username/public_html/forum/ushop.php on line 259
Fatal error: main(): Failed opening required 'uttstore/action.' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/username/public_html/forum/ushop.php on line 259
--------------
Any ideas?
filth
10-20-2004, 03:58 PM
is /home/username/public_html/forum/ actually the path to your files
if not then it looks like its a configuration problem
AA2004
10-20-2004, 04:08 PM
is /home/username/public_html/forum/ actually the path to your files
if not then it looks like its a configuration problem
I editted that line, but the username the error message gave is the correct path to the files.
3clipse
10-20-2004, 05:29 PM
seems i have a common error here occuring with my install but i've tried what has been suggested before with other users and i still have problems:
Warning: Invalid argument supplied for foreach() in /usr/local/www/****/public_html/forums/global.php on line 639
this only happens when i make the last file edit on the global.php file, the code line this error is in and some surrounding code is shown below
// Make a list of the all the actions...
foreach ($storeactions as $actionid => $theaction) {
if ($theaction['active'] == "1") {
$allowed = explode(",", $theaction['allowedgroups']);
foreach ($allowed as $allow) {
if (is_member_of(array('userid'=>$bbuserinfo['userid'], 'usergroupid'=>$bbuserinfo['usergroupid'], 'membergroupids'=>$bbuserinfo['membergroupids']), $allow)) {
$canenter = "1";
im currently using vb 3.0.3 and have the v3 arcade mod installed. i have tried fresh installs of the db and editing fresh files.
glorify
10-20-2004, 06:34 PM
Thanks Debbi and Link!
Link14716
10-20-2004, 07:01 PM
Run the install script...
wi11ie1950
10-21-2004, 12:33 AM
No it shouldn't. You can do it like that, but it isn't needed.
Originally Posted by wi11ie1950
Find in File admincp/usergroup.php
PHP Code:
'profilepicmaxwidth' => 100, 'profilepicmaxheight' => 100, 'profilepicmaxsize' => 25000
Replace with
// ## <ucs>
'profilepicmaxwidth' => 100, 'profilepicmaxheight' => 100, 'profilepicmaxsize' => 25000, 'uttstore_discount' => 0
// ## </ucs>
IT SHOULD BE........
// ## <ucs>
'profilepicmaxwidth' => 100, 'profilepicmaxheight' => 100, 'profilepicmaxsize' => 25000, 'uttstore_discount' => 0,
// ## </ucs>
Otherwise it creates an error when you try to access Usergroups in Admin CP
Find in file includes/init.php
Find
PHP Code:
'stylecache'
Replace with:
PHP Code:
'stylecache',
'utt_store_act'
IT SHOULD BE
Replace with
'stylecache',
'utt_store_act',
Hi Link. Well it gave me a Parse Error every time until i added the comma's :):)
Areku
10-22-2004, 10:02 AM
I agree. It gives errors until u apply those fixes. Thanks wi11ie!
Link14716
10-22-2004, 09:04 PM
It doesn't on an unhacked vB3. ;)
If anything comes after the line added (and before the end parenthesis), then yes, you'll need a comma.
Zachery
10-22-2004, 09:39 PM
I agree. It gives errors until u apply those fixes. Thanks wi11ie!
We only provide instructions for an UNHACKED version, we cannot support other hacks :) take it up with the authors for bad pratcies.
I had Petz and Utt store installed on my last forum which was VB3 Gold and never had any problems with either of them... :)
I find that highly unlikely, due to the way Petz changes the markup.
Blam Forumz
10-24-2004, 04:26 AM
I find that highly unlikely, due to the way Petz changes the markup.
Not hard to do, its quite easy infact, just need to modify where you insert the code, you can also put segmens of code together and still get then both working
ezsouljahs
10-24-2004, 11:26 AM
this might be dumb but umm can this work on 2.3.5.. i would use 3.0.3 vb but it don't have the templates like the older one has.. u know the one with .style :)
msimplay
10-24-2004, 01:40 PM
this might be dumb but umm can this work on 2.3.5.. i would use 3.0.3 vb but it don't have the templates like the older one has.. u know the one with .style :)
this hack doesn't work on 2.3.5
use lesanes store hack vbulletin 2
Zachery
10-24-2004, 02:38 PM
this hack doesn't work on 2.3.5
use lesanes store hack vbulletin 2
Lesanes hacks are no longer at vBulletin.org, after he left the vBulletin community his hacks left as well.
Zachery
10-24-2004, 02:41 PM
this might be dumb but umm can this work on 2.3.5.. i would use 3.0.3 vb but it don't have the templates like the older one has.. u know the one with .style :)You would be better off upgrading to vBulletin 3, its much better :D
ezsouljahs
10-24-2004, 08:15 PM
You would be better off upgrading to vBulletin 3, its much better :D
i have vb3 atfirst but sucky templates..and i saw that the vb2 had some really sweet ones and just went with that..
Zachery
10-24-2004, 08:57 PM
i have vb3 atfirst but sucky templates..and i saw that the vb2 had some really sweet ones and just went with that..
dfine "sucky" templates. you mean ones that work in all browsers and dont cause them to crash?
oh you must mean things that look pretty and use arseloads of bandwith :)
nemanja
10-24-2004, 09:04 PM
i have a ? about this you know how admins can modify the points how can u make it where Super mods can edit the points to?
Spyke
10-26-2004, 05:27 PM
hi,
Nice mod here. though the name glow isn't working correctly for some reason. My skin has the username in a table and the glow glow's the username and the table. Is there anyway to fix this? ( http://eternal-realm.net/vb/showpost.php?p=5921&postcount=1
Take a look at the username.)
Thanks.
Zachery
10-26-2004, 06:00 PM
hi,
Nice mod here. though the name glow isn't working correctly for some reason. My skin has the username in a table and the glow glow's the username and the table. Is there anyway to fix this? ( http://eternal-realm.net/vb/showpost.php?p=5921&postcount=1
Take a look at the username.)
Thanks.
Be aware that Glow is an INTERNET EXPLORER ONLY FEATURE. as it works fine for me in IE 6 SP2 :)
Zachery
10-26-2004, 06:00 PM
i have a ? about this you know how admins can modify the points how can u make it where Super mods can edit the points to?Edit the permissions of that action :)
danrak
10-27-2004, 04:18 AM
How is this on performance. I searched the thread, and only found one reference to it increasing server load, but it didn't say how large the forum was. I would really like to try this hack on my main site with the physical shipment items hack installed as a way to reward the techs at my site.
Would this kill a server for a site with 20,000 uniques a day?
radicaledward
10-27-2004, 08:42 PM
Alright, I have been working with uStore for along time now that I have writen a custom shop for adventchildren.net, and I have noticed two things that I was wondering if there was a fix for (or if I should just fix them myself):
- When discounts are totaled they don't seem to take into account discounts for additional usergroups
- The richest members list only takes into account what you have outside of the bank, not what's in it
Any idea if those have been fixed, or if I should do it myself (and if so post the code :D)
Also, the shop that we are using at adventchildren.net is mostly done, would people perhaps be interested in using it? I can post another thread with screen shots in it if you want.
yinyang
10-29-2004, 02:48 AM
do i have to enable "custom user title" in usergroups in order for the "change other user title" to work?
right now it's set at no and uses the default ladder.
Zachery
10-29-2004, 01:17 PM
Alright, I have been working with uStore for along time now that I have writen a custom shop for adventchildren.net, and I have noticed two things that I was wondering if there was a fix for (or if I should just fix them myself):
- When discounts are totaled they don't seem to take into account discounts for additional usergroups
- The richest members list only takes into account what you have outside of the bank, not what's in it
Any idea if those have been fixed, or if I should do it myself (and if so post the code :D)
Also, the shop that we are using at adventchildren.net is mostly done, would people perhaps be interested in using it? I can post another thread with screen shots in it if you want.I say it once, i say it twice, i say it again and again and again and again.
PLEASE POST ALL BUGS AT GEEKYDESIGNS.COM/BOARD SO WE CAN BETTER TROUBLE SHOOT THEM WE WILL NOT TRACK OF FOLLOW BUGS IN THIS THREAD
Wential
10-29-2004, 02:25 PM
I think people are confused with the "The Author(s) agreed to give support for this modification!" line since the Mod is here. I almost made the same mistake. Maybe it should be removed or altered to say "The Author(s) agreed to give support for this modification at www.geekydesigns.com/board". This may help with the confusion.
Zachery
10-29-2004, 11:36 PM
No, we WILL give support here, will WILL NOT track bugs here
Andy R
10-30-2004, 03:12 AM
Can this hack be used to allow members to shop for merchandise that I provide? For instance if I want to give away t-shirts.
Thanks,
Andy
Zachery
10-30-2004, 11:28 AM
Can this hack be used to allow members to shop for merchandise that I provide? For instance if I want to give away t-shirts.
Thanks,
AndyNo not at this time.
AuXiLiRY
10-31-2004, 11:39 PM
Everytime, yes, everytime I install this hack, I get this error:
Warning: Invalid argument supplied for foreach() in /home/.igmu/mysite/mysite.com/forums/global.php on line 639
Which then leads to me seeing all of these:
Unable to add cookies, header already sent.
File: /home/.igmu/mysite/mysite.com/forums/global.php
Line: 639
It's all done right, so I don't know what to do. Any idea?
wi11ie1950
11-03-2004, 02:23 AM
I did find that if you install the Store first then install Petz.. If you purchase glow or Coloured username from the Store.. It doesnt work. If you purchase them from Petz they work fine ????? I dont know about the other features in the store, i havent tried them.
Zachery
11-03-2004, 03:02 PM
I did find that if you install the Store first then install Petz.. If you purchase glow or Coloured username from the Store.. It doesnt work. If you purchase them from Petz they work fine ????? I dont know about the other features in the store, i havent tried them.
We do not support uCS with Petz because they both accomplish the same thing. Sorry cant help you there.
Zachery
11-03-2004, 03:02 PM
Everytime, yes, everytime I install this hack, I get this error:
Which then leads to me seeing all of these:
It's all done right, so I don't know what to do. Any idea?
Stop using dreamweaver to edit your files ;) Start with fresh files and try again.
bi11i
11-03-2004, 08:42 PM
I'm having this same error when a user tries to deny another to a forum. The name of the forum has a ' character in it. So if I remove the ' then it works just fine? Is there a way around this?I ran the standalone installer.
When donating and pressing the final confirmation button I get mySQL error if the donate text (reason) contains a ' character (ex. isn't).
*******
Database error in vBulletin 3.0.3:
Invalid SQL: INSERT INTO utt_store_history
(historyid, userid, timestamp, actionid, action, normalcost, discount, tax, totalcost, touserid, touser, points, newtitle)
VALUES
(NULL, '1', '1095085856', '1', 'Doner GuldM?nter [MSGM]', '0', 'test'er', '0', '100.00', '1730', 'Bj?lken', '100', '')
mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'er', '0', '100.00', '1730', 'Bj?lken', '100', '')' at line 4
mysql error number: 1064
************
If I write without the ' (ex. isnt) then everything is fine.
There are no other errors with uShop and uCash.
I'm running vb ver. 3.0.3
bi11i
11-03-2004, 08:49 PM
Hello,
I had the foreach() cookie error too and did edit includes/init.php
I used copy and paste and this is how it was pasted into the file:
// ## <ucs> 'stylecache', 'utt_store_act' // ## </ucs>
update to
// ## <ucs>
'stylecache',
'utt_store_act'
// ## </ucs>
I had a bit of trouble with copying text from the inline boxes in the readme. This may go wrong for others too?
I have vbookie installed so mine reads:
// ## <ucs>
'stylecache',
'utt_store_act',
'vbookiesettings'
// ## </ucs>
is this right, or should it read:
// ## <ucs>
'stylecache',
'utt_store_act'
'vbookiesettings'
// ## </ucs>
is there some other way i should be wording this in my includes\init.php?
Link14716
11-03-2004, 08:56 PM
I have vbookie installed so mine reads:
// ## <ucs>
'stylecache',
'utt_store_act',
'vbookiesettings'
// ## </ucs>
is this right, or should it read:
// ## <ucs>
'stylecache',
'utt_store_act'
'vbookiesettings'
// ## </ucs>
is there some other way i should be wording this in my includes\init.php?
EDIT: Didn't read the first part of your post.
The first one is correct. It needs the comma.
Link14716
11-03-2004, 09:00 PM
I did find that if you install the Store first then install Petz.. If you purchase glow or Coloured username from the Store.. It doesnt work. If you purchase them from Petz they work fine ????? I dont know about the other features in the store, i havent tried them.
As far as I know Petz more or less made the musername function useless. If you have Petz installed, just disable the redundant actions in uShop.
Link14716
11-03-2004, 09:03 PM
Alright, I have been working with uStore for along time now that I have writen a custom shop for adventchildren.net, and I have noticed two things that I was wondering if there was a fix for (or if I should just fix them myself):
- When discounts are totaled they don't seem to take into account discounts for additional usergroups
- The richest members list only takes into account what you have outside of the bank, not what's in it
Any idea if those have been fixed, or if I should do it myself (and if so post the code :D)
Also, the shop that we are using at adventchildren.net is mostly done, would people perhaps be interested in using it? I can post another thread with screen shots in it if you want.
The first is probably something I overlooked. The second is by design.
Link14716
11-03-2004, 09:04 PM
do i have to enable "custom user title" in usergroups in order for the "change other user title" to work?
right now it's set at no and uses the default ladder.
No.
&omganothercharacter;
Link14716
11-03-2004, 09:06 PM
Everytime, yes, everytime I install this hack, I get this error:
Which then leads to me seeing all of these:
It's all done right, so I don't know what to do. Any idea?
It obviously isn't done right then.
Did you run the installer? It needs to be ran before you edit the files.
bi11i
11-03-2004, 09:26 PM
thanks.
i wish i could figure out why i can't use the ' character. it gives me a 1064 sql error whenever an action is executed that has a ' in the post or thread or username...
EDIT: Didn't read the first part of your post.
The first one is correct. It needs the comma.
Link14716
11-03-2004, 10:50 PM
thanks.
i wish i could figure out why i can't use the ' character. it gives me a 1064 sql error whenever an action is executed that has a ' in the post or thread or username...
Post the MySQL errors and where you got them. They should have been fixed a long time ago (before the official 0.93 release, actually).
bi11i
11-03-2004, 11:36 PM
Post the MySQL errors and where you got them. They should have been fixed a long time ago (before the official 0.93 release, actually).
Database error in vBulletin 3.0.3:
Invalid SQL: INSERT INTO utt_store_history
(historyid, userid, timestamp, actionid, action, normalcost, discount, tax, totalcost, touserid, touser, points, newtitle)
VALUES
(NULL, '10', '1099519682', '17', 'Deny Forum Access', '5000', '2', '15', '5635', '4', 'Wolfman', '0', 'Al Gore's Top 10 Links')
mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 's Top 10 Links')' at line 4
mysql error number: 1064
it's because of the ' character in the name of one of my forums. a user tried to deny another user access to a forum that had a ' in the name....
Link14716
11-03-2004, 11:41 PM
Is that the only place a ' error occurs?
Either way, fix it by changing this (in uttstore/action.denyforumaccess.php):
uttstore_add_history($action['actionid'], $action['cost'], $userdiscount, $action['tax'], $totalcost, $_REQUEST['userid'], '0', $forum['title']);
To this:
uttstore_add_history($action['actionid'], $action['cost'], $userdiscount, $action['tax'], $totalcost, $_REQUEST['userid'], '0', addslashes($forum['title']));
EDIT: Fixed all instances of this locally. The fixes will be in the next release.
I have successfully installed your hack. But there is one problem. If somebody wants to do any action, he will get this error:
User does not exist.
What should I do? Can somebody tell me, what's wrong?
vB: 3.0.3
bi11i
11-03-2004, 11:46 PM
yes, the only place, actually.
thanks, i'll check out the fix!Is that the only place a ' error occurs?
Either way, fix it by changing this (in uttstore/action.denyforumaccess.php):
uttstore_add_history($action['actionid'], $action['cost'], $userdiscount, $action['tax'], $totalcost, $_REQUEST['userid'], '0', $forum['title']);
To this:
uttstore_add_history($action['actionid'], $action['cost'], $userdiscount, $action['tax'], $totalcost, $_REQUEST['userid'], '0', addslashes($forum['title']));
EDIT: Fixed all instances of this locally. The fixes will be in the next release.
Link14716
11-03-2004, 11:47 PM
I have successfully installed your hack. But there is one problem. If somebody wants to do any action, he will get this error:
What should I do? Can somebody tell me, what's wrong?
vB: 3.0.3
That error can only occur in places where you are doing something relating to another user (donate, change other user's title) and means exactly what it says: the username specified does not exist.
Yes, that's right. I get this error everytime, when I want to use the action "Donate". The username(s) are correct. So what's wrong?
Link14716
11-04-2004, 12:32 AM
If the usernames are correct, it should work fine.
No, it doesn't. I can give you a test account to my forum and then you can test it by yourself, okay?
Link14716
11-04-2004, 12:53 AM
Send me an instant message if possible. My contact details are in my profile.
cashpath
11-04-2004, 12:58 AM
Hello I originally installed this back at .93
I just upgraded to the new files tonight... back when I had .93 I disabled the bank system because I was getting complaints of money disapearing. I tried turning it back on now and was going to test it admin only for a while and when I try to deposit points it tells me I cannot deposit a non positive amount--- any ideas?
Thank you very much for your help! Really nice work!
I have click on install ;)
Link14716
11-04-2004, 01:11 AM
Hello I originally installed this back at .93
I just upgraded to the new files tonight... back when I had .93 I disabled the bank system because I was getting complaints of money disapearing. I tried turning it back on now and was going to test it admin only for a while and when I try to deposit points it tells me I cannot deposit a non positive amount--- any ideas?
Shouldn't happen unless you try to enter some negative amount (or 0).
cashpath
11-04-2004, 01:32 AM
I know :) So I go to bank it says
Welcome to the bank. It appears you haven't deposited any points into the bank, so here's your shot at investing some hard-earned points! You currently have 28600.31 points in your pocket.
I click on deposit points
It says how much I put in 1000
It then says Total Cost: 1000.00 Are you sure you want to perform this action?
But up above that where it says cost it still shows 0
I click confirm and it says
vBulletin Message
You may not deposit a non-positive amount!
cashpath
11-04-2004, 02:31 AM
Sorry for the double post... Donating doesn't work either it says the same non-positive amount thing.. so there must have been some error in the upgrade process what shoudl I do?
Link14716
11-04-2004, 02:35 AM
I think I might know what is wrong, actually.
Revert all of your uCS templates. (They all start with uttstore). There were important changes made to it from 0.93 to 0.95.
cashpath
11-04-2004, 02:39 AM
Ok so I shoudl click on the template and then click revert? (Sorry I'm still new to this) the revert button is greyed even when I click on the template and highlight it. What is it reverting to exactly?
Link14716
11-04-2004, 02:41 AM
It would be reverthing to the new templates.
If you can't revert any of them at all, then I don't know what the problem is, but I'm sure a few needs reverting.
cashpath
11-04-2004, 02:41 AM
Ok sorry again for the double post (there is a hack to fix double posts ;) ) J/k I see there was one red template I don't remember editing it but I reverted it and WALLAH its fixed thanks!!
Link14716
11-04-2004, 02:44 AM
Well, my post seperated yours. ;)
Glad it's fixed.
mystery250
11-10-2004, 01:57 AM
Having one problem...
Warning: Invalid argument supplied for foreach() in /home/discpmjt/public_html/ushop.php on line 151
In Ushop.php.
Could anyone help?
Need this resolved asap.
I use Vbulletin 3.0.3
Also, getting the no actions message when I go to Ushop. Please clarify what to do with his instructions:
IF YOU ARE HAVING FOREACH ERRORS IN GLOBAL.PHP OR NO ACTION ERRORS:
First, remove the second global.php edit. Then run ushop.php?rebuildds=1. Then put the edit back in adns ee if that works. If it doesn't work, answer the questions above, if it does, post saying that and let me know in the post if you used the HTL or standalone installer. This will help me diagnose the problem as to whether it is a user error or an error on one of the installers. Thank you.
I do not understand this, partially due to the typos, and partially do not know what it means by "Run" ushop rebuild, nor am I sure if he used the correct spelling, or typoed. Whomever can, please revise this for me.
venomx
11-10-2004, 02:27 AM
If I dont visit my site for a few days then go and visit the shop I get a foreach error.. a refresh fixes it... any ideas?
Link14716
11-10-2004, 02:36 AM
If I dont visit my site for a few days then go and visit the shop I get a foreach error.. a refresh fixes it... any ideas?
I can confirm that, the problem is I can't find what is causing it.
Link14716
11-10-2004, 02:37 AM
Having one problem...
Warning: Invalid argument supplied for foreach() in /home/discpmjt/public_html/ushop.php on line 151
In Ushop.php.
Could anyone help?
Need this resolved asap.
I use Vbulletin 3.0.3
Also, getting the no actions message when I go to Ushop. Please clarify what to do with his instructions:
I do not understand this, partially due to the typos, and partially do not know what it means by "Run" ushop rebuild, nor am I sure if he used the correct spelling, or typoed. Whomever can, please revise this for me.
Did you run the installer and do the file (and template) edits in readme.html?
mystery250
11-10-2004, 02:59 AM
Yes, I did run the installer, and I did do the file and template edits, as specified in the readme file.
mystery250
11-10-2004, 03:01 AM
As I am still getting the errors for the shop, as the "No actions found", could you clarifly:
IF YOU ARE HAVING FOREACH ERRORS IN GLOBAL.PHP OR NO ACTION ERRORS:
First, remove the second global.php edit. Then run ushop.php?rebuildds=1. Then put the edit back in adns ee if that works. If it doesn't work, answer the questions above, if it does, post saying that and let me know in the post if you used the HTL or standalone installer. This will help me diagnose the problem as to whether it is a user error or an error on one of the installers. Thank you.
I cannot tell what he means.
Also, would whatever he means, fix that no actions error?
Sweet Evil
11-10-2004, 03:36 AM
I can not find:
<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>
In my nav template, anyone got some ideas?
Link14716
11-10-2004, 04:39 AM
As I am still getting the errors for the shop, as the "No actions found", could you clarifly:
I cannot tell what he means.
Also, would whatever he means, fix that no actions error?
That is mostly about people early on with foreach errors in global.php.
Do the actions appear in the admin cp? If not, I'd suspect you missed an init.php edit, if they do appear there, you probably missed the global.php edit.
Link14716
11-10-2004, 04:40 AM
I can not find:
<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>
In my nav template, anyone got some ideas?
$vbphrase[calendar] is there, isn't it? Just find it and add the code after the line containing it.
Metropolitan
11-10-2004, 08:59 AM
*installed*
but i have a small problem. In my acp, there is no category for the uShop?!
Can anybody help me?
Zachery
11-10-2004, 01:40 PM
*installed*
but i have a small problem. In my acp, there is no category for the uShop?!
Can anybody help me?
Did you edit the admincp/index.php file?
Metropolitan
11-10-2004, 04:34 PM
I found the problem by myself :squareeyed:
But i found a new one... on my portal, the ushop button in the navbar didn?t work. :(
Zachery
11-10-2004, 05:21 PM
I found the problem by myself :squareeyed:
But i found a new one... on my portal, the ushop button in the navbar didn?t work. :(
What portal are you running?
mystery250
11-10-2004, 05:49 PM
That is mostly about people early on with foreach errors in global.php.
Do the actions appear in the admin cp? If not, I'd suspect you missed an init.php edit, if they do appear there, you probably missed the global.php edit.
Yes, they appear in the admin cp. So, you are suggesting that I missed what?
I do see that I added both changes within the file.
Is it okay if I upload the global.php file, for you can check it?
Zachery
11-10-2004, 06:40 PM
Yes, they appear in the admin cp. So, you are suggesting that I missed what?
I do see that I added both changes within the file.
Is it okay if I upload the global.php file, for you can check it?
No you cannot, you are not allowed to redistribute the vBulletin files under any circumstances. I suggest starting with a fresh copy of the file and rehacking it.
mystery250
11-10-2004, 06:49 PM
Okay. I did not think so. I will rehack it, even though I seriously doubt that it will prove helpful.
mystery250
11-10-2004, 06:59 PM
Still getting:
Warning: Invalid argument supplied for foreach() in /home/discpmjt/public_html/global.php on line 634
Zachery
11-10-2004, 07:55 PM
Still getting:
are you using dreamweaver by any chance?
mystery250
11-10-2004, 07:56 PM
Nope. I use good old notepad and wordpad to edit php files.
Link14716
11-10-2004, 07:59 PM
are you using dreamweaver by any chance?
Zachery, generally Dreamweaver causes the same specific error, and that is with functions.php edits. No need to keep suggesting that for every problem. :p
Link14716
11-10-2004, 08:04 PM
Still getting:
The only thing that causes a foreach error in global.php, yet the actions still show in the admincp is, to my knowledge, an error in the global.php edits. The other crucial edit is init.php, but skipping that edit will make the admincp script give a foreach error as well.
Honestly, if you have hacked the files correctly, you definately should not have that error.
Metropolitan
11-10-2004, 10:29 PM
What portal are you running?
vBadvanced cmps :rolleyes:
mystery250
11-11-2004, 12:12 AM
The only thing that causes a foreach error in global.php, yet the actions still show in the admincp is, to my knowledge, an error in the global.php edits. The other crucial edit is init.php, but skipping that edit will make the admincp script give a foreach error as well.
Honestly, if you have hacked the files correctly, you definately should not have that error.
Hmm. So you are suggesting that I should rehack init.php, and global.php?
I have rehacked global.php from a fresh copy six times. So, I don't think there's any error with the hacking I did to it.
---------edit------------
Well, I rehacked both of them again, and am still getting the no actions error.
Could I get a bit of help here?
Duncan
11-11-2004, 05:38 PM
Hey,
I have installed this on my forums but for an odd reason when I click Store and click an item it says "No actions found" running vB3 Help please!
ImportPassion
11-11-2004, 05:45 PM
how do i stop ppl from changing mods titles?
mystery250
11-11-2004, 07:53 PM
Thanks for trying to help everyone, but I fixed it. :)
Mijae
11-11-2004, 10:46 PM
How much interest does the bank give? Some of my members have over 1 million points already >_<
yinyang
11-12-2004, 07:25 PM
Thanks for trying to help everyone, but I fixed it. :)
i'm having the same problem. i created a new usergroup and it's now not working for that new usergroup. help!
pgowder
11-12-2004, 07:28 PM
i'm having the same problem. i created a new usergroup and it's now not working for that new usergroup. help!
You have to go back into each item and give that usergroup permission.
yinyang
11-12-2004, 08:07 PM
yup. sometimes i wonder if i should actually be allowed to use this software.
Kalomax
11-13-2004, 12:51 AM
All done, but how to display the points into user profile ??? My members ask me, but i do'nt know how to answer :ermm:
Zachery
11-13-2004, 03:44 AM
All done, but how to display the points into user profile ??? My members ask me, but i do'nt know how to answer :ermm:
Did you do all the template edits?
Wapture
11-14-2004, 07:51 AM
I am having a problem with the bank.
When users withdraw money from the bank it takes it away..
I had 4836 in the bank, withdrawn it and now I have -3482 in my pocket...
Whats happening?
Metropolitan
11-14-2004, 10:14 PM
Hm, i still ave the prob that the link at my portal navbar didnĀ“t work :s
Is there any easy way to see how many points my users have in the bank without looking at the actual database?
Zachery
11-15-2004, 06:39 PM
Is there any easy way to see how many points my users have in the bank without looking at the actual database?
Not at thios time
Not at thios time
Got any idea what a SQL query would look like to get a user's bank amount? The field that it goes in looks weird to me. I don't know enough about SQL to write it. =(
Sweet Evil
11-15-2004, 08:20 PM
Sorry I do not have time to look at 141 pages of this thread to see if this has come up before.
I see alot of forums running this without the .00 (cents) ; just plain $100 dollars..
How can I remove the .00 (cents) field?
Reeve of shinra
11-16-2004, 12:22 AM
admincp --> uttstore --> points
Then scroll down for "Round to Decimal Places?"
Sweet Evil
11-16-2004, 02:18 AM
DOH .. Thanks
Kalomax
11-17-2004, 06:04 PM
Did you do all the template edits?
Yes ! I did it all ... But i ca'nt see any options that i can do ...
And more one question :nervous:
In uCash Settings, i set Points Per Thread is 20
Then, in uTT Points System Options in forums manager, do i set 20 or only 1 ???
RWDF1
11-19-2004, 07:20 PM
Whenever I edit the init file, I lose the forum
Zachery
11-19-2004, 07:32 PM
Whenever I edit the init file, I lose the forum
What are you editing the files with
RWDF1
11-19-2004, 07:39 PM
my FTP editior, it lets you do it online, and I have never had a problem before.
pelican
11-22-2004, 02:20 PM
hi,
i have search geekdesign forum and this thread.
i cant seems to find a way to implement, when a member buy/purchase an action, it will send a PM to admin. This should be useful, else how would admin know who purchase what...
is there this addon mod??
thanks.
Zachery
11-22-2004, 02:57 PM
hi,
i have search geekdesign forum and this thread.
i cant seems to find a way to implement, when a member buy/purchase an action, it will send a PM to admin. This should be useful, else how would admin know who purchase what...
is there this addon mod??
thanks.
There is a history of all users purchases...
The Images in my uttstore dir are not showing up. They are suppose to show in the showthread correct? if not, where? my dir isin the default /images/uttstore.
pelican
11-23-2004, 01:39 PM
There is a history of all users purchases...
perhaps admin have to constantly check for the purchase log......
what about donate? after donate, there will be a PM informing you from who..
I'm sure the above 2 functions very useful, no user ever requested?
I just implemented UCash. is there away for my point system to go back and assign points for board activity before the install?
Zachery
11-23-2004, 03:24 PM
perhaps admin have to constantly check for the purchase log......
what about donate? after donate, there will be a PM informing you from who..
I'm sure the above 2 functions very useful, no user ever requested?
I couldnt imagien that feature being worthwhile on the larger site, a big site, like one of our test sites would have a few hundered if not thousand pms a day, and it would create tons of useless pms
Zachery
11-23-2004, 03:24 PM
I just implemented UCash. is there away for my point system to go back and assign points for board activity before the install?
No clue what you are talking about
Sorry for the poorly worded question.
the mod starts 'counting' after it is installed. But it doesn't take into account activities such as posts, threads created , threads replied to prior to installation. is there a way to make it 'count' those items?
TJFweb
11-24-2004, 12:25 AM
I wonder how hard it would be to create a shop action for this addon?
In order to function with RPG Inferno, I would like users to be able to buy let's say 10 RPG points for 100 uttpoints (uCash / uShop points). This would making a shop action which would credit another field (the RPG Points field) in another table with a specific numerical value (and most preferably you would be able to change this from the settings / properties page in the AdminCP for the item).
Is this possible? Unfortunately I would not know how to do this, but I'm sure that it won't just be me who will have a use for this (see the RPG Inferno thread for the number of people who have asked if uCash / uShop are compatible).
Although I don't know how to do this, it seems rather straightforward (but it may not necessarily be as I am unfamiliar with creating uShop / uCash shop actions).
Thanks!
pelican
11-24-2004, 08:11 AM
I couldnt imagien that feature being worthwhile on the larger site, a big site, like one of our test sites would have a few hundered if not thousand pms a day, and it would create tons of useless pms
Probably it is not worthwhile and generates useless PM if the action is just to bold username, glow username, etc.
But it is certainly useful if for example, i have an action (buy merchandise) that when user purchase using uCash, i will be notified by PM, so i can send the stuff to him. Else everyday i will have to keep checking the admin log whether anyone have made any purchase.
I am just wondering because i thought there might already have someone doing this. Apparently, it seems no one have this idea at all.
Zachery
11-24-2004, 01:25 PM
Sorry for the poorly worded question.
the mod starts 'counting' after it is installed. But it doesn't take into account activities such as posts, threads created , threads replied to prior to installation. is there a way to make it 'count' those items?
That would be one hell of an upodate counter action, we would need to recout all real posts, and threads, (and views if you wanted them to count to) in the whole forum of every thread and post...
patriotcow
11-24-2004, 08:59 PM
Read about it in the HTL thread :)
Screens added
I pmed ya lol i cant get it right
Zachery
11-24-2004, 09:20 PM
I pmed ya lol i cant get it right
Don't pm that account, neither I or matthew checkit
Pepelux71
11-24-2004, 10:38 PM
Nice job guys.
When i'm typing a new thread or a reply, if i press the "store" link before posting the message, i see the store's menu, but some of the images (smileys) remaining on top of the store's menu....
Any thought?
www.wsforum.com
Zachery
11-25-2004, 12:21 AM
Nice job guys.
When i'm typing a new thread or a reply, if i press the "store" link before posting the message, i see the store's menu, but some of the images (smileys) remaining on top of the store's menu....
Any thought?
www.wsforum.com
Not even close to sure what you are talking about :/
patriotcow
11-25-2004, 12:31 PM
Don't pm that account, neither I or matthew checkit
Pmed you.
X-Sector
11-26-2004, 04:58 PM
I get those errors :
Warning: Invalid argument supplied for foreach() in /home/xelation/public_html/forums/includes/functions.php on line 2860
Warning: Invalid argument supplied for foreach() in /home/xelation/public_html/forums/includes/functions.php on line 2860
Warning: Invalid argument supplied for foreach() in /home/xelation/public_html/forums/includes/functions.php on line 2860
On any pages :/
Also, I cant even get in my admincp.. I get those error when trying to get in my admincp :
Unable to add cookies, header already sent.
File: /home/xelation/public_html/forums/includes/functions.php
Line: 2860
Zachery
11-26-2004, 05:34 PM
I get those errors :
Warning: Invalid argument supplied for foreach() in /home/xelation/public_html/forums/includes/functions.php on line 2860
Warning: Invalid argument supplied for foreach() in /home/xelation/public_html/forums/includes/functions.php on line 2860
Warning: Invalid argument supplied for foreach() in /home/xelation/public_html/forums/includes/functions.php on line 2860
On any pages :/
Also, I cant even get in my admincp.. I get those error when trying to get in my admincp :
Unable to add cookies, header already sent.
File: /home/xelation/public_html/forums/includes/functions.php
Line: 2860
sounds like you messed sumthing up while hacking.
Are you using 3.0.0 or higher?
did you use dreamweaver to edit any of the files?
Did you run the installer.
X-Sector
11-26-2004, 05:50 PM
My vBulletin version is 3.0.3
I use WordPad to edit files
I did ran the installer.
Zachery
11-26-2004, 06:00 PM
My vBulletin version is 3.0.3
I use WordPad to edit files
I did ran the installer.
Then something during your copy and paste must have been boffed up. Best i can tell you is to try again
X-Sector
11-26-2004, 06:08 PM
I did, a lot of time -_- but i get this error still <.<
Zachery
11-26-2004, 06:12 PM
give me 10 lines above and below 2860
mcyates
11-26-2004, 06:29 PM
One of my members is not receiving points when he posts/replies and views messages but all my other member are? Is there anything i can do to see why he's not receiving any?
X-Sector
11-26-2004, 07:34 PM
give me 10 lines above and below 2860
// ###################### Start bits2array #######################
// takes a bitfield and the array describing the resulting fields
function convert_bits_to_array(&$bitfield, $_FIELDNAMES)
{
$bitfield = intval($bitfield);
$arry = array();
foreach ($_FIELDNAMES AS $field => $bitvalue)
{
if ($bitfield & $bitvalue)
{
$arry["$field"] = 1;
}
else
{
$arry["$field"] = 0;
}
}
I did tried to uploaded the orginal functions.php and still get this error o.O
mcyates
11-27-2004, 07:10 PM
Does your money grow in the bank? Or in other words does the bank give you interest on your money?
Zachery
11-27-2004, 07:18 PM
Does your money grow in the bank? Or in other words does the bank give you interest on your money?
Yes it grows in the bank
mcyates
11-27-2004, 07:27 PM
Yes it grows in the bank
nice one, I just noticed your a very busy man on here. Do all these questions ever get to you!!! (Stress) i know they would with me.
One more q if i dare!!
Can i change the interest for the bank. And can i see a statement!!!
Zachery
11-27-2004, 07:43 PM
nice one, I just noticed your a very busy man on here. Do all these questions ever get to you!!! (Stress) i know they would with me.
One more q if i dare!!
Can i change the interest for the bank. And can i see a statement!!!
1, Yes its a setting, 2 i dont think so
The Markus
11-27-2004, 07:48 PM
Ok this is whats happening. I am new to PHP and I followed the instructions to the T, or at least I think I did. everytime I click on "Store" and the bank it get this message:
No actions found...
Same thing when I try and donate and my posts dont accumulate points.
I am running the latest version of VB and I used the install script. Can someone tell me what I am doing wrong?
Zachery
11-27-2004, 07:50 PM
Ok this is whats happening. I am new to PHP and I followed the instructions to the T, or at least I think I did. everytime I click on "Store" and the bank it get this message:
Same thing when I try and donate and my posts dont accumulate points.
I am running the latest version of VB and I used the install script. Can someone tell me what I am doing wrong?
Did you run the installer?
Did you edit one of your forums and save?
The Markus
11-27-2004, 07:54 PM
Did you run the installer?
Did you edit one of your forums and save?
Yes. and Yes.
www.covenantforums.com (http://www.covenantforums.com) Its not done but at least you can see what it does. I dont even have the screen where you can select custom options.
I will go back through all the pages i was to edit.
The Markus
11-27-2004, 08:09 PM
Oh one other thing that I noticed. When I edited the templates some of the code when copy and pasted into that little box broke off into a new line basically... could that have something to do with it.
mcyates
11-27-2004, 08:15 PM
1, Yes its a setting, 2 i dont think so
thankyou. :)
Zachery
11-27-2004, 08:25 PM
Oh one other thing that I noticed. When I edited the templates some of the code when copy and pasted into that little box broke off into a new line basically... could that have something to do with it.
Yes good chance that might have somthing to do with it.
The Markus
11-27-2004, 08:31 PM
Yes good chance that might have somthing to do with it.
then in the template editor how do I keep it from doing that?
Pepelux71
11-27-2004, 10:07 PM
Originally Posted by Pepelux71
When i'm typing a new thread or a reply, if i press the "store" link before posting the message, i see the store's window, but some of the editor images (smileys etc) remaining on top of the store's menu....and covering it.
Any thought?
www.wsforum.com
Quote:
Not even close to sure what you are talking about :/
Forgive my English language but i am not familiar enough. If you visit
http://www.wsforum.com/newthread.php?do=newthread&f=59
and click on the "STORE" you will see the problem.
Thanks in advance
between worlds
11-27-2004, 10:11 PM
I just installed the hack but I have a few problems.
Firstly: The store editing option isn't showing up in the admin cp.
When I direct link to the editing bit I get this message:
Warning: Invalid argument supplied for foreach() in /home/between/public_html/admincp/uttstoreadmin.php on line 492
Oh and the points aren't actually showing up for people on their profiles but I thought that could be related to the above problems.
Anybody know why?
I installed it on www.between-worlds.net
Thank you for any help you can give. I'm a newbie at hacks so I no doubt screwed up somewhere :S
Mayers
11-28-2004, 02:05 AM
I keep getting this error.
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /home/teenzone/public_html/forum/includes/init.php on line 520
What do i do to get fix this error?
vBulletin Version : 3.0.3
sergio965
11-28-2004, 03:47 AM
I keep getting this error.
What do i do to get fix this error?
vBulletin Version : 3.0.3
Try editing the init.php file again...
Anyways, I installed it and works perfectly. Very Nice! :)
Mayers
11-28-2004, 02:40 PM
Try editing the init.php file again...
Anyways, I installed it and works perfectly. Very Nice! :)
I did a few times this morning, still got that same error.
sergio965
11-28-2004, 04:13 PM
Oh...I'm not sure then....
No...nvm...lol
When I make a change, in the admincp, it doesn't find the phrase:
Could not find phrase 'uttstore_saved_values_successfully'.
I can probably fix that ofcourse..
Is there away to change the name of the points?
Thanks.
:)
patriotcow
11-29-2004, 03:10 AM
I keep getting this error.
What do i do to get fix this error?
vBulletin Version : 3.0.3
I always get errors Tcontact thingys in init.php and functions.php :devious:
patriotcow
11-29-2004, 03:10 AM
Is it my server because I am using php 5.02 :surprised:
Zachery
11-29-2004, 03:58 AM
Is it my server because I am using php 5.02 :surprised:
What editor are you using?
rex_b
11-30-2004, 01:48 AM
is it true for every 100 coins you give out you get 10 rep points?
rex_b
11-30-2004, 02:01 AM
found it and fixed with some help!
admin.donate.php get rid of the repuation lines.. 2 of them.
patriotcow
11-30-2004, 03:26 AM
What editor are you using?
dreamweaver mx2004
Zachery
11-30-2004, 03:37 AM
dreamweaver mx2004
Use Notepad or Wordpad or anything but Dreamweaver or Frontpage
PixelFx
11-30-2004, 04:52 AM
is it possible to make addon that makes it possible for people to buy points, with pay pal? in the shop? aka $1 = 100 points, or be able to set cash value, and points ratio or something to that nature?
patriotcow
11-30-2004, 06:36 AM
Thanks,
Installed well using notepad :nervous:
Where / how can I remove the Glow user name ..
mcyates
11-30-2004, 12:03 PM
You get points for replying but not for replying using the quick reply. How can this be modified so users get points for replying via the quickreply?
Thanks in advance.
mcyates
11-30-2004, 12:18 PM
also is it possible to show the amount of money (points) i have in the header and footer?
Zachery
11-30-2004, 01:58 PM
You get points for replying but not for replying using the quick reply. How can this be modified so users get points for replying via the quickreply?
Thanks in advance.
They get points regardless unless you missed an edit
rh2004
11-30-2004, 11:29 PM
Hello is it possible editing a small item of code a few lines I can have
the points system work in the following way:
The original user posts a new topic they earn 20 points -
When the original user posts back in that topic no points are deduced from
there outstanding balance because at the moment they are deduced points.
(This only applys to there created topics)
So I just need some code edited if the real original poster posts back in
the topic there balance does not go down
Can someone do this for me please :nervous:
Thank you
venomx
12-01-2004, 11:00 AM
Small bug... I turned off theift in the admin and hit save... I get an error saying "couldnt fine template uttstore_saved_values_successfully". I tried making it myself but it still doesnt find it. :(
patriotcow
12-01-2004, 11:22 AM
I get that to! I just make 1 though!
venomx
12-01-2004, 11:28 AM
I tried that.. didnt work :(
rh2004
12-01-2004, 11:42 AM
I also get that just click on theft and save it that way you get no error then
rh2004
12-01-2004, 04:25 PM
Hi my warning system was working ok not sure what I did but when I click on
warn user etc I get a white blank page now... only on styles other than the
default vb, what do I do to correct this?
How can I change the colour of the text on the confirmation page,
see included image I would like it back...
Next can anyone help me out with this at all, I used to have something like
this on phpbb and it was a few lines that was edited so it worked in the
following way:
Points system work in the following way:
The original user posts a new topic they earn 20 points -
When the original user posts back in that topic no points are deduced from
there outstanding balance because at the moment they are deduced points.
(This only applys to there created topics)
So I just need some code edited if the real original poster posts back in
the topic there balance does not go down
Finally im using satellite template which I got from vbstyles and I was
wondering why it shows less options on this one to the other styles I have
such as xmas style, default...
When it said navbar add the items (code) its not in there I found it in
header, so do you now why it doesn't show the full drop down menu for
the store in this template? [see image 23425325.JPG & gsgsee365362.JPG]
Many thanks,
SmasherMaster
12-02-2004, 12:10 AM
Ugh, well I upgraded, and the store refuses to show any actions, and if you go to a action page, it only shows the "confirm" button and it refreshs the page, it doesn't do anything! What's wrong? :/
bi11i
12-02-2004, 08:31 PM
How can I, as an Admin, revoke items purchased by my members? If someone has something over a period of time (like glowing name, for instance) how can i revoke it simply reset everything?
Does everything reset when the store is restocked?
rh2004
12-02-2004, 10:03 PM
Anyone know the answer to my above question also is there not a log that
admin can see of what users have done etc changed?
bi11i
12-02-2004, 10:10 PM
How can I, as an Admin, revoke items purchased by my members? If someone has something over a period of time (like glowing name, for instance) how can i revoke it simply reset everything?
Does everything reset when the store is restocked?i've never seen a log. i thought there was a way one could just do it through the forum?
rh2004
12-02-2004, 11:11 PM
How can I add so many points to all users on my site as well as all new users
who register thereafter (instead of 0)?
yukayumi
12-03-2004, 10:12 PM
Does any body know why only admin and moderators are able to access the store but not other registered members? Memmbers of my forum keep on complaining that they only get "No action found" everytime clicking on the drop-down menu of the store on navigation bar. It's not about permission because I double-check and there's no limit set to restrict the access to the store.Any suggestion would be appreciated.Thanks.
Zachery
12-03-2004, 11:57 PM
How many usergroups do you have
Zachery
12-03-2004, 11:59 PM
Hi my warning system was working ok not sure what I did but when I click on
warn user etc I get a white blank page now... only on styles other than the
default vb, what do I do to correct this?
How can I change the colour of the text on the confirmation page,
see included image I would like it back...
Next can anyone help me out with this at all, I used to have something like
this on phpbb and it was a few lines that was edited so it worked in the
following way:
Points system work in the following way:
The original user posts a new topic they earn 20 points -
When the original user posts back in that topic no points are deduced from
there outstanding balance because at the moment they are deduced points.
(This only applys to there created topics)
So I just need some code edited if the real original poster posts back in
the topic there balance does not go down
Finally im using satellite template which I got from vbstyles and I was
wondering why it shows less options on this one to the other styles I have
such as xmas style, default...
When it said navbar add the items (code) its not in there I found it in
header, so do you now why it doesn't show the full drop down menu for
the store in this template? [see image 23425325.JPG & gsgsee365362.JPG]
Many thanks,
We cannot support other hadcks or styles, I would guess that you might not have edited the styles correctly or did the hack correctly if things are breaking
yukayumi
12-04-2004, 01:27 AM
How many usergroups do you have
5 usergroups,not including admin and moderator.
rh2004
12-04-2004, 12:45 PM
We cannot support other hadcks or styles, I would guess that you might not have edited the styles correctly or did the hack correctly if things are breaking
OK, but how can I do this ....
Points system work in the following way:
The original user posts a new topic they earn 20 points (already works) -
When the original user posts back in that topic no points are deduced from
there outstanding balance because at the moment they are deduced points.
(This only applys to there own created topics) -
This is the code how it was done on phpbb
Open: includes/classes_cash.php:
Find: global $board_config, $lang, $db, $phpbb_root_path, $phpEx, $ userdata, $cash;
Add AFTER:
// Turiel added to do nothing if topic author is same as reply poster
if ( ($mode == 'reply') && ($poster_id ==
$topic_starter))
return;
-------------------------
Open: posting.php
Find: if ( $mode == 'editpost' || $mode == 'delete' || $mode == 'poll_delete')
Add BEFORE:
// Added by Turiel to pass the topic_poster data to the cash functions
if ( $mode == 'reply' )
{
$post_data['topic_poster'] = ( $mode == 'reply' ) ?
$post_info['topic_poster'] : 0;
}
and
How can I add so many points to all the users already registered and also
so many points to all that join there after.... :squareeyed:
I have done this to users already registered but when new users register
they will not change ... so how to do it for everyone ? (maybe set via usergroups)
UPDATE `user` SET `uttpoints` = '125',
`warnings` = NULL ,
`warning_bans` = NULL WHERE `usergroupid` = '2' LIMIT 5000 ;
Thanks
yukayumi
12-04-2004, 04:00 PM
Is there anyway to exempt admin from being stolen points ?Thanks.
bi11i
12-04-2004, 07:10 PM
How can I, as an Admin, revoke items purchased by my members? If someone has something over a period of time (like glowing name, for instance) how can i revoke it simply reset everything?
Does everything reset when the store is restocked?
pgowder
12-05-2004, 10:49 PM
5 usergroups,not including admin and moderator.
You have to set permissions for each usergroup.
Link14716
12-06-2004, 01:48 AM
Ugh, well I upgraded, and the store refuses to show any actions, and if you go to a action page, it only shows the "confirm" button and it refreshs the page, it doesn't do anything! What's wrong? :/
You'd have to revert the uttstore templates.
rh2004
12-06-2004, 02:10 AM
Hi, I have this working fine on VB Default style, now what do I need to
do to add it to my other styles, any database updates, edits?
Or just edits to postbit and so on....
dethfire
12-06-2004, 04:07 PM
anymore updates? I've found a few bugs
dethfire
12-06-2004, 04:48 PM
installed without any probs at all.
i was even able to use the lesane store points that were left in the db from vb 2.2x.
sexy!
how do you upgrade from lesanes hack?
Zachery
12-06-2004, 10:10 PM
how do you upgrade from lesanes hack?
Make a settings changes, what bugs, please report them at GeekyDesigns.com
dethfire
12-06-2004, 10:58 PM
Make a settings changes
I'm sorry, I don't understand what this means :(
bi11i
12-06-2004, 11:03 PM
is there a way for me, as an admin, to see who's purchased what? It seems that I can only see what I've purchased, nor can I revoke anything purchased.
Is there something I'm doing wrong or is this just lacking the functionality I'm asking about?
mcyates
12-07-2004, 10:34 AM
is there a way for me, as an admin, to see who's purchased what? It seems that I can only see what I've purchased, nor can I revoke anything purchased.
Is there something I'm doing wrong or is this just lacking the functionality I'm asking about?
one day a member had 1000 poin'ts now he has:
100,000,000,000,000,000,000,000
He says there is a way to get free money!!!! How
Zachery
12-07-2004, 10:35 AM
one day a member had 1000 poin'ts now he has:
100,000,000,000,000,000,000,000
He says there is a way to get free money!!!! How
Are you running the most up to date version? htere were a few issues in the past
Of course if he is a smod or has a smod / admin friend they could be helping him
mcyates
12-07-2004, 10:37 AM
oh admin donate was enabled for all users. They will now get a nast suprise of finding out they have 0 points
Zachery
12-07-2004, 11:33 AM
oh admin donate was enabled for all users. They will now get a nast suprise of finding out they have 0 points
Well now ;P
ShaanuJaanu
12-07-2004, 12:54 PM
I'm new to this..but...
using the green thumb style from vbstyles.com ..glow/bold dont seem to work...
any suggestions?
though the coloring and italics work..
Zachery
12-07-2004, 12:58 PM
I'm new to this..but...
using the green thumb style from vbstyles.com ..glow/bold dont seem to work...
any suggestions?
though the coloring and italics work..
Are you using Firefox, Mozilla, Safari or another non IE based browser?>
bi11i
12-07-2004, 07:26 PM
is there a way for me, as an admin, to see who's purchased what? It seems that I can only see what I've purchased, nor can I revoke anything purchased.
also, i noticed that the loyal member discount seems to be all screwed up. if i set the # of days to 180, and the points to 10, everything is totally free and even appears to pay upon purchase. no one has been a member for over 365 now since the new forum code.....
is there a way for me, as an admin, to see who's purchased what? It seems that I can only see what I've purchased, nor can I revoke anything purchased.
Can't you just look at the history of each item?
Zachery
12-07-2004, 07:55 PM
Just incanse anyone hasn't notice there is a very important thread about uCS at GeekyDesigns.com/board :)
bi11i
12-07-2004, 07:59 PM
when i view the history i either only see my own history or actions taken by the admin towards the users. i, as an admin, NEVER see any actions taken by anyone else.
i don't get it - no one will answer this question so maybe there's not answer - but can't I as an admin taketh away? looks like not.... anyone?Can't you just look at the history of each item?
bi11i
12-07-2004, 08:27 PM
Just incanse anyone hasn't notice there is a very important thread about uCS at GeekyDesigns.com/board :)gotta link?
Zachery
12-07-2004, 08:33 PM
http://www.geekydesigns.com/board ;p
http://www.geekydesigns.com/board/showthread.php?t=256
http://www.geekydesigns.com/board/showthread.php?t=260
fatalsex
12-07-2004, 08:47 PM
hello...
installed but in templates i cant find
<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>
and
</div>
<!-- / user cp tools menu -->
</if>
I"m NOT USING STANDART THEME....
where i shold find this strings ?
Zachery
12-07-2004, 09:33 PM
hello...
installed but in templates i cant find
<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>
and
</div>
<!-- / user cp tools menu -->
</if>
I"m NOT USING STANDART THEME....
where i shold find this strings ?
try your header, we only offer support for the STANDARD and STOCk vB style.
fatalsex
12-07-2004, 09:41 PM
try your header, we only offer support for the STANDARD and STOCk vB style.
yeah. did all ..
but cant find in postbit or in postbit legacy string $vbphrase[posts]: $post[posts]
both of them dont have..
and i would like to translate the hack to russian lang.
may i do it ?
ShaanuJaanu
12-07-2004, 11:48 PM
Are you using Firefox, Mozilla, Safari or another non IE based browser?>
using IE...
rh2004
12-10-2004, 02:28 AM
yeah. did all ..
but cant find in postbit or in postbit legacy string $vbphrase[posts]: $post[posts]
both of them dont have..
and i would like to translate the hack to russian lang.
may i do it ?
Just search for this vbphrase[posts] or vbphrase - its there
If not do a complete template seach
Sunnz
12-10-2004, 02:56 PM
Hello there, may I ask what changes does this hack made to the database. Thank you.
Zachery
12-10-2004, 06:37 PM
adds a few new tables, adds info to the datastore, modifys the options table by adding new rows IIRC
ArtemisL
12-10-2004, 10:16 PM
I cannot seem to find the option to turn on so that people get a PM when points (cash points) are donated. I have a busy forum based strictly on the exchanging of hand drawn pixel graphics and points (Pixel Bucks), and I need to have it auto PM someone when points are donated... or have it show on both peoples ends in their bank history.
Thanks,
Artemis
Sunnz
12-11-2004, 12:46 AM
adds a few new tables, adds info to the datastore, modifys the options table by adding new rows IIRC
May I ask how to uninstall this hack and the effect it had to the database??? I am currently having problem with my access mask settings, I asked for help on vb.net but they can't help untill I uninstall all hacks.
eNforce
12-11-2004, 04:25 AM
I'm getting 'Unknown Location' when viewing the profile of someone who is doing something in the shop, which file do I need to check over to make sure everything is ok?
Zachery
12-11-2004, 05:54 PM
May I ask how to uninstall this hack and the effect it had to the database??? I am currently having problem with my access mask settings, I asked for help on vb.net but they can't help untill I uninstall all hacks.
There is a uninstall link in the install script, this will remove all database changes, after that reverse every file change, if this is the only hack you have reupload fresh files instead of unhacking them.
docvader
12-12-2004, 08:50 AM
Great hack, easy install. But I've got one hell of a problem, LOL.
I can no longer see, in my Admin Control Panel, a screen for "Forum Manager" and "User Group Manager", after installing this. Just get a blank white space within the ADMINCP when I click on those.
I've checked all my file edits, and everything seems to be correct. The hack otherwise all seems to show up, and the rest of the forum seems to work fine. Just can't see those two screens in the admin area. Bizarre. I know this has got to be something incredibly simple and stupid on my part.
Any idea where I've got a screw up? Where should I look? I've installed a bunch of hacks on my board, and never had a problem like this. What file calls to those two areas?
Thanks! Awesome hack.
rich
http://x.russbo.com/index.php
PS: Where do you change the welcome message that is in the hack? The "Welcome to xxxxxxx's Store, More welcome text to go here! I'd like to add more welcome text.
docvader
12-12-2004, 12:56 PM
Great hack, easy install. But I've got one hell of a problem, LOL.
I can no longer see, in my Admin Control Panel, a screen for "Forum Manager" and "User Group Manager", after installing this. Just get a blank white space within the ADMINCP when I click on those.
I've checked all my file edits, and everything seems to be correct. The hack otherwise all seems to show up, and the rest of the forum seems to work fine. Just can't see those two screens in the admin area. Bizarre. I know this has got to be something incredibly simple and stupid on my part.
Any idea where I've got a screw up? Where should I look? I've installed a bunch of hacks on my board, and never had a problem like this. What file calls to those two areas?
Thanks! Awesome hack.
rich
http://x.russbo.com/index.php
PS: Where do you change the welcome message that is in the hack? The "Welcome to xxxxxxx's Store, More welcome text to go here! I'd like to add more welcome text.
OK, found it. It was pretty stupid. When you've got other hacks installed in your forum.php and usergroup.php, pure "copy and paste" might lead you to miss adding a comma.
Simple comma.
LOL. Spent all night looking for that...
Link14716
12-12-2004, 05:38 PM
OK, found it. It was pretty stupid. When you've got other hacks installed in your forum.php and usergroup.php, pure "copy and paste" might lead you to miss adding a comma.
Simple comma.
LOL. Spent all night looking for that...
I guess PHP has error reporting off.
I feel for you. Simple mistakes are usually the most frustrating. :p
sneakyc2e
12-13-2004, 12:47 PM
Very nice hack.
Is there a way to reset everyone's points?
Dan
docvader
12-13-2004, 03:23 PM
Thanks man. Yes, one simple comma. As I see it, it's a tribute to the hours, time and effort, and prowess, of all who contibute hacks here.
I'm truly impressed by what you guys have done with Vbulletin.
rich
russbo.com
11 days to Christmas??? Yikes...
dethfire
12-13-2004, 10:46 PM
Make a settings changes, what bugs, please report them at GeekyDesigns.com
so this has an update for lesane vb2 shop hack?
Zachery
12-13-2004, 11:06 PM
so this has an update for lesane vb2 shop hack?
No, this is a vB3 Store and Cash hack, it has nothing to do with Lesanes store outside of the fact you can use the old points
Cyborg Munky
12-14-2004, 01:18 AM
What is the exact error you recieve?
Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/areaxbne/public_html/forums/online.php(430) : eval()'d code on line 230
Where does the supposed error happen?
It happens everytime I view either my index.php or online.php pages.
What vB version are you running?
3.0.3
Zachery
12-14-2004, 01:21 AM
What is the exact error you recieve?
Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/areaxbne/public_html/forums/online.php(430) : eval()'d code on line 230
Where does the supposed error happen?
It happens everytime I view either my index.php or online.php pages.
What vB version are you running?
3.0.3
Hmm, I think you have the wrong hack, there are no file edits to online.php by default in uCS
Cyborg Munky
12-14-2004, 01:42 AM
Those errors started coming up only after I installed the hack, so I was wondering if anyone knew how to fix them?
Cyborg Munky
12-14-2004, 01:52 AM
Also, I have two skins on my forums, and I only edited the templates on one of them, and that's the only one that gives the errors. And the other one doesn't show any errors.
Zachery
12-14-2004, 01:54 AM
We don't touch any of thoughs templates / files, maybe you edited the wrong file?
dethfire
12-14-2004, 02:04 AM
No, this is a vB3 Store and Cash hack, it has nothing to do with Lesanes store outside of the fact you can use the old points
are the instructions to use old points in the install file?
Cyborg Munky
12-14-2004, 02:22 AM
We don't touch any of thoughs templates / files, maybe you edited the wrong file?
The installation instructions say to edit the following templates:
MEMBERINFO
postbit and/or postbit_legacy
navbar template
Zachery
12-14-2004, 02:27 AM
The installation instructions say to edit the following templates:
MEMBERINFO
postbit and/or postbit_legacy
navbar template
Yes, none of which should be a problem for online.php or index.php outside of the navbar, and if you did the edits badly it would error on all pages.
Link14716
12-14-2004, 02:31 AM
Very nice hack.
Is there a way to reset everyone's points?
Dan
On a default installation:
UPDATE user SET uttpoints=0;
Link14716
12-14-2004, 02:33 AM
Yes, none of which should be a problem for online.php or index.php outside of the navbar, and if you did the edits badly it would error on all pages.
Zachery is right. Even if the errors started coming up after you installed this, it doesn't appear to be anything related to it, and if it did, then it is user error. I have not seen one report of that in the 2,237 posts in the thread, nor in the numerous threads at GeekyDesigns.com, since this hack was released 8 months ago.
dethfire
12-14-2004, 02:55 PM
On a default installation:
UPDATE user SET uttpoints=0;
how do I keep lesanes cash amount for everyone upon install?
Link14716
12-14-2004, 09:14 PM
how do I keep lesanes cash amount for everyone upon install?
You have two options. The first is setting the Points Field (in uCash Options) to "storep". The seconds, which I'd recommend, is running this query.
UPDATE user SET uttpoints=uttpoints+storep;
If everything goes well and you want to get rid of the redundant column in the user table, you can run this query afterwards.
ALTER TABLE user DROP storep;
Chad F.
12-16-2004, 12:22 AM
I just installed this and I'm having a few problems with it, first the 'Store' link is not appearing on the navbar and I have edited the navbar template. And in my admincp in the Action Manager when I try to save the values I get an error saying "Could not find phrase 'uttstore_saved_values_successfully'." Also I was wondering can anyone tell me how to change the welcome text on the store?
dethfire
12-16-2004, 04:54 PM
how would I add the feature when someone donates that the reciever gets a PM?
docvader
12-16-2004, 05:16 PM
Just curious, was thinking about adding the vb arcade. I know you can "buy" a pass in Ushop. But can you set it up so that people can "win" money in the vb arcade games, and have that money reflect in their Ushop ucash amount?? I searched this thread and found nothing about this backwards interaction.
glorify
12-16-2004, 08:28 PM
To answer the question above, yes. Jackpots for games go into your points.
Now, another question. Modified the stock pics, added actual items with pics and took out the 125x125 image placeholder.
My question would be, how do you get some spacing between the pics and descriptions. See attached.
dethfire
12-16-2004, 10:17 PM
one of my members who is in a custom usergroup says when he clicks donate it says "no actions", works fine for everyone else, any ideas?
Zachery
12-16-2004, 10:30 PM
one of my members who is in a custom usergroup says when he clicks donate it says "no actions", works fine for everyone else, any ideas?
Did you set his usergroup permissions in the action mananger :)
Pickalo
12-17-2004, 03:16 PM
edit: nevermind I figured it out... thanks anyway.
chad smith
12-17-2004, 10:31 PM
Did you set his usergroup permissions in the action mananger :)
I have yet to find where to edit this in the action manager. Where is the action manager?
docvader
12-17-2004, 10:39 PM
To answer the question above, yes. Jackpots for games go into your points.
That simple? I don't have to hack anything to have jackpots convert directly into Ucash? I haven't seen that, (mainly because I haven't won anything yet).
Is there a conversion factor, or an ability to adjust jackpot amounts up or down before they go into member's Ucash accounts. or is it just a direct deposit? And how often can winners get jackpots? Having someone win jackpots on a daily basis in a slow arcade will artifically increase their "worth".
chad smith
12-18-2004, 01:21 AM
I have yet to find where to edit this in the action manager. Where is the action manager?
Oh my god. I can't believe I was so stupid. I didn't even know I was supposted to go to the uttstoreadmin.php file. Okay, sorry, figured it out. :o
Sleepyk
12-18-2004, 02:26 AM
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /home/content/k/l/e/kleptikxmode/html/Forum/includes/init.php on line 522
im having a problem help
Zachery
12-18-2004, 03:32 AM
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /home/content/k/l/e/kleptikxmode/html/Forum/includes/init.php on line 522
im having a problem help
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
Link14716
12-18-2004, 12:25 PM
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /home/content/k/l/e/kleptikxmode/html/Forum/includes/init.php on line 522
im having a problem help
Add a comma after 'utt_store_act' in includes/init.php.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.