PDA

View Full Version : uCash & uShop old support and thank you thread


Pages : 1 2 3 4 5 [6] 7 8 9 10

Zachery
07-03-2004, 09:40 PM
fixed that

but still same error


on line 639 is the this code

// Make a list of the all the actions...
639----------------------->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";


Here is a link to my Forum : www.roadkillbarbeque.com
Warning: Invalid argument supplied for foreach() in /home/b4ne/www/global.php on line 639

Warning: Invalid argument supplied for foreach() in /home/b4ne/www/ushop.php on line 144

Either, you have installed uCS or your still have bad edits

b4ne
07-03-2004, 09:45 PM
nope nothing else installed only a coule of minor hacks like to show how large an attached file is etc

Mijae
07-03-2004, 09:52 PM
Does this work on 3.0.2? :D

Zachery
07-03-2004, 09:55 PM
Does this work on 3.0.2? :D
Yes, but if you can, wait just abit longer ;)

House_of_Crazed
07-03-2004, 10:03 PM
Zach -

Are you hinting that the next version is on the way?? O_o

LOL... If so, I'll skip reinstalling the ushop.

HoC

Zachery
07-03-2004, 10:04 PM
Zach -

Are you hinting that the next version is on the way?? O_o

LOL... If so, I'll skip reinstalling the ushop.

HoC
Take it whatever way youd like to ;)

Zachery
07-03-2004, 10:19 PM
Both me and matt are in the chat room right now ;)

Some of you might want to drop by for no reasons ;D

irc.devcore.co.uk
#geekydesigns

or

http://www.geekydesigns.com/board/chat

Pixelgrounds
07-04-2004, 12:22 AM
I need help again :P

I want that little arrow pointing down next to "Shop" on the navbar gone. Can someone help me, I can get ride of it.

OniBlade
07-04-2004, 03:10 AM
I need some help on this one, please.

I used the Standalone installer

This is the error I get
Fatal error: Call to undefined function: is_member_of() in /var/www/html/global.php on line 31

It comes up when I go to my main page, and I am running VB 3.0.1, any help is appreciated :)

Zachery
07-04-2004, 03:29 AM
I need some help on this one, please.

I used the Standalone installer

This is the error I get
Fatal error: Call to undefined function: is_member_of() in /var/www/html/global.php on line 31

It comes up when I go to my main page, and I am running VB 3.0.1, any help is appreciated :)
Dont use Dreamweaver, and rehack your files, start from scratch

cybermomcafe
07-04-2004, 03:50 AM
Yes, but if you can, wait just abit longer

hehe, didn't see this until I was already tinkering on my test board...

I upgraded and I see my points and don't get any error messages, but I don't see any Actions (don't get the "No Actions" message, just don't see the actions)

Any ideas? other than a screwed up file/template edit... it's only my test board, so I'll just wait for an update before I do my live boards :)

And thanks for this hack, my members love it!

Zachery
07-04-2004, 03:51 AM
hehe, didn't see this until I was already tinkering on my test board...

I upgraded and I see my points and don't get any error messages, but I don't see any Actions (don't get the "No Actions" message, just don't see the actions)

Any ideas? other than a screwed up file/template edit... it's only my test board, so I'll just wait for an update before I do my live boards :)

And thanks for this hack, my members love it!
upload the install file and select reinstall templates ;)

cybermomcafe
07-04-2004, 03:58 AM
ouch doh... for some reason I was thinking they would still be there (my other custom templates were) LOL

Thanks! :)

Link14716
07-04-2004, 05:49 AM
The problem is, they are installed into the global template set which is deleted upon upgrade. Unfortunately, vBulletin doesn't yet allow a second master style that isn't deleted when upgrading like phrases/languages.

In other news, a pre-release of 0.95 should be on the GeekyDesigns website tommorow. ;)

Link14716
07-04-2004, 05:51 AM
I need some help on this one, please.

I used the Standalone installer

This is the error I get
Fatal error: Call to undefined function: is_member_of() in /var/www/html/global.php on line 31

It comes up when I go to my main page, and I am running VB 3.0.1, any help is appreciated :)
You incorrectly modified global.php. The code you need to find is at the bottom of the file.

Link14716
07-04-2004, 05:53 AM
I need help again :P

I want that little arrow pointing down next to "Shop" on the navbar gone. Can someone help me, I can get ride of it.
As far as I know, you can't unless you want to get rid of the dropdown menu that clicking on it produces.

Zachery
07-04-2004, 07:09 AM
As far as I know, you can't unless you want to get rid of the dropdown menu that clicking on it produces.
Actually you can, im just being lazy and not posting that trick :p

Pixelgrounds
07-04-2004, 08:24 AM
Actually you can, im just being lazy and not posting that trick :p
ah comom, atlest tell my the filre to edit >_>

bhutz
07-04-2004, 12:57 PM
manual install

vb 3.0.1

tryed to leave sec edit in globel out etc ...no luck


Im getting the following error when install when viewing my page with ucash

Warning: Invalid argument supplied for foreach() in /home/b4ne/www/global.php on line 639

When i try to view a Forum :

Unable to add cookies, header already sent.
File: /home/b4ne/www/global.php
Line: 639


Any help is deeplu aprechiated

Hey don't know if you have sorted this but I had the same problem, I think you have made your file_template.html edits before running admincp/ushop_install.php and following the instructions.

If you have made your edits first this is what I did to remove that error message about the header and cookies.

remove the edits you made in global.php
run admincp/ushop_install.php
edit global.php as mentioned in the file_template.html
Now log into adminCP and make those template changes


I know I made a silly error but I think that maybe you should add the point that you have to run admincp/ushop_install.php at the start of file_template.html

OniBlade
07-04-2004, 01:37 PM
You incorrectly modified global.php. The code you need to find is at the bottom of the file.
O sorry, it works now, thanks for the help.

b4ne
07-04-2004, 01:40 PM
works for me as well ... nice hack thanks a mill for help

nighteyes
07-04-2004, 07:30 PM
Great hack. My question....... are you going to improve performance on this so queries are run via the vbulletin cron functions? At the moment whenever someone is rewarded a point, the MySQL database is written too.... this is very bad for performance. I removed threadviews rewards for now as this is the biggest killer performance wise - but you should queue and run database writes every hour or so - not for every point rewarded.

nighteyes
07-04-2004, 07:42 PM
In fact, I've just disabled this completely for now as it's killing the server with the constant writing to the database. Let me know if you're planning on improving the performance or whether this is something that will never be designed suitable for larger boards. :)

Server loads with hack (minus threadviews rewards): ~3.50
Server loads without hack: ~0.30

Zachery
07-04-2004, 07:45 PM
In fact, I've just disabled this completely for now as it's killing the server with the constant writing to the database. Let me know if you're planning on improving the performance or whether this is something that will never be designed suitable for larger boards. :)

Server loads with hack (minus threadviews rewards): ~3.50
Server loads without hack: ~0.30
Hmm, thats odd. we did design this to run well on larger boards, we will see about improving it before we release the next version

Zachery
07-04-2004, 08:00 PM
in general, everytime someone posts, the database is already written to.

This is just adding one addtional query.

I do understand about the threadviews, how large is your forum though ?

can you pin point the exact cause of the load rise?

Zachery
07-04-2004, 08:22 PM
in general, everytime someone posts, the database is already written to.

This is just adding one addtional query.


I do understand about the threadviews, how large is your forum though ?

can you pin point the exact cause of the load rise?
Niteeyes, after viewing your site, we never imagined a site that large would be using it, we will be attempting to improve preformance.

IF you want drop in our chat, im in there and matt should be in there sooner or later if you want to chat or have any ideas about improving things.

CarlitoBrigante
07-04-2004, 11:42 PM
Hi,

we've upgraded to 3.02 and reinstalled all the hacks. Everything is working perfectly, but ushop is giving us some troubles. In the ushop.php main page, no actions are displayed; yet, the system doesn't display the "No actions found" message. We rechecked all the files, and it seems all correct to us. What could be causing this?

Thanks!

the Sandman
07-04-2004, 11:44 PM
Hi,

we've upgraded to 3.02 and reinstalled all the hacks. Everything is working perfectly, but ushop is giving us some troubles. In the ushop.php main page, no actions are displayed; yet, the system doesn't display the "No actions found" message. We rechecked all the files, and it seems all correct to us. What could be causing this?


Thanks!Did you upload and run the installer (for templates only)?

CarlitoBrigante
07-04-2004, 11:55 PM
Did you upload and run the installer (for templates only)?
Yes, we edited the new files, uploaded them, and run the installer of the vbulletin upgrade.

Zachery
07-05-2004, 12:08 AM
Yes, we edited the new files, uploaded them, and run the installer of the vbulletin upgrade.
No no, reupload the ushop install file, and select install templates only

CarlitoBrigante
07-05-2004, 12:15 AM
Yes, we edited the new files, uploaded them, and run the installer of the vbulletin upgrade.
Yeah, thanks, it worked! Could you explain why we needed this only for this hack? I just think that understanding things will help me avoiding the same problem in the future.

Zachery
07-05-2004, 12:30 AM
Yeah, thanks, it worked! Could you explain why we needed this only for this hack? I just think that understanding things will help me avoiding the same problem in the future.
We install all the templates to the master style, then when upgrade vBulletin, it remakes the master template. which then our templates are removed.

CarlitoBrigante
07-05-2004, 12:47 AM
Thanks, I understood! And thanks for the great add on!

Erwin
07-05-2004, 01:28 AM
We install all the templates to the master style, then when upgrade vBulletin, it remakes the master template. which then our templates are removed.
Just open the templates, and click save on all of them - this converts them to custom, and they will no longer be replaced on upgrades.

Limpkinw
07-05-2004, 02:51 AM
Is there a way to limit the admin donate function to only one user?

Thanks.

Pixelgrounds
07-05-2004, 03:05 AM
Is there a way to limit the admin donate function to only one user?

Thanks.
It seems vB3.0.3 is out now >_>


So, will this hack still work correctly?


And when do you expect the next update for this to come out.

Zachery
07-05-2004, 04:49 AM
It seems vB3.0.3 is out now >_>


So, will this hack still work correctly?


And when do you expect the next update for this to come out.
Should work fine;



Is there a way to limit the admin donate function to only one user?



Thanks.

YEs, and no, if your admins are cheating it might be time to find new admins ;)



Just open the templates, and click save on all of them - this converts them to custom, and they will no longer be replaced on upgrades.



You will still need to update them when we update, its a 50/50 problem i think

Erwin
07-05-2004, 05:01 AM
Nope - custom templates are not removed or replaced. :) At least in my case, I never had to re-run the install file since I modified all your templates. :)

Zachery
07-05-2004, 05:09 AM
Nope - custom templates are not removed or replaced. :) At least in my case, I never had to re-run the install file since I modified all your templates. :)
I ment when we update ;)

Ive fixed my bad spelling and readded the image code back into the templates :)

Erwin
07-05-2004, 05:23 AM
I see. :) Keep up the good work. My forums is quite large, and this hack has no effect on the load whatsoever.

What you do need to do is to remove the code that looks for the richest users if you have a large site - that is the only query that scans the whole user table - for a large forum that is not good. :)

There may have been more queries but I can't remember now.

Zachery
07-05-2004, 05:29 AM
I see. :) Keep up the good work. My forums is quite large, and this hack has no effect on the load whatsoever.

What you do need to do is to remove the code that looks for the richest users if you have a large site - that is the only query that scans the whole user table - for a large forum that is not good. :)

There may have been more queries but I can't remember now.
I think that could even be resolved by a cached version that is updated once a day. Which would still of course run the query but once a day would be far less stressfull :)

Pixelgrounds
07-05-2004, 07:12 AM
I think that could even be resolved by a cached version that is updated once a day. Which would still of course run the query but once a day would be far less stressfull :)
I got a question...


Everytime they come out with a new upgrade they want you to replace certain files with there news ones. So if the file you have to replace has a hack in it do you have to reall site there and re-put the code into the new file?

Because I did that because i wasnt sure if there was a better way.

Zachery
07-05-2004, 04:13 PM
I got a question...


Everytime they come out with a new upgrade they want you to replace certain files with there news ones. So if the file you have to replace has a hack in it do you have to reall site there and re-put the code into the new file?

Because I did that because i wasnt sure if there was a better way.
Thats about the only way to do it :)

DataVampire
07-05-2004, 05:10 PM
After a 2 week delay!




Presenting uCash & uShop


www.geekydesigns.com is now open for business, our support desk system is online along with the forums :) !




uCash: Feature List

Fully configurable database table/field for integrating with other systems that uses points.
Master On/Off Switch
Global Points Per Thread Setting
Global Points Per Reply Setting
Global Points Per Thread View Setting
Points Per Good Reputation
Points Per Bad Reputation
Points Per Referral
Points Per Shout Setting (if Squall's Shoutbox Hack 1.02 or above is installed.)
Round to x Decimal Places (for a cash/change system)
Modify Points in the User Manager
Per-Forum Points Per Thread Setting (multiplied by the global setting to get the final value)
Per-Forum Points Per Reply Setting (multiplied by the global setting to get the final value)
Per-Forum Points Per Thread View Setting (multiplied by the global setting to get the final value)
uShop: Feature List

Currently 18 actions are available - Donate, Change Custom Title, Change Other User's Custom Title, Change Username, Glowing Username, Colored Username, Bold Username, Italicized Username, Admin Donate, Bank, Secondary Usergroup, Sticky Thread, Thief!, Buy Forum Password, Buy Forum Access, Deny Forum Access, Give Forum Access, Arcade Pass (If Arcade Pass Hack v3 is installed.)
Quantity System
Quantity Refill (Set a number of seconds between refills and quantity is automatically refilled when accessing the main store script.)
Richest x Users
Top x Most Sold Actions
Purchase History
Senoir Discount (based on age - if they are older than x years, they get a discount (also setable))
Loyal Member Discount (based on days registered - if they have been registered for x days, they get a discount (also setable))
Usergroup Discount (give your staff a price cut!)
Shortname (only setable while in debug mode - can be used in links (also used in some functions))
Setable Action Description
Setable Display Order
Setable Cost
Setable Quantity and Quantity Refill (when/if quantities are refilled)
Setable Allowed Usergroups Via Checkboxes (usergroups that are not allowed do not see the action at all and cannot access it)
Setable Denied Usergroups Via Checkboxes (users that are a member of this usergroup cannot use the action)
Setable Image Location (if not location is specified, no image is shown)
Show In Store (if it is set to no, you will not see the action in the store, but can still access it via direct link)
Setable Active Status (if it isn't active, it goes *poof* from the store and is not accessable until it is set active again)
Update Display Order, Cost, Tax, Sold, Quantity Refill, and Quantity en masse.
You can duplicate the "Secondary Usergroup" action and define which usergroups are joinable for each action by duplicating the action file and setting the joinable groups at the top (so you can allow different usergroups to be joined for different prices)
Secondary Usergroup is an extremely powerful action - you can give people access to forums, higher PM quotas, the ability to see invisible users, access to free custom title changing, etc.
Action Specific Variables System - specific variblables set per action. You can add and edit these variables in debug mode - or you can just change the value while editing an action as if it were any other variable.
Copy an action (useful for actions like secondary usergroup and those dealing with forums if you want each forum/usergroup to have a different cost/quantity/etc)
Very few queries! (On the main page, there are 6 queries - 5 from vB3 and 1 from the store - and that's just for the richest users!)
I think thats the features :)


uCash & uShop credits

Conecept:
Zachery Woods
Matthew Gordon
PHP Code:
Matthew Gordon
- misc: Zachery Woods, Stefan "Xenon", g-force2k2
Templates:
Zachery Woods
- misc: Matthew Gordon
Other contributions:
Assassingod
Kura
Oblivion Knight
Hobbes
Stefan "Xenon"
g-force2k2


If you feel your not able to install this your self please feel free to drop me a pm and we can make arrangments

If you would like to donate to us please pm us and again we can make arragnments :)

the beta is only the name of the release, we have tested the hack rather well,

There is a HTL version and a self installing php version.


Dont forget to click install! :D



Quick instructions,



upload all files


HTL users should know what to do


For anyone NOT using the HTL,
dont upload the HTLFiles folder
run admincp/ushop_install.php
then follow file_template.html :)

EDIT: The HTL install has now been burried deeper into the zip, and it is recommended that you do not install this hack using it. It is just as easy to use the standalone installer, so use it!

Make the shop appear in the WOL https://vborg.vbsupport.ru/showpost.php?p=499545&postcount=131



EDIT 04/12/04 6:28 EDT: If you downloaded it before now, redownload it. For those who have installed it before now, replace all instances of uttstore.php with ushop.php in the postbit and postbit_legacy templates.




EDIT (Matthew): FOR THOSE WHO WANT SUPPORT, SPECIFY THIS INFORMATION OR BE IGNORED:

Did you run the standalone or HTL installer?
What is the exact error you recieve?
Where does the supposed error happen?
What vB version are you running?


EDIT 04/12/04 8:50 EDT: I updated the zip to remove an unneeded postbit edit. It is highly recommended that everyone who installed it or downloaded it before now needs to do this edit.


Edit template postbit: Find: <a style="font-size:14pt" href="member.php?$session[sessionurl]u=$post[userid]"><if condition="$post['uttstore_usernamecolor'] != '0'"><font color="$post[uttstore_usernamecolor]"></if><if condition="$post['uttstore_boldusername'] != '0'"><b></if><if condition="$post['uttstore_italicsusername'] != '0'"><i></if>$post[musername]<if condition="$post['uttstore_italicsusername'] != '0'"></i></if><if condition="$post['uttstore_boldusername'] != '0'"></b></if><if condition="$post['uttstore_usernamecolor'] != '0'"></font></if></a>

Replace With: <a style="font-size:14pt" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>

If you are using vB3 RC4 or above, replace style="font-size:14pt" with class="bigusername" in those edits.


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.


IF YOU ARE NOT GETTING ANY POINTS:
Edit a forum and set all of the store settings to '1' and save.

EDIT 04/12/04 11:42 PM: Fixed a few table prefix issues.

EDIT: 04/13/04 9:26 EDT: Zip updated to get rid of a few references to uttstore.php. If you have already installed, either run the part of the installer that updates the templates or run a template find/replace for all instajnces of uttstore.php to be changed to ushop.php.

EDIT 04/13/04 10:16 EDT: Fixed the installer.

EDIT: 04/13/04 4:27 PM EDT: A few edits were missed in the HTML file for the standalone install. If you have installed before now, follow the instructions in this post: https://vborg.vbsupport.ru/showpost.php?p=500146&postcount=386
yes installed well done guys i love it, will you be adding more items to it ????, some more mods would be nice, well done
and even i installed it and i am a complete newbie

bhutz
07-05-2004, 07:54 PM
I was hoping to implement something like what these guys have done...
http://board.midibuddy.net/t81685.html
...which rewards users for clicking on a certain link (with cash), i.e. vote towards a topsite for example.

I think they use Lessane's store hack but has anybody created a hack which tags on to uCash that rewards users (once a day) for clicking certain link within a thread.

I think something like this will help promote your forum no end and at the sametime users are getting cash for things like arcade and bookie system, which is always nice :)

Any direction here would be appreciated :nervous:

I found what I was looking for although https://vborg.vbsupport.ru/showthread.php?t=44092 it's for version 2.2, I think I will look at how complex it is and see if I can get it to work :nervous: x 10

gfxhavenowner
07-06-2004, 12:44 AM
Edit : fixed the first issue, now the second.

I'm running vb 3.0.3(I know, it doesn't say it works for it, but I tried it) and everything looks good, except no points are being given. I reset all the values to 1 in the forums, but no luck. Any help?

Zachery
07-06-2004, 02:08 AM
Edit : fixed the first issue, now the second.

I'm running vb 3.0.3(I know, it doesn't say it works for it, but I tried it) and everything looks good, except no points are being given. I reset all the values to 1 in the forums, but no luck. Any help?
Are you 100% positive that they are not getting points?

If so double check your file edits

-=Sniper=-
07-06-2004, 03:09 PM
how can I copy over the amount of posts to uttpoints? I want this to be a starting point for memebers!

or if possible times the posts amount by 2 and then insert into uttpoints?

regards

Sunnz
07-06-2004, 03:55 PM
May I ask where did $datastore['utt_store_act'] came from? It seem to be null and giving me No actions found error. I have tried the ushop.php?rebuildds=1 thing but no luck. Running 3.0.3.

LOD-squa
07-06-2004, 04:44 PM
I'm having a small problem, I updated to vB 3.0.3, yet http://www.lod-squared.net/ushop.php nothing appears there.

Limpkinw
07-06-2004, 07:57 PM
YEs, and no, if your admins are cheating it might be time to find new admins ;)

Its not that they are cheating its more a matter of I dont want the possibility to be there with some things i have planned....

gfxhavenowner
07-06-2004, 08:26 PM
Are you 100% positive that they are not getting points?

If so double check your file edits

Thanks, all working now :) I accidently placed something where it shouldnt have been lol.

1 more thing.

The confirmation notice is bright yellow, and my users can't make it out. Where do I edit the color?

Zachery
07-06-2004, 08:42 PM
Thanks, all working now :) I accidently placed something where it shouldnt have been lol.

1 more thing.

The confirmation notice is bright yellow, and my users can't make it out. Where do I edit the color?
In the templates.

<scratches head>

Ill see about using a differnt class.

Just to keep everyone up to date, Matt has tested the new installer / upgrader and its promissiong, now were just waiting for me to finish writing up that huge template and file edit list in our new format :)

Battle_Ring
07-06-2004, 10:05 PM
ok i just reinstalled this but no one has any points now how come it didnt give users points for there current posts and stuff

Link14716
07-06-2004, 10:18 PM
May I ask where did $datastore['utt_store_act'] came from? It seem to be null and giving me No actions found error. I have tried the ushop.php?rebuildds=1 thing but no luck. Running 3.0.3.
It's from the init.php edit.

Link14716
07-06-2004, 10:19 PM
I'm having a small problem, I updated to vB 3.0.3, yet http://www.lod-squared.net/ushop.php nothing appears there.
Re-upload the installer and have it re-install the templates.

Link14716
07-06-2004, 10:21 PM
ok i just reinstalled this but no one has any points now how come it didnt give users points for there current posts and stuff
Many reason. One, some users are just having it use the same points as from the vB2 store, and secondly, I haven't coded it. It you want it give some points for old posts, run this query:
UPDATE user SET uttpoints=posts*x;
Change x to the amount of points per posts you want to give.

Battle_Ring
07-06-2004, 10:25 PM
how coem the first tiem you install it it give users points for there current posts

i just redid my forums with 3.0.3 and isntalled the the shop but it didnt give them points

Link14716
07-06-2004, 10:35 PM
how coem the first tiem you install it it give users points for there current posts


i just redid my forums with 3.0.3 and isntalled the the shop but it didnt give them points
It doesn't give points for current posts. It never has.

Battle_Ring
07-06-2004, 10:37 PM
hmmm that should be included in the next version

-=Sniper=-
07-06-2004, 10:55 PM
UPDATE user SET uttpoints=posts*x;

thanks for that!

Sunnz
07-07-2004, 01:54 AM
So what do I do now? ushop.php thinks there is no actions... $storeactions is empty/not set.

Reeve of shinra
07-07-2004, 02:13 AM
Does this version of ushop parse bbcode titles?

Link14716
07-07-2004, 02:21 AM
So what do I do now? ushop.php thinks there is no actions... $storeactions is empty/not set.
Check your includes/init.php and global.php edits.

And, uhhh, did you run the installer?

Link14716
07-07-2004, 02:22 AM
Does this version of ushop parse bbcode titles?
No. 0.95 will be released extremely soon and it has that option.

Reeve of shinra
07-07-2004, 02:23 AM
Thanks. Will it have the option of upgrading to custom title / no bbcode then custom title bbcode?

Sunnz
07-07-2004, 02:35 AM
Check your includes/init.php and global.php edits.

And, uhhh, did you run the installer?
I had run /admincp/ushop_install.php... then deleted it... I have looked at those files a couple of times too, I am sure that they have the correct edit, so I was trying to figure out what went wrong but gave up after a few hours...

Reeve of shinra
07-07-2004, 02:45 AM
run the template installer again from the install file if you haven't done so yet.

Link14716
07-07-2004, 02:54 AM
Thanks. Will it have the option of upgrading to custom title / no bbcode then custom title bbcode?
Huh?

Zachery
07-07-2004, 02:59 AM
I think hes talking about, if someone already has a hack that will parse that in the title, as for that i dont think it will

Keta
07-07-2004, 03:03 AM
Go into the action manage and check to see that the correct usergroups do have access.
WOW he needs to add "edit" to the drop down menu. didn't know that blank space was for editing. wow. all i saw was copy and delete. thanks!!!

Reeve of shinra
07-07-2004, 03:09 AM
The point of the store (philisophically speaking lol) is to get members to earn points and then spend them for perks. Originally (before the store hack was released here) we gave our members the option of purchasing custom titles. Later on, we added in an upgrade so that if they had a custom title, they could upgrade to a bbcode custom title.

So essentially, that is what I was asking about. I have an alternate idea in place that requires less hacking but figured I would ask.

Link14716
07-07-2004, 03:20 AM
Still not sure what you mean by "upgrade", but people can buy a BBCode custom title through the 0.95 custom title action, and it requires absolutely no additional hacking. ;)

House_of_Crazed
07-07-2004, 04:04 AM
So, how is it coming along, Link? :)

I'm itching to give 0.95 a swirl, lol

HoC

Zachery
07-07-2004, 04:06 AM
I'm slowly working on finishing the file and template edits page :)

House_of_Crazed
07-07-2004, 04:10 AM
*whips* lol Get busy!! LOL

I'll wait patientlyyyyyyyyyyyyyy then, *laughs*

HoC

Zachery
07-07-2004, 04:12 PM
:p almost done

GeekyDesigns
07-08-2004, 10:32 PM
Ok, for everyone who is waiting, we are releasing a uCS .95 RC1 at GeekyDesigns.com/board

We have tested it, however we would like to iron out anymore bugs before we release it here.

Erwin
07-08-2004, 10:35 PM
Ok, for everyone who is waiting, we are releasing a uCS .95 RC1 at GeekyDesigns.com/board

We have tested it, however we would like to iron out anymore bugs before we release it here.
What are the new features? :)

Zachery
07-08-2004, 10:37 PM
http://www.geekydesigns.com/products/ucs/readme.html :D


I know that the action files were all recoded to fix a small rather hard to exploit secuirty hole taht was reported to us by a friend.

Parsing of bbcode and smilies in user titles.

Cant think of anything else off the top of my head.

sabret00the
07-08-2004, 10:45 PM
great news, downloaded mine, although can't find the new featues :(

but aint installed yet.

and :( @ none of my requested features making it in.

Zachery
07-08-2004, 10:46 PM
Remember, this is NOT 1.0 ;) which will be our big new shiny version :)

ImportPassion
07-08-2004, 10:49 PM
and the eta for that may be?

Zachery
07-08-2004, 10:50 PM
Sooner or later? :)

Cant give any details, we wanted to release a fixed up version so we can finish a few other projects we have putoff for too long, like our quotes database, fixing the shoutbox, vB-Bash amoung other things :)

Link14716
07-08-2004, 10:52 PM
I only added a few new features for 0.95. I'll probably also have a 0.96 release with some other new features, but I wanted to get 0.95 out sooner rather than later.

the Sandman
07-08-2004, 10:58 PM
Zach, I see the installation instructions but where are the upgrade instructions from 0.93 to 0.95?

Zachery
07-08-2004, 10:59 PM
Upload the files, and run the install file, there should be a link to the upgrade process if it doesnt auto detect.

the Sandman
07-08-2004, 11:24 PM
Upload the files, and run the install file, there should be a link to the upgrade process if it doesnt auto detect.OK - did it. The installer did recognize the upgrade and seemed to work fine. The only issue was that after it updated the templates it went back to step 2 - so I accidentally went through the whole process twice. It just keeps looping back.

Did it hurt anything to go through the upgrade script twice? Are there any manual file or template edits necessary?

ImportPassion
07-08-2004, 11:39 PM
got a db question.

why are u using varchar for the points field instead of integer?

Link14716
07-08-2004, 11:46 PM
OK - did it. The installer did recognize the upgrade and seemed to work fine. The only issue was that after it updated the templates it went back to step 2 - so I accidentally went through the whole process twice. It just keeps looping back.

Did it hurt anything to go through the upgrade script twice? Are there any manual file or template edits necessary?
Look at the RC 1.1 thread, get RC1.1 and run it's installer with the parameters I put in the thread.

Only run it once this time.

Link14716
07-08-2004, 11:47 PM
got a db question.

why are u using varchar for the points field instead of integer?
Simple. The points system uses decimals, and integer doesn't support decimals ;).

the Sandman
07-09-2004, 12:10 AM
Look at the RC 1.1 thread, get RC1.1 and run it's installer with the parameters I put in the thread.

Only run it once this time.That seems to have taken care of my problems. Thanks!

trainer
07-09-2004, 01:19 AM
sorry but is 0.95 released?

ImportPassion
07-09-2004, 01:20 AM
Simple. The points system uses decimals, and integer doesn't support decimals ;).ok, then why no FLOAT? With doing all the calculations on this field, it's going to be a lot slower with a char field than a number field IMO.

Erwin
07-09-2004, 02:43 AM
http://www.geekydesigns.com/products/ucs/readme.html :D


I know that the action files were all recoded to fix a small rather hard to exploit secuirty hole taht was reported to us by a friend.

Parsing of bbcode and smilies in user titles.

Cant think of anything else off the top of my head.
Thanks. I'll download it and take a look. I've changed most of the action files, so this is going to be a pain, unless you are able to share the code changes needed to fix that security bug. ;)

Zachery
07-09-2004, 03:01 AM
Thanks. I'll download it and take a look. I've changed most of the action files, so this is going to be a pain, unless you are able to share the code changes needed to fix that security bug. ;)
Well, not all the actions were effected, just one, and during the recode we fixed it.

I think it was somthing with the change usergroup action

Henry-RS
07-09-2004, 07:25 AM
Will there be a Gold version?

Link14716
07-09-2004, 08:33 AM
ok, then why no FLOAT? With doing all the calculations on this field, it's going to be a lot slower with a char field than a number field IMO.
Because I have never used FLOAT, thus never really considered it.

I'll look into it though. ;)

Link14716
07-09-2004, 08:35 AM
Will there be a Gold version?

Well, 0.95 final will be released when people can't find anything else wrong with it. :)

Once you start talking about 1.00, I don't even know how exactly that will turn out. ;)

ditchmonkey
07-09-2004, 03:03 PM
I looked through the first ten pages of this thread but could not find even one working installation of this hack. Does anyone have it installed and working? Anyone have links?

Thanks!

LOD-squa
07-09-2004, 03:43 PM
Small problem. I have just upgraded to 0.95:

You may not deposit a non-positive amount!

When I try to put money into the back, and I have a positive ammount of gold/points.

And on change username:

Username is too short.

Even when I use a different username with more characters.

Zachery
07-09-2004, 03:52 PM
I looked through the first ten pages of this thread but could not find even one working installation of this hack. Does anyone have it installed and working? Anyone have links?

Thanks!
Umm, yea considering there are 91 pages now, we had bugs with the first release, as does any good hack. :)

ditchmonkey
07-09-2004, 04:11 PM
Umm, yea considering there are 91 pages now, we had bugs with the first release, as does any good hack. :)

Well sure, but someone must have a working version installed? Looking for links here.....

Zachery
07-09-2004, 04:41 PM
Well sure, but someone must have a working version installed? Looking for links here.....Sorry, id think 207 installs would speak for themselfs

http://www.lod-squared.net/
http://www.7thgencivic.com/forums/
http://www.painforums.com/forums/
http://shinraonline.com/board/
http://forum.sunnz.net (http://forum.sunnz.net/)
http://www.houseofcrazed.com/forums/
http://www.limpkinw.com/forums/
http://www.pixelgrounds.com/Forum/
http://www.digitalconections.co.uk/forums/
http://www.blingtones.co.uk/forum/
http://forums.ps2fantasy.com/
http://www.momzone.com (http://www.momzone.com/)
http://www.cybermomcafe.com/vb/
http://forums.nzboards.com/
http://www.dungeonkeepersdomain.com/forums/


Maybe try looking at peoples homepages?

ditchmonkey
07-09-2004, 04:46 PM
Sorry, id think 207 installs would speak for themselfs

http://www.lod-squared.net/
http://www.7thgencivic.com/forums/
http://www.painforums.com/forums/
http://shinraonline.com/board/
http://forum.sunnz.net (http://forum.sunnz.net/)
http://www.houseofcrazed.com/forums/
http://www.limpkinw.com/forums/
http://www.pixelgrounds.com/Forum/
http://www.digitalconections.co.uk/forums/
http://www.blingtones.co.uk/forum/
http://forums.ps2fantasy.com/
http://www.momzone.com (http://www.momzone.com/)
http://www.cybermomcafe.com/vb/
http://forums.nzboards.com/
http://www.dungeonkeepersdomain.com/forums/


Maybe try looking at peoples homepages?

I tried that. Found a couple installs that didn't work. Maybe I'm missing something but in the first 10 pages there was not one working link. I think my request was reasonable.

Maybe I just don't understand how this works. Every store I have looked at just says "no actions found". Do I need to be a registered member to view any of the store components?

Zachery
07-09-2004, 04:56 PM
I tried that. Found a couple installs that didn't work. Maybe I'm missing something but in the first 10 pages there was not one working link. I think my request was reasonable.

Maybe I just don't understand how this works. Every store I have looked at just says "no actions found". Do I need to be a registered member to view any of the store components?Eh, the first ten pages are from 2 days, a 48 hour period. did you try looking at the most recent 10 pages? as thoughs would be much more valid than the first ten.

That would be like looking at the first 10 pages of leasnes version 1.0 store hack (if it was still here) nothing would be releveant.

ditchmonkey
07-09-2004, 05:06 PM
I'm at a loss as to why my question was a big deal at all. Sorry. Later.

Zachery
07-09-2004, 05:08 PM
Small problem. I have just upgraded to 0.95:

You may not deposit a non-positive amount!

When I try to put money into the back, and I have a positive ammount of gold/points.

And on change username:

Username is too short.

Even when I use a different username with more characters.
Can you report this at the site, it will get seen too quicker.

Ditch, yes your question was a valid, one, however your efferots were not.

I dont think we would have a 90~ page thread and 207 installs if not a single one worked :)

ImportPassion
07-09-2004, 05:22 PM
I searched the thread and didn't see anything, but how long does the sticky last? if it has to manually be unstuck, is there a way to automate it at a specified time?

Zachery
07-09-2004, 05:31 PM
I searched the thread and didn't see anything, but how long does the sticky last? if it has to manually be unstuck, is there a way to automate it at a specified time?
I think it is stickied for life.

If you want to request a feature do so at the GD site.

LOD-squa
07-09-2004, 05:57 PM
Can you report this at the site, it will get seen too quicker.

Ditch, yes your question was a valid, one, however your efferots were not.

I dont think we would have a 90~ page thread and 207 installs if not a single one worked :)
Oki Dokie. I'm doing it now..

Erwin
07-09-2004, 10:57 PM
I've modified the templates too much, so what I did was just add the vbCode/ Smilie feature to my custom title file. :)

gfxhavenowner
07-10-2004, 06:51 PM
Little question.

What is the variable called for the amount of points a user has in the bank?

ImportPassion
07-11-2004, 03:56 AM
I think it is stickied for life.

If you want to request a feature do so at the GD site.
i created it myself and used the scheduler. :)

William_WaLLace
07-12-2004, 10:29 PM
I installed this hack for my forum recently. I wanted to use the hack so that registered users had to make a few posts in order to use the arcade. I can buy other options, but when I go to buy an arcade pass as a registered user, I receive the following error message:

Warning: main(arcadepass.php): failed to open stream: No such file or directory in /home/whitlow/public_html/forums/ushop.php on line 247

Fatal error: main(): Failed opening required 'arcadepass.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/whitlow/public_html/forums/ushop.php on line 247

Any ideas why i am getting this error, thank you in adavance.

Zachery
07-12-2004, 10:51 PM
Did you install the Arcade pass version 3?

Wifey
07-13-2004, 04:10 AM
Mine is working perfectly - www.degrassi-boards.com if you need a reference. I luckily had no problems installing this, BUT the bank is url dependent. When i switched server and was using the temporary domain while mine rolled over it wouldn't work.

bhutz
07-13-2004, 08:23 AM
Zachery, can you please tell me which templates to edit to change the money from "Points" to whatever I want (gold, dollars, etc...)?

Can anyone point me in the right direction for this too? I guess this was PM'd to the guy cos I can't seem to see the reply

erikajune
07-13-2004, 01:20 PM
Some of my members(just a couple) cannot bank...is there someway to fix this.

I keep getting a database error

Answers in Lamen terms would be appreciated LOL

cybermomcafe
07-15-2004, 11:06 PM
I had a member that had that problem and I went into the database using phpmyadmin and deleted the value within their username in the uttstore_bankqueue column.

cybermomcafe
07-15-2004, 11:07 PM
Question...

I've had a few members, including myself, that had been "thieved" into negative points...(but still had points in the bank) but if you try to go into the bank to withdrawl points so you are no longer in the negative, it says that you don't have enough points for that action...? Is that how it is supposed to work?

Erwin
07-15-2004, 11:33 PM
The bank IS buggy, and causing some errors and negative points too. Weird.

Battle_Ring
07-16-2004, 12:03 AM
i just isntalled the shop the newest version wheni click the shop it dont do anything

and if i go to

http://www.hip-hop-streetz.com/forums/ushop.php

that works anyone know what my problem might be

Battle_Ring
07-16-2004, 12:54 AM
bump

Battle_Ring
07-16-2004, 01:05 AM
please help quick im boutto head out and i need this fixed

WEForums
07-16-2004, 05:17 AM
The bank IS buggy, and causing some errors and negative points too. Weird.It did for my users too. It was apparently because no one had actually clicked the link after depositing some points. Since that entire page, IMO, was useless, I just edited the ushop.php file and added a meta tag to automatically refresh the page to the URL.

uttstore/action.bank.php

// Send them home....
$current = $_REQUEST['points'] . " deposited into the bank successfully! (Go back to the <a href='ushop.php?do=a&aid=".$action['actionid']."'>main bank page</a> for it to update.)";
}

And replace with:

$current = $_REQUEST['points'] . " deposited into the bank successfully! (Go back to the <a href='ushop.php?do=a&aid=".$action['actionid']."'>main bank page</a> for it to update.) <meta http-equiv=\"refresh\" content=\"2; url=http://www.YOURSITE.com/forums/ushop.php?do=a&aid=".$action['actionid']."\" />";
}

I don't even know what the 'aid' crap is for, but it seems to have stopped users from complaining about points being taken by the bank...

bhutz
07-16-2004, 07:13 AM
i just isntalled the shop the newest version wheni click the shop it dont do anything

and if i go to

http://www.hip-hop-streetz.com/forums/ushop.php

that works anyone know what my problem might be

I also get the same problem, instead of giving me the dynamic drop down menu with the shop options on it the link acts like an internal hyperlink (bookmark) and scrolls down the screen slightly. :ermm:

Any ideas why it is acting like this?

Battle_Ring
07-16-2004, 04:12 PM
bump

Battle_Ring
07-16-2004, 04:48 PM
i need this fixed i wanan open my forum up

someone must know whats wrong

Zachery
07-16-2004, 06:11 PM
i need this fixed i wanan open my forum up

someone must know whats wrong
Please stop bumping your post, it hasnt been an hour let alone 12.

WHAT is the problem, your boards are closed so i cant see it what, if any problem exsits.

House_of_Crazed
07-16-2004, 07:05 PM
Battle Ring -

DId you enable "Can Use Ushop" via Usergroup Manager.

It sounds like you did not. Check that :)

HoC

Blam Forumz
07-16-2004, 08:22 PM
Still getting

Warning: Invalid argument supplied for foreach() in /home/blamina/public_html/forum/global.php on line 638 even after following the foreach steps...

Zachery
07-16-2004, 08:45 PM
Still getting

Warning: Invalid argument supplied for foreach() in /home/blamina/public_html/forum/global.php on line 638 even after following the foreach steps...
You either havent ran the installer or youve missed an edit.

Battle_Ring
07-16-2004, 09:21 PM
Battle Ring -

DId you enable "Can Use Ushop" via Usergroup Manager.

It sounds like you did not. Check that :)

HoC

theres not even that option under usergroup settings

Link14716
07-17-2004, 12:22 AM
Kind of hard to know what error you are talking about when your board is closed and not only that there is pretty much no information to go by.

That said, maybe you should make sure you did both navbar template edits.

Zachery
07-17-2004, 12:48 AM
Kind of hard to know what error you are talking about when your board is closed and not only that there is pretty much no information to go by.

That said, maybe you should make sure you did both navbar template edits.
Incase matt forgot to send out an email 95 i s out :D

Link14716
07-17-2004, 01:18 AM
The bank IS buggy, and causing some errors and negative points too. Weird.
The bank is probably going to get an (at least partial) re-write. I'm going to make it where you don't have to return to the main bank page for the points to update for one (which was originally put in place when someone found a way to take a few hundred points and turn it magically into over 2 million by depositing and then managing to withdraw about 2-3 times, emtyping the bank and multiplying the points).

Link14716
07-17-2004, 01:24 AM
It did for my users too. It was apparently because no one had actually clicked the link after depositing some points. Since that entire page, IMO, was useless, I just edited the ushop.php file and added a meta tag to automatically refresh the page to the URL.

uttstore/action.bank.php

// Send them home....
$current = $_REQUEST['points'] . " deposited into the bank successfully! (Go back to the <a href='ushop.php?do=a&aid=".$action['actionid']."'>main bank page</a> for it to update.)";
}

And replace with:

$current = $_REQUEST['points'] . " deposited into the bank successfully! (Go back to the <a href='ushop.php?do=a&aid=".$action['actionid']."'>main bank page</a> for it to update.) <meta http-equiv=\"refresh\" content=\"2; url=http://www.YOURSITE.com/forums/ushop.php?do=a&aid=".$action['actionid']."\" />";
}

I don't even know what the 'aid' crap is for, but it seems to have stopped users from complaining about points being taken by the bank...
aid = actionid. It makes it so it takes them to the main bank page, where the transaction occurs.

William_WaLLace
07-17-2004, 03:30 AM
I love everyone.

William_WaLLace
07-17-2004, 03:38 AM
I figured it out--thanks.

starfantazy
07-17-2004, 12:47 PM
um, yeah, the drop down shop menu isnt dropping down

sabret00the
07-17-2004, 12:53 PM
what would be a rough ETA of 1.0 i'm wondering if it's worth me waiting for that version before i move from vb2 -> vb3

aHMET
07-17-2004, 02:02 PM
admincp/uttstoreadmin.php?do=modify

doesnt work, when I try to save all actions become inactive I must activate them one by one. Please take a look. I use 3.0.3

Intex
07-17-2004, 02:24 PM
Zachery - I notice that 0.95 has been released and it says it's a major update. Can you give us a quick bullet list of the things that have changed?

a123
07-17-2004, 06:57 PM
can someone post your functions.php of uCash & uShop 0.95 version.

I have some problem with glowing name function. I bought glow name but it couldnt be shown on online users.

Thanks

rinkrat
07-17-2004, 07:19 PM
I have the same problem. It just shows a bar on the right of the custom username.

aHMET
07-17-2004, 07:30 PM
admincp/uttstoreadmin.php?do=modify

doesnt work, when I try to save all actions become inactive I must activate them one by one. Please take a look. I use 3.0.3is this work for you?

I didnt upgrade my first install

a123
07-17-2004, 07:33 PM
I have the same problem. It just shows a bar on the right of the custom username.

Same glowing name problem.

aHMET
07-17-2004, 07:48 PM
I solved @ last

in uttstoreadmin.php find (line 319)
globalize($_POST, array('order', 'cost', 'tax', 'sold', 'dquantity', 'quantity'));and replace withglobalize($_POST, array('order', 'cost', 'tax', 'sold', 'dquantity', 'quantity', 'active'));

it would work now :)

kall
07-18-2004, 01:27 AM
Can anyone tell me what could be causing the smileys in the custom user titles to not be parsed on member.php?

I have made the edits to member.php...so it's not that. :)

*edit* I'm stupid. I hadn't removed the addition to member.php that was caused by the (now obsolete) usertitlebbcode addon.

:)

ImportPassion
07-18-2004, 01:55 AM
can someone post your functions.php of uCash & uShop 0.95 version.

I have some problem with glowing name function. I bought glow name but it couldnt be shown on online users.


Thanks
it only shows in the postbit

ImportPassion
07-18-2004, 01:56 AM
how can i ban individuals from using the store?

starfantazy
07-18-2004, 02:06 PM
my pull down code still wont work and i pmed you............

Littlebit
07-18-2004, 02:22 PM
I couldn't resist installing and love what you've done. Thank you Zachery and gang :)
p.s. I can confirm that the drop down isn't functioning for me either (and I can't figure out why not)
and, in a fresh install, enabling the actions check boxes aren't sticking to 'on' until manually doing each one with the edit action. But that was just a one time only small pain and only because you have so many default actions ... woo hoo :D

Martyjp
07-18-2004, 02:58 PM
Thanks guys, I was coming here to post about one major fault I had found, noticed the new version and installed that first and the problem was fixed *g*

a123
07-18-2004, 04:59 PM
it only shows in the postbit

Can someone please have a look of my website?

www.FreeHostTalk.com
(Please dont quote my post since I may edit it later)

The glowing name function doesnt work.

Thanks.

cybermomcafe
07-18-2004, 06:58 PM
When using the "donate" function (not admin donate, the regular one), I'm getting the following msg at the top of the page. The donation is successful, but I get this error at the top:

Warning: Division by zero in /home/*****/public_html/*****/forums/uttstore/action.donate.php on line 112

I'm running vB 3.0.3 and upgraded the store from the previous version...

Zachery
07-18-2004, 08:36 PM
Can someone please have a look of my website?

www.FreeHostTalk.com
(Please dont quote my post since I may edit it later)

The glowing name function doesnt work.

Thanks.
Are you using IE?

Mr. Brian
07-18-2004, 09:06 PM
Zachery - I notice that 0.95 has been released and it says it's a major update. Can you give us a quick bullet list of the things that have changed?

I'd like to know too.. Is it a MUST to upgrade to .95? and right now now I'm still using vb 3.0.1. :rolleyes:

Erwin
07-18-2004, 09:32 PM
Do share and let us know what new "actions" are in 0.95. :)

a123
07-18-2004, 09:55 PM
Are you using IE?

Yes, I am using IE.

Again, please dont quote my website.

Thanks.

blakkboy
07-18-2004, 10:54 PM
Well i tried and failed at installing this hack...Would anyone be kind enough to install it for me? seeing as how im not experienced enough to get it to work

ChurchMedia
07-19-2004, 01:26 AM
Hi! I just ran the upgrade. No errors, but when you go to buy an action the templates are missing some info. Like for donate, it doesn't ask for the user name. When you buy a color change, it doesn't ask you for the color. Any ideas?

I'm running VB 3.0.

http://www.churchmedia.net/community/forum/ushop.php

(BTW, my "Add Physical Items" Add-on (https://vborg.vbsupport.ru/showthread.php?t=65294) is working fine with the new version.)

Thanks for your help and the great hack!

Zachery
07-19-2004, 02:35 AM
Hi! I just ran the upgrade. No errors, but when you go to buy an action the templates are missing some info. Like for donate, it doesn't ask for the user name. When you buy a color change, it doesn't ask you for the color. Any ideas?

I'm running VB 3.0.

http://www.churchmedia.net/community/forum/ushop.php

(BTW, my "Add Physical Items" Add-on (https://vborg.vbsupport.ru/showthread.php?t=65294) is working fine with the new version.)

Thanks for your help and the great hack!
Sounds like you didnt revert the templates.

Zachery
07-19-2004, 02:41 AM
Yes, I am using IE.

Again, please dont quote my website.

Thanks.
I dont wish to appear rude, but if you dont want your site publicly disclosed pm it or open a support ticket on our site, with the thread being so big its simpiler for me to quote people so they know what im talking about and who to.

ChurchMedia
07-19-2004, 02:43 AM
Sounds like you didnt revert the templates.

Ahh.... I thought the install program did that for me. There was one template that needed reverted. It's working great now. Thanks!!

starfantazy
07-19-2004, 03:57 AM
um. my site is here. (http://www.anime-gamers.com/forums/index.php) . I have noticed that since I have installed this, my IMG tags are know no longer working. i know i posted something before all this, anyways, please help, im running 3.0.3. The drop down menu wont work and you cant do a thing with the points or donate and the img tags dont work. I pmed for support and still haavent been answered and now i feel like i was completely ignored. please, help. this looks like alot of fun and im not a coder and im doing this by myself.... :ermm:

idslamyou
07-19-2004, 04:32 AM
I installed ushop and everything seems to be working fine. BUT my index.php file for vbadvanced has an error in it now. It was working fine before this hack. THis is the error,

Fatal error: Call to undefined function: print_portal_output() in /home2/www/idslamyou/index.php on line 27

Can anyone help?

Zachery
07-19-2004, 05:28 AM
I installed ushop and everything seems to be working fine. BUT my index.php file for vbadvanced has an error in it now. It was working fine before this hack. THis is the error,

Fatal error: Call to undefined function: print_portal_output() in /home2/www/idslamyou/index.php on line 27


Can anyone help?
Sounds like somthign is conflicting with vBadvanced, try asking at vBa.com, however it shouldnt as i know Brian uses the system himself

cybermomcafe
07-19-2004, 11:42 AM
Anyone else getting this when using the "donate" function (not admin donate, the regular one), I'm getting the following msg at the top of the page. The donation is successful, but I get this error at the top:

Warning: Division by zero in /home/*****/public_html/*****/forums/uttstore/action.donate.php on line 112

I'm running vB 3.0.3 and upgraded the store from the previous version...

a123
07-19-2004, 12:06 PM
I dont wish to appear rude, but if you dont want your site publicly disclosed pm it or open a support ticket on our site, with the thread being so big its simpiler for me to quote people so they know what im talking about and who to.


Sorry If I did something wrong.

The problem is I had already mentioned that I didnt like someone to quote my post, and I had already pmed you letting you know that I didnt like that (without your response). I appreciate anyone's help here. However, please respect other people's rights.

cybermomcafe
07-19-2004, 01:27 PM
Anyone else getting this when using the "donate" function (not admin donate, the regular one), I'm getting the following msg at the top of the page. The donation is successful, but I get this error at the top:

Warning: Division by zero in /home/*****/public_html/*****/forums/uttstore/action.donate.php on line 112

I'm running vB 3.0.3 and upgraded the store from the previous version...

This is appearing on both of my sites with vB and this hack. :)

Morgalis
07-19-2004, 02:44 PM
I just installed this, great hack btw. But I was just wondering why the actions part of the menu in the navbar is empty? do you guys know about this and are working on a solution or what? i searched the thread and couldnt find anything so am sorry if i missed something

I've tried to install this twice on my test forums with the same issue :(

hovering over the link will show different things


Displaying a forum
www.mydomain.com/forums/forumdisplay.php?f=9#shop

Displaying a thread
www.mydomain.com/forums/showthread.php?p=1089#shop

Forum Home
www.mydomain.com/forums/index.php?#shop

suggestions? i'm out of ideas


[added]

When I clicked on Donate in the postbit, it returned this error

Warning: Invalid argument supplied for foreach()
in /home/virtual/site53/fst/var/www/html/forums/ushop.php on line 151


Vbulletin Message

No actions found...

WEForums
07-19-2004, 03:56 PM
Well, after upgrading, I still get the "Username already exists!." message when the username does not exist. Any reason as to what's causing this for me?

Zachery
07-19-2004, 04:26 PM
I've tried to install this twice on my test forums with the same issue :(

hovering over the link will show different things


Displaying a forum
www.mydomain.com/forums/forumdisplay.php?f=9#shop

Displaying a thread
www.mydomain.com/forums/showthread.php?p=1089#shop

Forum Home
www.mydomain.com/forums/index.php?#shop

suggestions? i'm out of ideas


[added]

When I clicked on Donate in the postbit, it returned this error


Vbulletin Message
Sounds like you have missed an edit.

Zachery
07-19-2004, 04:26 PM
Well, after upgrading, I still get the "Username already exists!." message when the username does not exist. Any reason as to what's causing this for me? You uploaded the new action files and reverted all your old templates?

WEForums
07-19-2004, 04:37 PM
You uploaded the new action files and reverted all your old templates?I first deleted all the old action files, then uploaded the new ones to insure they were properly overwritten. But if you remember, I had this same problem for version .93, so I was just wondering. Maybe something is disabled on my MySQL or something? It's just weird.

EDIT: Reverting the templates worked for the bank AND username. However, strangely, it didn't for the older version. Strange.

Thanks a lot.

Morgalis
07-19-2004, 05:34 PM
Sounds like you have missed an edit.


3rd time in a row

I replaced all my files with the ones from 3.03
I reverted the templates - i have no other hacks on my forums
I reuploaded all store files

I carefully went through every edit and uploaded each file as it was completed

I double checked the template edits

My problem is that the link on the navbar does not produce the menu. In fact, when I click on it, aside from nothing happening, if I mouseover any other navbar items with the triangle [including the thread menus] it will open the menu.

So again, I am lost and looking for some help

AN-net
07-19-2004, 06:26 PM
i upgraded my forums and all the uttstore templates are gone, do i just re-run the install file and if i do re-run it will it mess up everyones points?

pmay68
07-19-2004, 09:25 PM
navbar help.. I know this has been addressed but I have not been able to find the solution.. On my navebar, there is no links to the store.. Just shows the store on the navbar but no drop down menu to link to anything...

Anyone help me with this please :)

Mr. Brian
07-19-2004, 09:32 PM
You might missed out this part<!-- shop menu -->
<div class="vbmenu_popup" id="shop_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead"><a href="ushop.php$session[sessionurl]">uShop Menu</a></td></tr>
<tr><td class="vbmenu_option"><a href="ushop.php?do=a&shortname=bank">Bank</a></td></tr>
<tr><td class="vbmenu_option"><a href="ushop.php?do=richestusers">Richest Members</a></td></tr>
<tr><td class="vbmenu_option"><a href="ushop.php?do=mostsold">Most Sold</a></td></tr>
<tr><td class="vbmenu_option"><a href="ushop.php?do=userhistory">History</a></td></tr>
<tr><td class="thead"><a href="ushop.php$session[sessionurl]">Actions</a></td></tr>
$ushop_navbar
</table>
</div>
<!-- / shop menu -->

Mr. Brian
07-19-2004, 09:33 PM
Right after the "<!-- / user cp tools menu -->" .

pmay68
07-19-2004, 09:43 PM
no, that was not it and when i right click on the shop link and hit properties I get this http://adventurersunited.com/forums/#shop

is that correct also? loosing my mind here :)

pmay68
07-19-2004, 09:50 PM
ah found the problem.... Thankyou

Mr. Brian
07-19-2004, 09:53 PM
No problem. :)

aHMET
07-19-2004, 10:17 PM
Why should ppl go back to the bank after depositing money. It doesnt change in postbits if he doesnt go back to the bank. Can you say me a way to fix it?

Mr. Brian
07-19-2004, 10:35 PM
Sorry, don't quite understand what you mean. ?????

aHMET
07-19-2004, 10:56 PM
<a href="https://vborg.vbsupport.ru/showpost.php?p=533777&postcount=1389" target="_blank">https://vborg.vbsupport.ru/showp...postcount=1389</a>

I am waiting for response.

AN-net
07-20-2004, 12:31 AM
im getting this error:
Warning: Invalid argument supplied for foreach() in /home/anima22/public_html/community/ushop.php on line 144

any ideas?

pmay68
07-20-2004, 01:16 AM
CLICKS INSTALL

Thanks for this one :)

starfantazy
07-20-2004, 02:51 AM
3rd time in a row

I replaced all my files with the ones from 3.03
I reverted the templates - i have no other hacks on my forums
I reuploaded all store files

I carefully went through every edit and uploaded each file as it was completed

I double checked the template edits

My problem is that the link on the navbar does not produce the menu. In fact, when I click on it, aside from nothing happening, if I mouseover any other navbar items with the triangle [including the thread menus] it will open the menu.

So again, I am lost and looking for some helpwell, thats what i posted, but was ignored again.... :disappointed:

Henry-RS
07-20-2004, 03:03 AM
Is it possible to have something like this, but do it using the Reputation system that comes with vBulletin 3?

Mr. Brian
07-20-2004, 03:07 AM
well, thats what i posted, but was ignored again.... :disappointed:

You might have missed out this part:

<!-- shop menu -->
<div class="vbmenu_popup" id="shop_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead"><a href="ushop.php$session[sessionurl]">uShop Menu</a></td></tr>
<tr><td class="vbmenu_option"><a href="ushop.php?do=a&shortname=bank">Bank</a></td></tr>
<tr><td class="vbmenu_option"><a href="ushop.php?do=richestusers">Richest Members</a></td></tr>
<tr><td class="vbmenu_option"><a href="ushop.php?do=mostsold">Most Sold</a></td></tr>
<tr><td class="vbmenu_option"><a href="ushop.php?do=userhistory">History</a></td></tr>
<tr><td class="thead"><a href="ushop.php$session[sessionurl]">Actions</a></td></tr>
$ushop_navbar
</table>
</div>
<!-- / shop menu -->


Right after the "<!-- / user cp tools menu -->" .

AN-net
07-20-2004, 03:18 AM
nothing shows up under actions in the drop and i have that in my template and i get no actions found when i visit ushop.php anyways.

starfantazy
07-20-2004, 03:24 AM
Right after the "<!-- / user cp tools menu -->" . is not what was stated in the instructions, but then i go to do something in the pulldown menu and all it does is say no actions specified

WEForums
07-20-2004, 03:38 AM
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.

starfantazy
07-20-2004, 03:47 AM
got the shop to work, but since i installed it the img tags arent working any ideas as to what may have gone wrong? and yes the img tags are on

Morgalis
07-20-2004, 08:09 AM
Right after the "<!-- / user cp tools menu -->" .

In the readme

Find:

</div>
<!-- / user cp tools menu -->
</if>


Add Above:

<!-- shop menu -->
<div class="vbmenu_popup" id="shop_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead"><a href="ushop.php$session[sessionurl]">uShop Menu</a></td></tr>
<tr><td class="vbmenu_option"><a href="ushop.php?do=a&shortname=bank">Bank</a></td></tr>
<tr><td class="vbmenu_option"><a href="ushop.php?do=richestusers">Richest Members</a></td></tr>
<tr><td class="vbmenu_option"><a href="ushop.php?do=mostsold">Most Sold</a></td></tr>
<tr><td class="vbmenu_option"><a href="ushop.php?do=userhistory">History</a></td></tr>
<if condition="!empty($ushop_navbar)">
<tr><td class="thead"><a href="ushop.php$session[sessionurl]">Actions</a></td></tr>
$ushop_navbar</if>
</table>
</div>
<!-- / shop menu -->


This text is so people can search for the answer to their problem. No menu popup means you need to put this code BELOW in the last step rather than before it as in the readme.

Just update the readme and this problem will go away.

Thanks for your help Brian!

Mr. Brian
07-20-2004, 09:45 AM
In the readme

Find:


Add Above:


This text is so people can search for the answer to their problem. No menu popup means you need to put this code BELOW in the last step rather than before it as in the readme.

Just update the readme and this problem will go away.

Thanks for your help Brian!


No prob, Morgalis. :)

MissKalunji
07-20-2004, 02:40 PM
Im Running Vb 3.3
Instlaled the ushop 0.95

I used the install.php

And everytime i go on the www.dancehallareaz.com/forum/ushop.php

it tells me no action and last night it was working :surprised:

When i try to pick the action in action manager in my admincp it tells me :

Could not find phrase 'uttstore_saved_values_successfully'.

What should i do? :ermm:

Littlebit
07-20-2004, 02:41 PM
hey guys, how can you, as a regular user, remove a bought action, like if you decide you no longer want your username glowing for example?

starfantazy
07-20-2004, 07:14 PM
which of the files altered with this hack have anything to do wiht the [img] tags, mine arent working now

Zachery
07-20-2004, 08:33 PM
hey guys, how can you, as a regular user, remove a bought action, like if you decide you no longer want your username glowing for example?
Go back to the action there should be a remove link.

Mr. Brian
07-20-2004, 08:38 PM
Im Running Vb 3.3
Instlaled the ushop 0.95

I used the install.php

And everytime i go on the www.dancehallareaz.com/forum/ushop.php

it tells me no action and last night it was working :surprised:

When i try to pick the action in action manager in my admincp it tells me :

Could not find phrase 'uttstore_saved_values_successfully'.

What should i do? :ermm:

Go to: Phrase Manager > add phrase >

Phrase: Type: Control Panel Stop Message
Varname: uttstore_saved_values_successfully
Text: Saved Values Successfully

Hope it helps. :)

Henry-RS
07-21-2004, 02:33 AM
Im Running Vb 3.3
Instlaled the ushop 0.95

I used the install.php

And everytime i go on the www.dancehallareaz.com/forum/ushop.php

it tells me no action and last night it was working :surprised:

When i try to pick the action in action manager in my admincp it tells me :

Could not find phrase 'uttstore_saved_values_successfully'.

What should i do? :ermm:


Nice rip off of yaXay, MissKalunji.

a123
07-21-2004, 02:14 PM
Anyone else getting this when using the "donate" function (not admin donate, the regular one), I'm getting the following msg at the top of the page. The donation is successful, but I get this error at the top:

Warning: Division by zero in /home/*****/public_html/*****/forums/uttstore/action.donate.php on line 112

I'm running vB 3.0.3 and upgraded the store from the previous version...

Okay, I got the same problem as yours.

MissKalunji
07-21-2004, 03:01 PM
Go to: Phrase Manager > add phrase >

Phrase: Type: Control Panel Stop Message
Varname: uttstore_saved_values_successfully
Text: Saved Values Successfully

Hope it helps. :)


Thank you IT fixed my Problem :D

-=Sniper=-
07-21-2004, 04:03 PM
^

I get the same problem as you do, but I followed what was said and it didnt fix it for me?

bhutz
07-22-2004, 10:42 AM
Hi,

Can anyone advise me on how I can add a custom phrase (such as 'setting_uttpoints_perthread_title') to show how many points you get for doing certain things.

I have an FAQ section on how to earn money so want to have a section to refer people to should they have any questions.

So far I have tried
Points per thread: $vbphrase[setting_uttpoints_perthread_title]
which displays nothing and..
Points per thread: $vbphrase['setting_uttpoints_perthread_title']
which gives me an error

Can somebody point me in the right direction please :squareeyed:

kergo
07-22-2004, 02:51 PM
I've installed the store following the readme, but after the installation I noticed, that the store-link in the navigation doesn't work. In Opera it's not even a link, in Mozilla it's used like an anchor. I tested the url's with typing them in the browser - that worked.

What to do?

bhutz
07-22-2004, 07:26 PM
I've installed the store following the readme, but after the installation I noticed, that the store-link in the navigation doesn't work. In Opera it's not even a link, in Mozilla it's used like an anchor. I tested the url's with typing them in the browser - that worked.

What to do?

I think I had the same error, I'm on 3.0.1 and I tried to set 'vBMenu' DHTML Popup Menus' to off.

Try going to Style & Language Settings in the adminCP and turn Use 'vBMenu DHTML Popup Menus?' to on, see if that works

webhost
07-23-2004, 04:27 AM
Hack worked fine the first day, however tonight when I go to the richest members page I get this error at the top of the page.
Warning: Division by zero in /home/username/public_html/forums/includes/functions.php on line 1737

webhost
07-23-2004, 05:15 PM
We edited the functions.php file to work with the addon.

Sadie Frost
07-23-2004, 05:48 PM
Is there a way to make this allow points to be deducted via the donate link?

:)

LilPimp
07-24-2004, 04:06 AM
Hey. I got tha whole hack installed. Its working fine. Everything is working and theres no errors. The only thing wrong that when a person makes a reply or a thread they dont get any money. The main store and everything works. This is the only thing thats not working. Can someone tell me what's wrong with it, or at least tell me what files i should look into for this problem.

Zachery
07-24-2004, 05:57 AM
Hey. I got tha whole hack installed. Its working fine. Everything is working and theres no errors. The only thing wrong that when a person makes a reply or a thread they dont get any money. The main store and everything works. This is the only thing thats not working. Can someone tell me what's wrong with it, or at least tell me what files i should look into for this problem.
Did you update the forums (go in and edit one and save?)

LilPimp
07-24-2004, 07:37 AM
What do you mean did I update tha forums?

Zachery
07-24-2004, 08:26 AM
Did you do what i just said?

Go into one of the forums, and edit it and just save it?

WEForums
07-24-2004, 10:03 AM
I get this error when trying to steal points (thief option):

-----------------------------------------------------
Database error in vBulletin 3.0.1:

Invalid SQL: UPDATE user SET uttpoints=uttpoints+10, reputation=reputation- WHERE userid='2'
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 'WHERE userid='2'' at line 1

mysql error number: 1064

Date: Saturday 24th of July 2004 05:59:47 AM
Script: http://www.weforums.com/forums/ushop.php
Referer:
----------------------------------------------------------

All the files are from .95 and I uploaded just to make sure. Any idea?

mariannet
07-24-2004, 04:42 PM
Please help!

I have installed hacks:

PetzVB v2
uCash & uShop 0.95
v3 Arcade Version 1.0
vBadvanced Homepage version 1.1

***

When trying to post thread:

Error in newthread.php line 554:

<form action="newthread.php" method="post" name="vbform" onsubmit="return validatePost(this, this.subject.value, 10, );" onreset="vB_RESET(this);">

When submitting thread or post:

Error in newthread line 554:

<form action="newthread.php" method="post" name="vbform" onsubmit="return validatePost(this, this.subject.value, 10, );" onreset="vB_RESET(this);">

Rapports:

Please complete both the subject and message fields. Press the back button, correct the problem and try again.
The message you have entered is too short. Please lengthen your message to at least 10 characters.

Thread does not get posted.

***

When trying to reply to thread:

Error in newreply.php line 556:

<form action="newreply.php" name="vbform" method="post" onsubmit="return validatePost(this, 0, 10, );" onreset="vB_RESET(this);">

When submitting the post:

Error in newreply.php line 556:

<form action="newreply.php" name="vbform" method="post" onsubmit="return validatePost(this, 0, 10, );" onreset="vB_RESET(this);">

Rapports:

Please complete both the subject and message fields. Press the back button, correct the problem and try again.
The message you have entered is too short. Please lengthen your message to at least 10 characters.

The reply does not get posted.

***

When trying to edit post:

Error in editpost.php line 620:

<form name="vbform" action="editpost.php" method="post" onsubmit="return validatePost(this, 0, 10, );" onreset="vB_RESET(this);">

When submitting it rapports no errors but it only says "edited by" in the post og the reason for editing, the new text is not present.
If I edit som of the original text, the change does not happen.

***

When playing in v3 Arcade and finishing a game, I type in the comments box but on submit gets: No permissions (I have the permissions).

***

I sure hope that someone can help. I'm supposed to open my upgraded forum monday and still have a long way to go :(

Sunshine from Denmark
-Marianne

WEForums
07-24-2004, 05:00 PM
Um...could you post it without the HTML?

You should post like 5 lines above and below the lines that have errors too.

GeekyDesigns
07-24-2004, 08:22 PM
Please help!

I have installed hacks:

PetzVB v2
uCash & uShop 0.95
v3 Arcade Version 1.0
vBadvanced Homepage version 1.1

***

When trying to post thread:

Error in newthread.php line 554:

<form action="newthread.php" method="post" name="vbform" onsubmit="return validatePost(this, this.subject.value, 10, );" onreset="vB_RESET(this);">

When submitting thread or post:

Error in newthread line 554:

<form action="newthread.php" method="post" name="vbform" onsubmit="return validatePost(this, this.subject.value, 10, );" onreset="vB_RESET(this);">

Rapports:

Please complete both the subject and message fields. Press the back button, correct the problem and try again.
The message you have entered is too short. Please lengthen your message to at least 10 characters.

Thread does not get posted.

***

When trying to reply to thread:

Error in newreply.php line 556:

<form action="newreply.php" name="vbform" method="post" onsubmit="return validatePost(this, 0, 10, );" onreset="vB_RESET(this);">

When submitting the post:

Error in newreply.php line 556:

<form action="newreply.php" name="vbform" method="post" onsubmit="return validatePost(this, 0, 10, );" onreset="vB_RESET(this);">

Rapports:

Please complete both the subject and message fields. Press the back button, correct the problem and try again.
The message you have entered is too short. Please lengthen your message to at least 10 characters.

The reply does not get posted.

***

When trying to edit post:

Error in editpost.php line 620:

<form name="vbform" action="editpost.php" method="post" onsubmit="return validatePost(this, 0, 10, );" onreset="vB_RESET(this);">

When submitting it rapports no errors but it only says "edited by" in the post og the reason for editing, the new text is not present.
If I edit som of the original text, the change does not happen.

***

When playing in v3 Arcade and finishing a game, I type in the comments box but on submit gets: No permissions (I have the permissions).

***

I sure hope that someone can help. I'm supposed to open my upgraded forum monday and still have a long way to go :(

Sunshine from Denmark
-Marianne
uCS and vBpetsz are almost the same things (in concept) they may not work together by default.

aHMET
07-24-2004, 09:02 PM
Go back to the action there should be a remove link.
no there isnt any remove link cost becomes 0 but when we clicked it says not enough points.

LilPimp
07-24-2004, 11:50 PM
Did you update the forums (go in and edit one and save?)

Hey man thanks so much. That's all I needed to do. A lil thing but a huge impact. Thanx a lot man. I was just about to redo tha whole hack.

Erwin
07-25-2004, 12:17 AM
Nicer code in the later versions. :)

For those who are using 0.93 or earlier, there is a security bug, that allows users to enter input data via the URL. It happened to my site, and I had to fix it.

To fix this, edit the ushop.php file, find:


require_once('./global.php');


BELOW, ADD:


globalize($_POST, array(
'miscinput1' => STR
));

$_REQUEST['miscinput1'] = $_POST['miscinput1'];


This will prevent people from entering input data via the URL which is significant as such data can include code that can run from the transaction history page.

This only applies to 0.93 or older UShops. :)

Zachery
07-25-2004, 12:21 AM
Nicer code in the later versions. :)

For those who are using 0.93 or earlier, there is a security bug, that allows users to enter input data via the URL. It happened to my site, and I had to fix it.

To fix this, edit the ushop.php file, find:


require_once('./global.php');


BELOW, ADD:


globalize($_POST, array(
'miscinput1' => STR
));

$_REQUEST['miscinput1'] = $_POST['miscinput1'];


This will prevent people from entering input data via the URL which is significant as such data can include code that can run from the transaction history page.

This only applies to 0.93 or older UShops. :)
Thanks for posting that Erwin :)

Mr. Brian
07-25-2004, 04:47 AM
Nicer code in the later versions. :)

For those who are using 0.93 or earlier, there is a security bug, that allows users to enter input data via the URL. It happened to my site, and I had to fix it.

To fix this, edit the ushop.php file, find:


require_once('./global.php');


BELOW, ADD:


globalize($_POST, array(
'miscinput1' => STR
));

$_REQUEST['miscinput1'] = $_POST['miscinput1'];


This will prevent people from entering input data via the URL which is significant as such data can include code that can run from the transaction history page.

This only applies to 0.93 or older UShops. :)


Thanks for sharing it with us. :)

Thumbs up!

mariannet
07-25-2004, 08:31 AM
uCS and vBpetsz are almost the same things (in concept) they may not work together by default.

Thanks, I have uninstalled uCash & uShop 0.95 and edited all files and templates. I still get the same error.

Looks to me that it has something to do with the posting form. The error comes with posting post and thread and on editing posts. Maybe a call to something as when submitting nothing is submitted but when editing the "edited by" shows up, but not the edited part.

I can edit the thread subject with no problems.

Has anyone got an idea where to start looking as I'm going totally barmy over this and need some sleep soon :tired:

YamaMotoYama
07-25-2004, 09:01 AM
Please help, Everything works great except that I cant seem to get the nav bar to work.

Reeve of shinra
07-25-2004, 04:42 PM
I ran into the following error during the upgrade. I think the script was looping... I changed the url from 4 to 5 and it said its done but I just wanted to make sure that nothing else was needed. (I also assume I dont have to re-do the file edits?) Thanks!


Database error in vBulletin 3.0.3:

Invalid SQL: CREATE TABLE utt_store_asvs ( `asvsid` INT( 20 ) NOT NULL AUTO_INCREMENT ,
`actionid` INT( 20 ) NOT NULL ,
`varname` VARCHAR( 255 ) NOT NULL ,
`title` VARCHAR( 255 ) NOT NULL ,
`description` TEXT NOT NULL ,
`optioncode` VARCHAR( 255 ) NOT NULL ,
`value` TEXT NOT NULL ,
PRIMARY KEY ( `asvsid` )
)
mysql error: Table 'utt_store_asvs' already exists

mysql error number: 1050

Date: Sunday 25th of July 2004 05:39:46 PM
Script: http://shinraonline.com/board/admincp/ushop_install.php?do=upgrade&step=dodatabasequeries&v=4
Referer: http://shinraonline.com/board/admincp/ushop_install.php?do=upgrade&step=dotemplates&v=4
Username: Reeve of the Turks
IP Address: xx.xxx.xxx.xxx

Reeve of shinra
07-25-2004, 04:52 PM
hmmm I am trying to copy the change usergroup item and I get this error:

The usergroup I am looking to add is 36. I tried it as "36" and as "36,"


Database error in vBulletin 3.0.3:

Invalid SQL:
### INSERT QUERY GENERATED BY fetch_query_sql() ###
INSERT INTO utt_store_asvs
(varname, title, desc, optioncode, value, actionid)
VALUES
('pju', 'Publically Joinable Usergroups?', 'Enter the usergroupids of the usergroups that users can buy access to in this action. Seperate ids by commas.', '', '36,', '1000000011')
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 'desc, optioncode, value, actionid)
VALUES
('pju', 'Publically

mysql error number: 1064

Date: Sunday 25th of July 2004 05:59:49 PM
Script: http://shinraonline.com/board/admincp/uttstoreadmin.php
Referer: http://shinraonline.com/board/admincp/uttstoreadmin.php?do=copy&actionid=11&s=
Username: Reeve of the Turks
IP Address: xx.xxx.xxx.xxx


edit: I dropped the utt_store_avs table from the database and went back through the install (which again loops on me) but I still get the above error when trying ot copy an action.

LilPimp
07-25-2004, 07:51 PM
Just wondering. Is there a bank with this hack?

Zachery
07-25-2004, 10:45 PM
Just wondering. Is there a bank with this hack?
Standard Feature.

Zelda-King
07-25-2004, 11:09 PM
Thanks! Nice smooth upgrade (vB 3.0.1).

The template uttstore_inputs_input isn't cached in ushop.php.

Cloudrunner
07-25-2004, 11:22 PM
Real quick, is there a way to have a random event happen that gives any user online X amount of points per event?

Thanks!

Zelda-King
07-27-2004, 08:23 AM
Actually there're quite a lot of uncached templates;

Donate - uttstore_inputs_input (2)
Change Custom Title - uttstore_inputs_input (1)
Change Other User's Custom Title - uttstore_inputs_input (2)
Change Username - uttstore_inputs_input (1)
Glowing Username - uttstore_inputs_input (1)
Colored Username - uttstore_inputs_input (1)
Bank - uttstore_inputs_link (2), uttstore_inputs_text (1)
Sticky Thread - uttstore_inputs_input (1)
Thief - uttstore_inputs_input (2)
Give Forum Access - uttstore_inputs_dropdown (1), uttstore_inputs_input (1)
Deny Forum Access - uttstore_inputs_dropdown (1), uttstore_inputs_input (1)
Buy Forum Access - uttstore_inputs_dropdown (1)

I have the Buy Password disabled so that's untested.

Zachery
07-27-2004, 01:33 PM
Actually there're quite a lot of uncached templates;

Donate - uttstore_inputs_input (2)
Change Custom Title - uttstore_inputs_input (1)
Change Other User's Custom Title - uttstore_inputs_input (2)
Change Username - uttstore_inputs_input (1)
Glowing Username - uttstore_inputs_input (1)
Colored Username - uttstore_inputs_input (1)
Bank - uttstore_inputs_link (2), uttstore_inputs_text (1)
Sticky Thread - uttstore_inputs_input (1)
Thief - uttstore_inputs_input (2)
Give Forum Access - uttstore_inputs_dropdown (1), uttstore_inputs_input (1)
Deny Forum Access - uttstore_inputs_dropdown (1), uttstore_inputs_input (1)
Buy Forum Access - uttstore_inputs_dropdown (1)

I have the Buy Password disabled so that's untested.In ushop.php find (around line 35)


'uttstore_nav_actionbits'


change too


'uttstore_nav_actionbits',
'uttstore_inputs_dropdown',
'uttstore_inputs_input'


Not the proper way to handle it, but it should work.

Reeve of shinra
07-27-2004, 02:24 PM
How should I try to handle the issue I ran into? Should I uninstall and re-install it?

Zachery
07-27-2004, 07:39 PM
How should I try to handle the issue I ran into? Should I uninstall and re-install it?
You'll Need to wait for Link to respond as my php/sql is bad :p

TRStealth
07-27-2004, 10:14 PM
I have most things working fine, except that for some reason the Shop link in the navbar template won't create the dropdown.

Can anyone help?

jcr
07-28-2004, 08:04 AM
Let me see if I get this straight. If I upgrade to 0.95 , all my users will loose their points and actions bought?

Intex
07-28-2004, 10:27 AM
Seems to be a problem with the 'Change Your User Title' and 'Change Others Customer User Title' feature.

You can select 'Change Others Users Custom Title' and put your own name in and it will allow you to do it. If you've set the cost of changing your own user title to 500.00 and anothers to 25.00, then you can just use the 'Change Others' to change your own at a reduced price.

I've put the price low for changing other users title so that people can mess about with others and they can't change it back easily because it costs more. With the way it works at the moment, people have figured out they can just use 'change others' item.

Ideally when using the 'Change Others Custom Title', it should exclude yourself.

YamaMotoYama
07-28-2004, 03:07 PM
I have most things working fine, except that for some reason the Shop link in the navbar template won't create the dropdown.
Can anyone help?

I'm having the same issue. Several others made posts about this same problem as well. It hasnt been addressed yet.

weaver
07-28-2004, 06:53 PM
I upgraded from 3.0.0 today to 3.0.3 and now am upgrading ushop. The only thing I ran into was the upgrade looping back to the beginning once it was finished. Whenever I choose something from the drop down menu for the shop I get a blank white page.

Zachery
07-28-2004, 07:13 PM
I upgraded from 3.0.0 today to 3.0.3 and now am upgrading ushop. The only thing I ran into was the upgrade looping back to the beginning once it was finished. Whenever I choose something from the drop down menu for the shop I get a blank white page.
Did you reinstall the templates?

weaver
07-28-2004, 07:30 PM
No, I reverted all of the utt_store templates earlier today when I was upgrading the shop hack. But after I upgraded vb to 3.0.3 I haven't done anything with the templates. What should I do?

Zachery
07-29-2004, 12:32 AM
No, I reverted all of the utt_store templates earlier today when I was upgrading the shop hack. But after I upgraded vb to 3.0.3 I haven't done anything with the templates. What should I do?
Reinstall teh templates....

weaver
07-29-2004, 12:47 AM
How do I add just the utt_store templates?

tcghost
07-29-2004, 08:07 PM
I found a fix for all the people having problems with the shop menu coming up...

search for </div>
<!-- / user cp tools menu -->

remove it, and place it above <!-- shop menu -->

this is after you install the mod

TRStealth
07-29-2004, 09:38 PM
I found a fix for all the people having problems with the shop menu coming up...

search for </div>
<!-- / user cp tools menu -->

remove it, and place it above <!-- shop menu -->

this is after you install the mod

Thank you, this does indeed fix the problem. :)