View Full Version : uCash & uShop old support and thank you thread
Pages :
1
2
3
4
5
6
[
7]
8
9
10
TRStealth
30 Jul 2004, 05:20
I just noticed another problem, some people in a specific usergroup can't use the shop. They get a 'No action found...' error. I thought this might be a 'feature' but I can't seem to find an option to allow/disallow shop access based on usergroup.
Zachery
30 Jul 2004, 06:30
I just noticed another problem, some people in a specific usergroup can't use the shop. They get a 'No action found...' error. I thought this might be a 'feature' but I can't seem to find an option to allow/disallow shop access based on usergroup.
Its per action, there is a list of usergroups which can use it.
i have a error in functions.php
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/jeremy/public_html/board/includes/functions.php on line 1893
Find: $user['musername'] = $usergroupcache["$displaygroupid"]['opentag'] . $username . $usergroupcache["$displaygroupid"]['closetag'];
Replace With:// ## <ucs>
$user['musername'] = $username;
($user['uttstore_italicsusername'] != '0' && $user['uttstore_italicsusername'] != '' ? $user['musername'] = "<i>" . $user['musername'] . "</i>" : "");
($user['uttstore_boldusername'] != '0' && $user['uttstore_boldusername'] != '' ? $user['musername'] = "<b>" . $user['musername'] . "</b>" : "");
($user['uttstore_usernamecolor'] != '0' && $user['uttstore_usernamecolor'] != '' ? $user['musername'] = "<font color=\"$user[uttstore_usernamecolor]\">" . $user['musername'] . "</font>" : "");
$user['musername'] = $usergroupcache["$displaygroupid"]['opentag'] . $user['musername'] . $usergroupcache["$displaygroupid"]['closetag'];
// ## </ucs>
i have done
i have a error in functions.php
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/jeremy/public_html/board/includes/functions.php on line 1893
Find: $user['musername'] = $usergroupcache["$displaygroupid"]['opentag'] . $username . $usergroupcache["$displaygroupid"]['closetag'];
Replace With:// ## <ucs>
$user['musername'] = $username;
($user['uttstore_italicsusername'] != '0' && $user['uttstore_italicsusername'] != '' ? $user['musername'] = "<i>" . $user['musername'] . "</i>" : "");
($user['uttstore_boldusername'] != '0' && $user['uttstore_boldusername'] != '' ? $user['musername'] = "<b>" . $user['musername'] . "</b>" : "");
($user['uttstore_usernamecolor'] != '0' && $user['uttstore_usernamecolor'] != '' ? $user['musername'] = "<font color=\"$user[uttstore_usernamecolor]\">" . $user['musername'] . "</font>" : "");
$user['musername'] = $usergroupcache["$displaygroupid"]['opentag'] . $user['musername'] . $usergroupcache["$displaygroupid"]['closetag'];
// ## </ucs>
i have done
Zachery
30 Jul 2004, 19:17
i have a error in functions.php
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/jeremy/public_html/board/includes/functions.php on line 1893
Find: $user['musername'] = $usergroupcache["$displaygroupid"]['opentag'] . $username . $usergroupcache["$displaygroupid"]['closetag'];
Replace With:// ## <ucs>
$user['musername'] = $username;
($user['uttstore_italicsusername'] != '0' && $user['uttstore_italicsusername'] != '' ? $user['musername'] = "<i>" . $user['musername'] . "</i>" : "");
($user['uttstore_boldusername'] != '0' && $user['uttstore_boldusername'] != '' ? $user['musername'] = "<b>" . $user['musername'] . "</b>" : "");
($user['uttstore_usernamecolor'] != '0' && $user['uttstore_usernamecolor'] != '' ? $user['musername'] = "<font color=\"$user[uttstore_usernamecolor]\">" . $user['musername'] . "</font>" : "");
$user['musername'] = $usergroupcache["$displaygroupid"]['opentag'] . $user['musername'] . $usergroupcache["$displaygroupid"]['closetag'];
// ## </ucs>
i have done
We understood the first time you posted dynex, we have lives outside of vBulletin ;) generaly you should wait about 24 hours.
As i said in your nother thread, start with a fresh copy of functions.php and try again, do not use dreamweaver to edit.
Thank you, this does indeed fix the problem. :)
Indeed it does.
Is this only happening to certain people, or is it a matter of needing to update the install to say 'after' instead of 'before' at that point? :)
Warlord
31 Jul 2004, 00:50
Ok, either I'm doing something really wrong or this hack is screwy.
I followed the instructions but it keeps giving database errors for various things.
I installed it, uninstalled it, reinstalled, uninstalled it and did it all over again one more time.
This is a fresh board too. And this the first hack I've tried installing on vb3.
Keeps giving me database errors, when you try to post, unless you disable the points system. (No I don't have any other points system installed)
Gives me a database error when I tried to give myself $$ through the admin cp.
Gave a friend of mine a database error when he tried to register.
Gives an error when you try to view "richest members" too.
Zachery
31 Jul 2004, 02:13
Ok, either I'm doing something really wrong or this hack is screwy.
I followed the instructions but it keeps giving database errors for various things.
I installed it, uninstalled it, reinstalled, uninstalled it and did it all over again one more time.
This is a fresh board too. And this the first hack I've tried installing on vb3.
Keeps giving me database errors, when you try to post, unless you disable the points system. (No I don't have any other points system installed)
Gives me a database error when I tried to give myself $$ through the admin cp.
Gave a friend of mine a database error when he tried to register.
Gives an error when you try to view "richest members" too.
Odd, you are using vB3 right? (er looking at your postbit not trying to be funny)
Weve not had any massive problems with it since the early betas (85)
Warlord
31 Jul 2004, 02:45
Yep, this is vb3.. just installed the arcade without a hitch. It works fine.
Zachery
31 Jul 2004, 03:02
Yep, this is vb3.. just installed the arcade without a hitch. It works fine.
It seems odd, you did run the installer as well correct? (i am not trying to be stupid or funny)
If you still are having problems drop me a pm please :)
mariannet
31 Jul 2004, 13:24
Can anybody tell me how to get this in the postbit:
Points cash:
Points bank:
Total points (bank and cash):
Warlord
31 Jul 2004, 15:39
yeah, i ran the installer too... pm sent
DannyBoy8406
31 Jul 2004, 15:47
Is there a way to take the admin donate feature and also have it work for mods?
Zachery
31 Jul 2004, 19:02
Is there a way to take the admin donate feature and also have it work for mods?
Edit the action and allow the moderator usergroup, and edit the conditional.
Can anybody tell me how to get this in the postbit:
Points cash:
Points bank:
Total points (bank and cash):
ALOT of work
Warlord
31 Jul 2004, 23:52
Anyone feel like helping me out on this one? Like I said I tried it, but I must be doing something wrong (haven't a clue what it is), as no one else is having this problem.
The board is vB 3.0.3 and since trying this hack, I've installed the arcade hack and the mod to change the game screen size, as well as the welcome panel hack.
Anyone want to help me out on this? Thanks in advance. ;)
Edit: I've also installed a portal I almost forgot about.. vBadvanced.
DannyBoy8406
01 Aug 2004, 03:09
Edit the action and allow the moderator usergroup, and edit the conditional.
where do I find the conditional to edit it?
Zachery
01 Aug 2004, 05:35
Postbit(_legacy) memberinfo :)
Warlord
01 Aug 2004, 16:42
Ok, well I really want this hack, so I guess I'll take another stab at it.. wish me luck.
*crosses fingers*
*realizes how hard it is to type like that and uncrosses them :p*
Warlord
01 Aug 2004, 18:04
Ok, I finally got the hack installed and everything seems to be working well so far. Not sure what the problem was before, but at least it works now.
I did run into one problem, that I could probably figure out if I put my mind to it, but I've had so many problems with this hack, I don't want to change anything without consulting the professionals, lol.
I have vBadvanced installed and on the homepage, the store dropdown menu is poiniting to the wrong url. It's excluding the forum directory in the url. I can fix this by hardcoding the entire url in the navbar template without messing up the navbar on the forums, right?
All in all, great hack and well worth the trouble I've gone through to install it.
*Clicks install*
I get the following error when I try to do ANY actions with the shop:
Warning: Invalid argument supplied for foreach() in /home/ganon/public_html/forums/ushop.php on line 151
I am using vBulletin version 3.0.3 and the latest version (0.95) of the hack.
Zachery
02 Aug 2004, 03:06
Ok, I finally got the hack installed and everything seems to be working well so far. Not sure what the problem was before, but at least it works now.
I did run into one problem, that I could probably figure out if I put my mind to it, but I've had so many problems with this hack, I don't want to change anything without consulting the professionals, lol.
I have vBadvanced installed and on the homepage, the store dropdown menu is poiniting to the wrong url. It's excluding the forum directory in the url. I can fix this by hardcoding the entire url in the navbar template without messing up the navbar on the forums, right?
All in all, great hack and well worth the trouble I've gone through to install it.
*Clicks install*
Warlord, i want to appologize i did get your pm but i did not have a chance to reply. :)
I am glad to hear you have fixed the errors.
Ganon, Ensure you did the global.php and init.php edits and ran the isntaller.
I'll doublecheck that. I think part of the problem might be from my upgrade from 3.0.0 to 3.0.3. It worked just fine before I upgraded, then when I did, I had to re-install all hacks obviously, and that's when it stopped working, so unless I accidentally missed one of those steps you mentioned, it almost has to be some sort of upgrade glitch.
Zachery
02 Aug 2004, 04:02
I'll doublecheck that. I think part of the problem might be from my upgrade from 3.0.0 to 3.0.3. It worked just fine before I upgraded, then when I did, I had to re-install all hacks obviously, and that's when it stopped working, so unless I accidentally missed one of those steps you mentioned, it almost has to be some sort of upgrade glitch.
After any upgrade you need to reinstall the templates :)
msimplay
02 Aug 2004, 11:59
this is a copy of a post i made from the bbcode and smilie action thread
i'm moving it here because this is the support thread :)
____________________________________________________________________________
This is now a part of uCash & uShop 0.95, only not. It allows BBCode and Smilies, needs no file edits, works with post caching, etc, works everywhere custom titles are shown, and doesn't need it's own action file - it just uses the standard Change Custom Title and Change Other User's Custom Title action files, controlled by an action specific variable. ;) i upgraded to version 0.95 and now the custom user titles don't parse the bbcode what did i do wrong
i also ran the query
Sandman: use this
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Alternately, go into phpmyadmin, go to the user table, check off the field 'titleparse' and click on the little garbage can icon at the bottom. (be sure NOT to hit drop at the top)
Littlebit
02 Aug 2004, 15:24
Zachery,
I checked geekydesigns.com , but was unable to find a fix. Did I overlook it?
A fix for the uTT Store Actions defaulting to none each time the save values is clicked.
It doesn't save the values inserted.
sabret00the
02 Aug 2004, 15:54
Zachery,
I checked geekydesigns.com , but was unable to find a fix. Did I overlook it?
A fix for the uTT Store Actions defaulting to none each time the save values is clicked.
It doesn't save the values inserted.
i seem to be having that problem too.
Is there any complete and updated instruction file for VB 3.0.3? This thread is way to long to go through each posting and fix.
Warlord
02 Aug 2004, 19:04
Warlord, i want to appologize i did get your pm but i did not have a chance to reply. :)
I am glad to hear you have fixed the errors....
No prob man... am I right about how to fix the navbar on the vBadvanced homepage, though?
Zachery
02 Aug 2004, 20:09
No prob man... am I right about how to fix the navbar on the vBadvanced homepage, though?
Not sure, as some other people have noted the thread is way too long to sort though.
If at all possible we would like it for you guys to post problems at geekydesigns.com so we can better track things.
Littlebit
02 Aug 2004, 20:29
If at all possible we would like it for you guys to post problems at geekydesigns.com so we can better track things.
Will do, thanks Zachery
msimplay
02 Aug 2004, 22:24
Not sure, as some other people have noted the thread is way too long to sort though.
If at all possible we would like it for you guys to post problems at geekydesigns.com so we can better track things.
um what about my problem with the bbcode parsing ? :nervous:
Zachery
02 Aug 2004, 23:57
um what about my problem with the bbcode parsing ? :nervous:Miss read that
did you try resaving your title?
Miss read that
did you try resaving your title?
Does it work ok with 3.0.0? :D
Altho I am thinking of waiting for the .4 release to reinstall everything :D
Zachery
03 Aug 2004, 00:24
Does it work ok with 3.0.0? :D
Altho I am thinking of waiting for the .4 release to reinstall everything :D
It was developed on 3.0.0/1 it should work on 3.0.x
streetfighter
03 Aug 2004, 07:05
1) I have done install using: ushop_install.php file
2) I am running Vb 3.0.1
Everything is working fine, but i have two questions:
My Navbar has link called Store: But clicking on it... doesnt take me to anypage.
I have already made the changes as given on
I have to go manually to ushop.php.
No links inside usercp for their points listing...
http://www.vbulletin.org/forum/showthread.php?t=63793&page=101&pp=15
This is how my navbar code currently looks:
<script type="text/javascript">
<!--
function log_out()
{
ht = document.getElementsByTagName("html");
ht[0].style.filter = "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
if (confirm('$vbphrase[sure_you_want_to_log_out]'))
{
return true;
}
else
{
ht[0].style.filter = "";
return false;
}
}
//-->
</script>
<br />
<!-- breadcrumb, login, pm info -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%">
<if condition="is_array($navbits)">
<table cellpadding="0" cellspacing="0" border="0">
<tr valign="bottom">
<td><a href="#" onclick="history.back(1)"><img src="$stylevar[imgdir_misc]/navbits_start.gif" alt="$vbphrase[go_back]" border="0" /></a></td>
<td> </td>
<td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php?$session[sessionurl]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</td>
</tr>
<tr>
<td class="navbar" style="font-size:10pt; padding-top:1px" colspan="3"><a href="$scriptpath"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink.gif" alt="$vbphrase[reload_this_page]" border="0" /></a> <strong>$navbits[lastelement]</strong></td>
</tr>
</table>
<else />
<div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php?$session[sessionurl]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div>
</if>
</td>
<if condition="$bbuserinfo['userid']">
<td class="alt2" valign="top" nowrap="nowrap">
<div class="smallfont">
<!--<span style="float:$stylevar[right]">[<a href="login.php?$session[sessionurl]do=logout&u=$bbuserinfo[userid]" onclick="return log_out()">$vbphrase[log_out]</a>]</span>-->
<strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong><br />
<phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>
<if condition="$show['pmstats']"><br /><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl]">$vbphrase[private_messages_nav]</phrase></if>
</div>
</td>
<else />
<td class="alt2" nowrap="nowrap" style="padding:0px">
<!-- login form -->
<form action="login.php" method="post" onsubmit="md5hash(vb_login_password,vb_login_md5password)">
<script type="text/javascript" src="clientscript/vbulletin_md5.js"></script>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
<tr>
<td class="smallfont">$vbphrase[username]</td>
<td><input type="text" class="button" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="1" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" /></td>
<td class="smallfont" colspan="2" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="3" id="cb_cookieuser_navbar" accesskey="c" checked="checked" />$vbphrase[remember_me]</label></td>
</tr>
<tr>
<td class="smallfont">$vbphrase[password]</td>
<td><input type="password" class="button" name="vb_login_password" size="10" accesskey="p" tabindex="2" /></td>
<td><input type="submit" class="button" value="$vbphrase[log_in]" tabindex="4" title="$vbphrase[enter_username_to_login_or_register]" accesskey="s" /></td>
</tr>
</table>
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="login" />
<input type="hidden" name="forceredirect" value="1" />
<input type="hidden" name="vb_login_md5password" />
</form>
<!-- / login form -->
</td>
</if>
</tr>
</table>
<!-- / breadcrumb, login, pm info -->
<!-- nav buttons bar -->
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
<!--<td class="vbmenu_control"><a href="$vboptions[forumhome].php?$session[sessionurl]">Home</a></td>-->
<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php?$session[sessionurl]">$vbphrase[user_cp]</a></td>
</if>
<if condition="$show['registerbutton']">
<td class="vbmenu_control"><a href="register.php?$session[sessionurl]">$vbphrase[register]</a></td>
</if>
<td class="vbmenu_control"><a href="faq.php?$session[sessionurl]" accesskey="5">$vbphrase[faq]</a></td>
<td class="vbmenu_control"><a href="memberlist.php?$session[sessionurl]">$vbphrase[members_list]</a></td>
<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>
<td id="shop" class="vbmenu_control"><a href="#shop">Store</a><script type="text/javascript"> vbmenu_register("shop");</script></td>
<if condition="$show['popups']">
<if condition="$show['searchbuttons']">
<if condition="$show['member']">
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
<else />
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
</if>
<td id="navbar_search" class="vbmenu_control"><a href="search.php?$session[sessionurl]" accesskey="4">$vbphrase[search]</a> <script type="text/javascript"> vbmenu_register("navbar_search"); </script></td>
</if>
<if condition="$bbuserinfo['userid']">
<td id="usercptools" class="vbmenu_control"><a href="#usercptools">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td>
</if>
<else />
<if condition="$show['searchbuttons']">
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]" accesskey="4">$vbphrase[search]</a></td>
<if condition="$show['member']">
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
<else />
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
</if>
</if>
<td class="vbmenu_control"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td>
<if condition="$bbuserinfo['userid']">
<td class="vbmenu_control"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars =yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td>
</if>
</if>
<if condition="$bbuserinfo['userid']">
<td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout&u=$bbuserinfo[userid]" onclick="return log_out()">$vbphrase[log_out]</a></td>
</if>
</tr>
</table>
</div>
<!-- / nav buttons bar -->
<br />
<br />
<if condition="$show['popups']">
<!-- NAVBAR POPUP MENUS -->
<if condition="$show['searchbuttons']">
<!-- header quick search form -->
<div class="vbmenu_popup" id="navbar_search_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">$vbphrase[search_forums]</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<form action="search.php" method="post">
<input type="hidden" name="do" value="process" />
<input type="hidden" name="showposts" value="0" />
<input type="text" class="bginput" name="query" size="20" />$gobutton<br />
</form>
</td>
</tr>
<tr>
<td class="vbmenu_option"><a href="search.php?$session[sessionurl]" accesskey="4">$vbphrase[advanced_search]</a></td>
</tr>
</table>
</div>
<!-- / header quick search form -->
</if>
<if condition="$show['member']">
<!-- user cp tools menu -->
<div class="vbmenu_popup" id="usercptools_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead">$vbphrase[quick_links]</td></tr>
<if condition="$vboptions['enablesearches']"><tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getnew">$vbphrase[new_posts_nav]</a></td></tr></if>
<tr><td class="vbmenu_option"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td></tr>
<tr><td class="vbmenu_option"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars =yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td></tr>
<tr><td class="thead"><a href="usercp.php?$session[sessionurl]">$vbphrase[user_control_panel]</a></td></tr>
<if condition="$show['siglink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td></tr></if>
<if condition="$show['avatarlink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editavatar">$vbphrase[edit_avatar]</a></td></tr></if>
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a></td></tr>
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr>
<tr><td class="thead">$vbphrase[miscellaneous]</td></tr>
<if condition="$show['pmstats']"><tr><td class="vbmenu_option"><a href="private.php?$session[sessionurl]">$vbphrase[private_messages]</a></td></tr></if>
<tr><td class="vbmenu_option"><a href="subscription.php?$session[sessionurl]">$vbphrase[subscribed_threads]</a></td></tr>
<tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td></tr>
<if condition="$show['wollink']"><tr><td class="vbmenu_option"><a href="online.php?$session[sessionurl]">$vbphrase[whos_online]</a></td></tr></if>
</table>
</div>
<!-- / user cp tools menu -->
<!-- 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 -->
</if>
<!-- / NAVBAR POPUP MENUS -->
</if>
But still the navbar link doesnt function.
Also, most of my users have more than 500 posts, but after i installed the hack, all of theirs points started from 0, can i set the points according to their no. of posts? I mean, i would like to have their all posts counted and awarded the points accordingly...
Please check my installation at:
http://www.indianguitartabs.com
http://www.indianguitartabs.com/ushop.php
I have installed UCash & Ustore v0.95
Thanks in advance.
msimplay
03 Aug 2004, 07:13
Miss read that
did you try resaving your title? yes i did and i dont know why it doesn't work
i ran a query to drop titleparse
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
do i have to switch the bbcode parsing in user titles by an option
because i can't find it
I did an upgrade from 0.93 - 0.95
and i had the bbcode action installed before but now since i upgraded i can't use bbcode or smilies in it at all only normal user titles can be bort like the original version of the hack
and the new ones supposed to have it by default
do i need to do extra steps other then upload the files and run upgrade script ?
Any answer to my question?
http://www.vbulletin.org/forum/showpost.php?p=539285&postcount=1530
sabret00the
03 Aug 2004, 15:15
Any answer to my question?
http://www.vbulletin.org/forum/showpost.php?p=539285&postcount=1530
yes download the latest zip it's in there :)
ah, ok! thanks a lot... or is it worth waiting for 1.0? I'm not in the need to install it right now.
And one more question: If I install that shop, is it only possible to change username and sig for example only by shop, or can still everyone do that by usercp, which wouldn't make sense then.
allhandl
04 Aug 2004, 03:08
Im a nube so go easy on me..
I jut ran the script and love it. Is there anyway I can get my product table to align to the top versus default/middle? I cant seem to find the darn template to fix this. I attached an image below
mariannet
04 Aug 2004, 08:35
Is there a fix to this hack to send a PM when someone donates to you?
And/or a way to see who donated who other that who yourself donated to?
I need an admin way to see this and my users are asking for the PM function as a way to see who donated them.
When i run the install script (http://www.ehabbo.com/forums/admincp/ushop_install.php) I get this error:
Database error in vBulletin 3.0.3:
Invalid SQL: INSERT INTO settinggroup (grouptitle, displayorder, volatile) VALUES ('uttpoints', '1081', '0')
mysql error: Duplicate entry 'uttpoints' for key 1
mysql error number: 1062
Date: Wednesday 04th of August 2004 11:51:48 AM
Script: http://www.ehabbo.com/forums/admincp/ushop_install.php?do=install&step=dosettings
Referer:
Username: Administrator
IP Address: 81.153.216.54
Help would be appreciated.
platnum
04 Aug 2004, 19:14
Is there a fix to this hack to send a PM when someone donates to you?
And/or a way to see who donated who other that who yourself donated to?
I need an admin way to see this and my users are asking for the PM function as a way to see who donated them.
Could try this... http://www.vbulletin.org/forum/showthread.php?t=67075
Ymeaga1n
05 Aug 2004, 01:17
I seem to have discovered a problem...members are able to donate to themselves and get reputation for it.
And if you note that, nothing can really stop people from donating back and forth off of 2 of their own names, admins also don't have much control other then options in control panel.
Limpkinw
05 Aug 2004, 03:14
I have devised a mini hack to do this I will try to post it tomorrow, if you want the link send me a PM I will link you when its posted.
Is there a fix to this hack to send a PM when someone donates to you?
And/or a way to see who donated who other that who yourself donated to?
I need an admin way to see this and my users are asking for the PM function as a way to see who donated them.
Installed! Well.. in the process ;)
sabret00the
05 Aug 2004, 12:59
is anyone else having a problem with store actions not saving? is their a fix for it? i tried GD but i think matthew's a bit busy :(
I'm having the same problem. I had just editted an action through admincp and clicked save and now I'm getting No Actions Found.
Limpkinw
05 Aug 2004, 17:40
I have emailed the appropriate peopel asking for permission to release the hack, please standby :)
I have devised a mini hack to do this I will try to post it tomorrow, if you want the link send me a PM I will link you when its posted.
radicaledward
05 Aug 2004, 19:22
Quick question (probaly answered, but there are alot of pages), is it alright to make a module for the uShop as long as I give credit, or this a developers only release?
Zachery
05 Aug 2004, 19:30
Quick question (probaly answered, but there are alot of pages), is it alright to make a module for the uShop as long as I give credit, or this a developers only release?
Anyone is more than welcome to make addons for our software :) you can release it here and or at GeekyDesigns, as well as vbadvanced(if that is what you are making it for). :)
radicaledward
05 Aug 2004, 19:34
Thanks for the information!
I just have one more quick question; do you have any guidelines on the best way to go about writing uShop modules to guarantee seamless integration? Right now I have plans for a RPG style itemshop that sells swords, armor and other items.
Zachery
05 Aug 2004, 19:35
Thanks for the information!
I just have one more quick question; do you have any guidelines on the best way to go about writing uShop modules to guarantee seamless integration? Right now I have plans for a RPG style itemshop that sells swords, armor and other items.
Matt is working on the documentation for it :)
sabret00the
05 Aug 2004, 20:35
is anyone else having a problem with store actions not saving? is their a fix for it? i tried GD but i think matthew's a bit busy :(
anyone?
Zachery
05 Aug 2004, 20:44
anyone?
Matts lazy at times,
/me gets the whip out and cracks it
I am 99% sure we are not having this problem in our dev envorioment
sabret00the
06 Aug 2004, 02:04
Matts lazy at times,
* Zachery gets the whip out and cracks it
I am 99% sure we are not having this problem in our dev envorioment
it was acknowledged on the GD forums but theirs no fix, well the one that was suggested didn't work :(
radicaledward
06 Aug 2004, 02:29
Matt is working on the documentation for it :)
Well, I did some work on my hack tonight and your code in the modules is straight forward enough, and it was easy to pick up on what was going on. Kudos on that.
msimplay
06 Aug 2004, 07:10
yes i did and i dont know why it doesn't work
i ran a query to drop titleparse
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
do i have to switch the bbcode parsing in user titles by an option
because i can't find it
I did an upgrade from 0.93 - 0.95
and i had the bbcode action installed before but now since i upgraded i can't use bbcode or smilies in it at all only normal user titles can be bort like the original version of the hack
and the new ones supposed to have it by default
do i need to do extra steps other then upload the files and run upgrade script ?
bump
And one more question: If I install that shop, is it only possible to change username and sig for example only by shop, or can still everyone do that by usercp, which wouldn't make sense then.Anyone?
Does anyone know how to set a default number of points into an account when someone new registers? New members have 0, and I'd like them to start out with 10 points, for example. Thanks!
Mr. Brian
06 Aug 2004, 18:44
I've one very strange problem, one of my user today complain to me that he has problem withdrawing his ponits that he deposit'ed out from the bank. Whenever he click on the 'bank' he was told told that "no action is found". But it works fine for the others user. Werid right?
Theres too many replies!! I've got a small problem with the shop menu.
On the vbadvanced page, it works just as it should, shows all the actions etc. But everywhere else, the actions section isn't visible.
Mr. Brian
06 Aug 2004, 21:46
Theres too many replies!! I've got a small problem with the shop menu.
On the vbadvanced page, it works just as it should, shows all the actions etc. But everywhere else, the actions section isn't visible.
Did you edit any of your Master template recently?
Its not working for me....
Reeve of shinra
07 Aug 2004, 20:54
Markro - you'll have to be a little more specific about the errors your getting if you expect help. The hacks works and its likely you missed something in the instructions.
X Factor
08 Aug 2004, 05:07
Is there anyway to remove a users past purchase, not worried if it's implemented but i'd like to know how to do it manually.
does this version of uCash & uShop work on vB3.0.1?
platnum
09 Aug 2004, 19:20
Just a quick question... Everything installed right, everything is working.. I've bought stuff etc...
But whenever I click the "Shop" in the nav bar.. Nothing pulls down below it :(
Anyclue whats wrong?
Thanks in advance :D
PixelFx
09 Aug 2004, 20:23
any mods to add avatars to ushop ? its the only reason I haven't installed it yet.
Sadie Frost
10 Aug 2004, 06:21
any mods to add avatars to ushop ? its the only reason I haven't installed it yet.
You can do it via seconday usergroups :)
Zachery
10 Aug 2004, 06:59
does this version of uCash & uShop work on vB3.0.1?
I dont see any reason it wouldnt.
roundhost
10 Aug 2004, 16:31
I just installed it, when you click the store link it goes to #shop what can i do? I also dont see and points by anybodies names...
I think at least one of the problems is from the step where you add...
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
...to the navbar template
Edit: Ok ive fixed most f the problems, i have fixed it so you can see the points by peoples names and can goto the shop so i'm happy now :)
Edit: ok i still have a problem with the link being #shop, any idea what i should do, is it acctually meant to be #shop and then change to something else?
roundhost
10 Aug 2004, 17:11
All the prices are screwed up as well, like it says that change uername costs 1070.0 when it is set to cost 1000, all the costs are wierd...
(edit: VB 3.0.3)
platnum
10 Aug 2004, 17:19
I'm having the same problem with the navbar to :(
platnum
10 Aug 2004, 17:33
All the prices are screwed up as well, like it says that change uername costs 1070.0 when it is set to cost 1000, all the costs are wierd...
(edit: VB 3.0.3)
Is it maybe because the tax?
roundhost
10 Aug 2004, 19:03
Is it maybe because the tax?
My bad, thanks :), oh and ive still got the problem to the navbar, the only fix i could really think of was to change:
<td id="shop" class="vbmenu_control"><a href="#shop">Store</a><script type="text/javascript"> vbmenu_register("shop");</script></td>
To
<td id="shop" class="vbmenu_control"><a href="ushop.php">Store</a><script type="text/javascript"> vbmenu_register("shop");</script></td>
In the navbar template, however it seems the link doesnt wrok for me, even though the code should work, im going to try and workout the reason :(
Ymeaga1n
10 Aug 2004, 20:37
I seem to have discovered a problem...members are able to donate to themselves and get reputation for it.
And if you note that, nothing can really stop people from donating back and forth off of 2 of their own names, admins also don't have much control other then options in control panel.
....any plans on fixing this?
Zachery
11 Aug 2004, 00:27
....any plans on fixing this?
eck! i do remember getting a pm from someone about this now that we know how it happens we should be able to fix it in the next release.
i just installed 0.95 on my vb3.03
everythings go fine, but when i click "Store" in navbar nothing happened, no dropdown menu... :(
Drunkacho
11 Aug 2004, 20:57
Great hack!
One problem though, there are a couple of members who get a no actions found message when clicking on the link for the store, aside frm that it works fine for everyone else. Oh, I'm on vB 3.0.3 too.
I've no idea why that happens, can someone help?
Zachery
11 Aug 2004, 22:37
ANYONE HAVING A PROBLEM WITH THE NAVBAR DROP DOWN, PLEASE REDO THE NAVBAR TEMPLATE EDITS ACCORIDING TO THIS PAGE http://www.geekydesigns.com/products/ucs/readme.html
ANYONE HAVING A PROBLEM WITH THE NAVBAR DROP DOWN, PLEASE REDO THE NAVBAR TEMPLATE EDITS ACCORIDING TO THIS PAGE http://www.geekydesigns.com/products/ucs/readme.html
i redo the navbar template following above the link you provided,but still not functionable, no drop down menu :ermm:
Zachery
12 Aug 2004, 04:57
i redo the navbar template following above the link you provided,but still not functionable, no drop down menu :ermm:
PM me an admin login and password with the rights to edit styles and i will fix the problem.
roundhost
12 Aug 2004, 05:31
ANYONE HAVING A PROBLEM WITH THE NAVBAR DROP DOWN, PLEASE REDO THE NAVBAR TEMPLATE EDITS ACCORIDING TO THIS PAGE http://www.geekydesigns.com/products/ucs/readme.html
Thanks a bunch, all sorted, your a star! :)
I have a paid Subscription, is there a will I could setup that in the shop?
/me clicks install
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
X Factor
12 Aug 2004, 19:10
Is there anyway to remove a users past purchase, not worried if it's implemented but i'd like to know how to do it manually.
So i guess i'm going to have to wait until the next version to be able to do this i tried searching the thread and couldn't find any information except that you will be able to do this in the next release.
I'd like to manually remove purchases for some people though.
jevzero
12 Aug 2004, 20:10
i know it's been posted a billion times...but I have tried all. I continue to get no actions found. I also do not get any points. I did the ushop_install.php on vb3. What am I doing wrong?
neroflorida
12 Aug 2004, 22:45
Tip:
Clean up Templates in Style Manager...
In adminfunctions_template.php
Find:
// phrased groups
Add Somewhere in array definition that makes sense to you:
'uttstore' => 'UCash/UShop Templates',
And one more question: If I install that shop, is it only possible to change username and sig for example only by shop, or can still everyone do that by usercp, which wouldn't make sense then.*bump*
Zachery
13 Aug 2004, 05:31
i know it's been posted a billion times...but I have tried all. I continue to get no actions found. I also do not get any points. I did the ushop_install.php on vb3. What am I doing wrong?
Check all your file edits again
Zachery
13 Aug 2004, 05:31
So i guess i'm going to have to wait until the next version to be able to do this i tried searching the thread and couldn't find any information except that you will be able to do this in the next release.
I'd like to manually remove purchases for some people though.I know that the user themself can remove their own purchase by click on the purchase link again
Zachery
13 Aug 2004, 05:32
I have a paid Subscription, is there a will I could setup that in the shop?
* oldfan clicks install
You could give the new usergroup a heavy discount
Zachery
13 Aug 2004, 05:33
*bump*I am fairly sure it wouldnt allow them to. But i havent checked into it, matt usualy doesnt miss the small detials, if he messes up, its largescale.
Jason McConnell
13 Aug 2004, 09:56
Wassup Geeky Design Guys :D
I've been following this thread for a month, and finally decided I was confident enough to install this this morning :D *Clicks INSTALL* :)
I've got one problem, and it's not really a biggie. When a user is in the Store, the WOL shows it as Unkown Location. Did I miss something?
BTW, I'm using the Non HTL install, on vB version 3.0.3.
Wapture
13 Aug 2004, 12:50
Hey, I need some help.
Ushop has been installed and is great, but I need a little help about the forum access item.
I have set it so people have to buy access to 3 forums, yet people can still go in and post without buying the item from the store.
What do I need to do? Do I need to put a password on the forums I want people to buy access for?
I want to keep the forums so that people can see them but cannot access them at all unless they buy the item from the store...
Any help?
I am fairly sure it wouldnt allow them to. But i havent checked into it, matt usualy doesnt miss the small detials, if he messes up, its largescale.Finally... thanks for the answer. On more thing: Do you know when 1.0 will be available? So that I know if I wait for it or stick with this version for now.
platnum
13 Aug 2004, 17:56
ANYONE HAVING A PROBLEM WITH THE NAVBAR DROP DOWN, PLEASE REDO THE NAVBAR TEMPLATE EDITS ACCORIDING TO THIS PAGE http://www.geekydesigns.com/products/ucs/readme.html
Thanks bro, works like a charm now :D \:D/
Zachery
13 Aug 2004, 19:56
Wassup Geeky Design Guys :D
I've been following this thread for a month, and finally decided I was confident enough to install this this morning :D *Clicks INSTALL* :)
I've got one problem, and it's not really a biggie. When a user is in the Store, the WOL shows it as Unkown Location. Did I miss something?
BTW, I'm using the Non HTL install, on vB version 3.0.3.
No, its somthing we have missed in the instructions i will make sure to have it soon or for the next version
Zachery
13 Aug 2004, 22:23
Finally... thanks for the answer. On more thing: Do you know when 1.0 will be available? So that I know if I wait for it or stick with this version for now.We have no timeframe for the next major release at this time, sorry
MissKalunji
13 Aug 2004, 22:29
We have no timeframe for the next major release at this time, sorry
Still no hack to show the articles on a none vb page?
Zachery
13 Aug 2004, 23:14
Still no hack to show the articles on a none vb page?
How does that even relate to uCS?
MissKalunji
14 Aug 2004, 00:14
How does that even relate to uCS?
oops im soooooooooo sorry i posted in the wrong thread :nervous:
The Wedge
14 Aug 2004, 04:33
I got this error as soon as I ran the install script. It checked for a previous version. verified I didn't have one then went on to the next step. that's when I got the error.
Database error in vBulletin 3.0.3:
Invalid SQL: INSERT INTO settinggroup (grouptitle, displayorder, volatile) VALUES ('uttpoints', '1081', '0')
mysql error: Duplicate entry 'uttpoints' for key 1
mysql error number: 1062
Date: Saturday 14th of August 2004 12:51:40 AM
Script: http://wedgepage.com/forums/admincp/ushop_install.php?do=install&step=dosettings
Referer:
Zachery
14 Aug 2004, 05:24
I got this error as soon as I ran the install script. It checked for a previous version. verified I didn't have one then went on to the next step. that's when I got the error.
Database error in vBulletin 3.0.3:
Invalid SQL: INSERT INTO settinggroup (grouptitle, displayorder, volatile) VALUES ('uttpoints', '1081', '0')
mysql error: Duplicate entry 'uttpoints' for key 1
mysql error number: 1062
Date: Saturday 14th of August 2004 12:51:40 AM
Script: http://wedgepage.com/forums/admincp/ushop_install.php?do=install&step=dosettings
Referer:
sounds like you have already ran the install, did you try running the upgrade instead?
The Wedge
14 Aug 2004, 12:21
sounds like you have already ran the install, did you try running the upgrade instead?
no I ran it once and I got the same thing so I just tried it again.
The Wedge
14 Aug 2004, 12:27
ok I just uninstalled it now. Although I got an error on that also. I then tried to intall and it seemed to go through smoothly. This same thing happened to me when I installed vBadvanced. At first I had errors but after uninstalled, reinstalled, uninstalled, then reinstalled it again it went through. I don't know why that's happening. Time to make the file changes. I'll let you know how it goes
The Wedge
14 Aug 2004, 12:49
I'm at the last damn step to update the navbar template and I am not finding the code it's telling me to update. Is this because I'm using the vBulletin 3 Classic style on my forum? I went ahead and tried to run this without this last step. Not sure if I need it being that it's only a navbar edit. I went to the ushop.php page and I got this error
Warning: Invalid argument supplied for foreach() in /home/virtual/site7/fst/var/www/html/forums/ushop.php on line 151
it also said "No actions found..."
Myacen Network
14 Aug 2004, 13:21
The readme.html is missing Step 5? Our store installed however it's not working? http://www.myacen.com/forums/
Zachery
14 Aug 2004, 18:10
ok I just uninstalled it now. Although I got an error on that also. I then tried to intall and it seemed to go through smoothly. This same thing happened to me when I installed vBadvanced. At first I had errors but after uninstalled, reinstalled, uninstalled, then reinstalled it again it went through. I don't know why that's happening. Time to make the file changes. I'll let you know how it goesI'm at the last damn step to update the navbar template and I am not finding the code it's telling me to update. Is this because I'm using the vBulletin 3 Classic style on my forum? I went ahead and tried to run this without this last step. Not sure if I need it being that it's only a navbar edit. I went to the ushop.php page and I got this error
Warning: Invalid argument supplied for foreach() in /home/virtual/site7/fst/var/www/html/forums/ushop.php on line 151
it also said "No actions found..."
So you did run it once.
If you have already run the install check your edits, also dont use dreamweaver to edit files.
Zachery
14 Aug 2004, 18:10
The readme.html is missing Step 5? Our store installed however it's not working? http://www.myacen.com/forums/Just miss numbered :) there are only the 5 steps.
Myacen Network
14 Aug 2004, 18:16
I'm not getting the drop down, and its configured to the latest readme ideas?
Zachery
14 Aug 2004, 18:32
I'm not getting the drop down, and its configured to the latest readme ideas?
Did you get the one from the website?. the zip has not been updated yet
http://www.geekydesigns.com/products/ucs/readme.html
DarkWarriorXII
14 Aug 2004, 19:20
The drop down menu on my navbar doesn't drop down. What's wrong here?
Zachery
14 Aug 2004, 20:07
The drop down menu on my navbar doesn't drop down. What's wrong here?Did you get the one from the website?. the zip has not been updated yet
http://www.geekydesigns.com/products/ucs/readme.html
Look up :)
DarkWarriorXII
14 Aug 2004, 20:55
Look up :)
:o That was embarassing :p . Thanks for pointing that out.
Is there a way to stop the UTT system from adding reputation? It seems to multiply the green blocks when reputation is added (like when a user donates points or is thieved), without updating the rank (so it still shows "user is moving up," which is my 30 points reputation title, even if they have 200 points, which should be "user is a great member"), and overall that doesn't seem right.
PS3 Dude
14 Aug 2004, 21:59
I will pay someone to install this hack for me :) Any interested parties please PM me with an offer.. thanks. I tried to install it, but with my extremely limited knowledge of php, its like rocket science, literally.. you could explain it to me til your blue in the face and it still wouldnt matter, lol. I guess I should get off my ass and learn a bit of php... but I am just not bothered. lol.
Zachery
14 Aug 2004, 22:46
I will pay someone to install this hack for me :) Any interested parties please PM me with an offer.. thanks. I tried to install it, but with my extremely limited knowledge of php, its like rocket science, literally.. you could explain it to me til your blue in the face and it still wouldnt matter, lol. I guess I should get off my ass and learn a bit of php... but I am just not bothered. lol.
We offfer the instatlion service for 15 USD. :)
PS3 Dude
15 Aug 2004, 09:18
Okay :) You accept paypal payment?
Virulent1
16 Aug 2004, 00:48
Nvm Fixed it..
saint_seiya
16 Aug 2004, 05:11
Alright, I installed the hack, but I made a mistake early on and I do not know if it had an effect on the overall install.
I ran the installer after i made the file edits, I forgot when I went along.
So if that didn't immediately cause my problem, I ran the install with the included installer and then went into my admincp. The store was not on my left hand list, so I had to access it from its url maunally, and above the areas where it says save values and add action I see the following error:
Warning: Invalid argument supplied for foreach() in /home/httpd/vhosts/vgcity.com/httpdocs/subdomains/forums/admincp/uttstoreadmin.php on line 492
So, I am wondering if I should redo it all over again, or if there is something I can do about it to salvage it.
btw, I didn't find the htl files in the zip I downloaded, i havent used HTL in awhile, where can I find the htl install for it?
UPDATE: I re-did everything manually again, same problems.
curly howard
16 Aug 2004, 09:50
Does anyone know how to set a default number of points into an account when someone new registers? New members have 0, and I'd like them to start out with 10 points, for example. Thanks!
Same question
Reeve of shinra
16 Aug 2004, 11:30
Saint - read the very first post for how to solve forreach errors.
TunerNetwork
16 Aug 2004, 17:53
What is the exact error you recieve?
Warning: main(./includes/init.php): failed to open stream: No such file or directory in /home/hondanet/public_html/forums/admincp/global.php on line 18
Fatal error: main(): Failed opening required './includes/init.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/hondanet/public_html/forums/admincp/global.php on line 18
Where does the supposed error happen?
Ok, this is the error I get now when I try to enter my Admincp. When I click on the Store button in the navbar, it does nothing. I tried changing the Global.php file around, but nothing, and now I cant even get into my admincp. I need help, either someone come through and reinstall or...I will pay for the service, but need help ASAP!
What vB version are you running?
Powered by: vBulletin Version 3.0.3
Can msg me on here, AIM is TN Zazza CEO, Email is: Zazza_CEO@TunerNetwork.com
saint_seiya
16 Aug 2004, 18:59
I had tried that fix twice before with no luck
Zachery
16 Aug 2004, 19:54
I had tried that fix twice before with no luck
There is no reason, if you ran the isntall file, and hacked your files correctly for you to get any errors, are you by any chance using dreamweaver to edit your files?
saint_seiya
16 Aug 2004, 20:51
No, I used notepad. I did it the first time, so I logically felt maybe I edited something wrong, so I went over it again and re-edited each file, but the problems persisted.
Is the HTL file in the zip? I didn't find any and I downloaded it twice.
Zachery
16 Aug 2004, 21:03
No, I used notepad. I did it the first time, so I logically felt maybe I edited something wrong, so I went over it again and re-edited each file, but the problems persisted.
Is the HTL file in the zip? I didn't find any and I downloaded it twice.
I would not suggest using the HTL file, but if you want to its in the extras folder.,
saint_seiya
16 Aug 2004, 23:27
Yea, I don't think it will make a difference, I just don't get why its not working.
sitejunkies
17 Aug 2004, 03:36
I installed it myself but can't get it working. the "store" link appears at the top but when you click it, nothing happens.. Who can install this for me (for pay via Paypal)? I would be willing to pay for this hack and a few others to be installed for me.. PM me or email me at aaron@cashjunkies.com if interested..
Thanks..
saint_seiya
17 Aug 2004, 03:57
Oh yea, I also have that problem with the store link, wow, strange stuff.
Seems putting money into the bank works, but withdrawing it makes points vanish to no one.
Zachery
17 Aug 2004, 04:58
I installed it myself but can't get it working. the "store" link appears at the top but when you click it, nothing happens.. Who can install this for me (for pay via Paypal)? I would be willing to pay for this hack and a few others to be installed for me.. PM me or email me at aaron@cashjunkies.com if interested..
Thanks..
Originally Posted by Zachery
Did you get the one from the website?. the zip has not been updated yet
http://www.geekydesigns.com/products/ucs/readme.html
Zachery
17 Aug 2004, 04:59
Oh yea, I also have that problem with the store link, wow, strange stuff.Originally Posted by Zachery
Did you get the one from the website?. the zip has not been updated yet
http://www.geekydesigns.com/products/ucs/readme.html
:bunny:
sitejunkies
17 Aug 2004, 05:01
I got the zip from in this forum.. heh
sitejunkies
17 Aug 2004, 05:16
Ahh well.. I have spent more than two hours on this and still.. nowhere..
saint_seiya
17 Aug 2004, 05:41
Is that drop down menu the only thing different in that readme? Cause I still have no idea why it's not working. My site AIM is :vgcityhelp if anyone would find it easier to help me on that.
UPDATE: Drop down menu fixed
monstergamer
17 Aug 2004, 05:46
So, what do I do to get this running? The file within the zip here and the one on the site are exactly the same, by comparism.. anyway, I have spent more than two hours on this and still.. nowhere..
same here....nothing but errors.
to many just to post them all
some Global and Init.php
i am editing the right ones and i looked ove all the code, to many times
jsnakej13
17 Aug 2004, 13:08
I am experiencing a problem. At the top of my forum is a line of text that says Warning: Invalid argument supplied for foreach() in /home2/wrestlin/public_html/forum/global.php on line 638
MindTrix
17 Aug 2004, 13:09
Check the first post in the thread for the fix.
saint_seiya
17 Aug 2004, 14:25
Wait, does it require VB 3.0.3 to run. If so, is there an older one that can be used?
Blam Forumz
17 Aug 2004, 19:29
For tha tlink that you posted zach, do i need to follow those instructions to re-hack EVERYTHING? or just the navbar??
MiLynne
17 Aug 2004, 20:01
My store link isn't working, either. I made sure everything was correct and it is. What is the exact problem and what needs to be changed??
Blam Forumz
17 Aug 2004, 21:22
Is that drop down menu the only thing different in that readme? Cause I still have no idea why it's not working. My site AIM is :vgcityhelp if anyone would find it easier to help me on that.
UPDATE: Drop down menu fixed
can you tell us how you did this? or show us your navbar template?
:speechless:
neo|d3fx
17 Aug 2004, 21:52
There is a confirmed exploit with this hack allowing users to give themselves or someone else points and are able to define how much it would cost them at the same time.
Steps to recreate it;
Click the Donate to User button in the postbit, or from the main Ushop page
Type in your name or anothers username
instead of just a numerical value type in "1, uttpoints=99999"
1 will be the value in which it costs you to donate the points, and the 99999 are how many points you are giving them.
Does anyone know the way to only allow a numerical value in that textbox you type the points in?
Blam Forumz
17 Aug 2004, 22:30
woot i fix0red it :)
MiLynne
17 Aug 2004, 22:55
woot i fix0red it :)
I fixed my link thing..
Now I've got some questions.
I installed it manually and I'm on vb 3.0.3
First, I can't get donate, admindonate to activate
Secondly, when I save I get: Could not find phrase 'uttstore_saved_values_successfully'.
Also, I don't understand how the Secondary Usergroup, Buy forum password/access, etc. works. Are those separate hacks??
MiLynne
17 Aug 2004, 23:43
I fixed my link thing..
Now I've got some questions.
I installed it manually and I'm on vb 3.0.3
First, I can't get donate, admindonate to activate
Secondly, when I save I get: Could not find phrase 'uttstore_saved_values_successfully'.
Also, I don't understand how the Secondary Usergroup, Buy forum password/access, etc. works. Are those separate hacks??
ok...update:
I see the (donate) link...where will I find the admindonate thing?
Zachery
18 Aug 2004, 03:46
Just tha navbar
Milynne, its in the postbit as well as the store tiself
saint_seiya
18 Aug 2004, 04:10
Does this shop require 3.0.3 and do you have an older version?
Blam Forumz
18 Aug 2004, 15:04
Im trying to make the points / donate link look like how they do in the attatchments
What should I replace
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
with?
I tried using this
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
But it wont work
Help. :ermm:
MiLynne
18 Aug 2004, 15:47
Thanks! User error..lol..
Now I have a request.
I want to make up a box that will allow users to use points to suggest a game to put in the arcade. Can someone hook me up with the code to do this?
What is the exact error you recieve? I don't
Where does the supposed error happen? It doesn't error
What vB version are you running? VB 3.0.3
The problem is, i've just installed the hack again on a clean vb 3.0.3 board and the drop down menu doesn't work on the nav bar
I've tried adding it to multiple styles and each time it just doesn't work.
When I hover my mouse pointer over the menu it says..
forums/#shop
Is that right?
saint_seiya
18 Aug 2004, 19:07
Ok, I finally got it installed and so far it looks as if its working fine, nice hack. One question, has anyone made any new actions? That can be imported and such?
Also, how do you restrict access to users without an arcade pass? I have the latest arcade.
Zachery
18 Aug 2004, 19:25
What is the exact error you recieve? I don't
Where does the supposed error happen? It doesn't error
What vB version are you running? VB 3.0.3
The problem is, i've just installed the hack again on a clean vb 3.0.3 board and the drop down menu doesn't work on the nav bar
I've tried adding it to multiple styles and each time it just doesn't work.
When I hover my mouse pointer over the menu it says..
forums/#shop
Is that right?
Use the one from the website
http://www.geekydesigns.com/products/ucs/readme.html
:p0
Zachery
18 Aug 2004, 19:25
Ok, I finally got it installed and so far it looks as if its working fine, nice hack. One question, has anyone made any new actions? That can be imported and such?
Also, how do you restrict access to users without an arcade pass? I have the latest arcade.
You really cant, and we have included one of the two addons that were made.
We are still working towards getting users to be more active at GD so we can track bugs and such. its almost impossible to do so here.
saint_seiya
18 Aug 2004, 20:10
Hoes does the pass essentially work?
Use the one from the website
http://www.geekydesigns.com/products/ucs/readme.html
:p0
Do I have to do all the code hacks again? Or just the navbar bit?
I redid the navbar using the new code and it didn't make any difference :(
Zachery
18 Aug 2004, 21:19
Do I have to do all the code hacks again? Or just the navbar bit?
I redid the navbar using the new code and it didn't make any difference :(
Just the navbar bit.
Aye, I did that and it stayed the same.
Hmm, would any of the other template or file hacks affect it?
I don't understand why it's not working, when I origiinally had ushop installed it worked aok
Link14716
18 Aug 2004, 21:57
Remember to add that BELOW the code for the navbar bit.
I believe the original readme said to add above, which b0rked it.
Link14716
18 Aug 2004, 22:30
--details of an exploit--
0.95a has been released to fix this exploit.
Btw, I had this problem with the prior versions and it still seems to happen with this one,,,,but it might be something i've done wrong
All the file edits and templates are done, but, when a user chooses to make their name a certain color or glow it doesn't show up on the post bit (legacy) area when viewing threads?
For instance, I just bought a purple name with red glow, it doesn't show up
Yet if I open my member profile, the purple name shows up, minus the glow
Link14716
18 Aug 2004, 22:36
Btw, I had this problem with the prior versions and it still seems to happen with this one,,,,but it might be something i've done wrong
All the file edits and templates are done, but, when a user chooses to make their name a certain color or glow it doesn't show up on the post bit (legacy) area when viewing threads?
For instance, I just bought a purple name with red glow, it doesn't show up
Yet if I open my member profile, the purple name shows up, minus the glow
If the color isn't showing up, then you missed an edit.
For the glow, make sure you did all of the postbit edits (to postbit_legacy of course) and it should work. Be aware that glow is an Internet Explorer only feature, however.
Blam Forumz
18 Aug 2004, 22:44
What was the exploit?
If the color isn't showing up, then you missed an edit.
For the glow, make sure you did all of the postbit edits (to postbit_legacy of course) and it should work. Be aware that glow is an Internet Explorer only feature, however.
Well that's what I thought, but i've been through the postbit legacy and the showthread files and it's all in there
I'm running IE 6
Here's a screeny of my postbit_legacy template
http://homepage.ntlworld.com/adam.dresch/postbit.PNG
Link14716
18 Aug 2004, 22:49
What was the exploit?
Using donate, someone can give a user a whole lot of points while only being charged something small, like 1.
A pretty bad exploit if you ask me.
Link14716
18 Aug 2004, 22:51
Well that's what I thought, but i've been through the postbit legacy and the showthread files and it's all in there
I'm running IE 6
Here's a screeny of my postbit_legacy template
http://homepage.ntlworld.com/adam.dresch/postbit.PNG
Move
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
to right before the <a> tag.
wait that worked
lol
Kick ass, thanks link!
Limpkinw
18 Aug 2004, 23:02
I have modified my Uttstore files is there a way u can tell the changed made on the files or is tehre too many to list?
thanks!
Zelda-King
18 Aug 2004, 23:59
Aye, I did that and it stayed the same.
Hmm, would any of the other template or file hacks affect it?
I don't understand why it's not working, when I origiinally had ushop installed it worked aokAfter upgrading your forums you need to reinstall the templates via the install script. Assuming you've done that, ensure you've reverted any customised store templates, such as UTTSTORE.
saint_seiya
19 Aug 2004, 00:39
um, glowing username doesn't work, is there any reason why?
Link14716
19 Aug 2004, 00:46
I have modified my Uttstore files is there a way u can tell the changed made on the files or is tehre too many to list?
thanks!
I believe these edits are correct.
action.admindonate.php (this one is not important, but I fixed it here as well):
Find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Replace with:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Add Above:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
action.bank.php:
Find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Replace with:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Replace with:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Replace with:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Replace with:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
action.donate.php:
Find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Replace with:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Replace with:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
action.thief.php:
Find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Add above:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Link14716
19 Aug 2004, 00:46
um, glowing username doesn't work, is there any reason why?
Yes it does. Follow the directions.
Whatever the new "update" did, it's stopped me from taking points away from members who are being buttheads. :P I used to donate them a negative amount of points, that doesn't work now. Could an "Admin Remove" function be made, as opposed to "Admin Donate"? Thanks!
Zachery
19 Aug 2004, 08:40
Whatever the new "update" did, it's stopped me from taking points away from members who are being buttheads. :P I used to donate them a negative amount of points, that doesn't work now. Could an "Admin Remove" function be made, as opposed to "Admin Donate"? Thanks!
You can edit their points directly from the ACP. Ill poke matt about getting a radio button to select wich type it is (+/-) for admin donate :)
Link14716
19 Aug 2004, 11:21
Whatever the new "update" did, it's stopped me from taking points away from members who are being buttheads. :P I used to donate them a negative amount of points, that doesn't work now. Could an "Admin Remove" function be made, as opposed to "Admin Donate"? Thanks!
Whoops. I guess I was thinking too much yesterday. ;)
action.admindonate.php
Find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Delete it.
Jason McConnell
19 Aug 2004, 20:19
Whoops. I guess I was thinking too much yesterday. ;)
action.admindonate.php
Find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Delete it.
I can't find "-", in that file, has it already been removed from the zip? I downloaded it this afternoon.
Zachery
19 Aug 2004, 21:02
I can't find "-", in that file, has it already been removed from the zip? I downloaded it this afternoon.You only need to make thoughs changes if you have not just downloaded the package
Matt Bush
20 Aug 2004, 00:08
I was wondering if there is away to get the Trade Rater hack to work with the point system like the way the referal system works with the point system.
Could someone please write the code/mod that would allow the point system hack to give X amount of points when someone gets a positive feed back and take away when they get a negative?
Link to Trade Hack: http://www.vbulletin.org/forum/showthread.php?t=65730
THANKS
Rahzel_hx
20 Aug 2004, 23:48
Umm i dunno what i did wrong but i don't have ushop actions and in (see attachment) only theif is a link >_<
Link14716
21 Aug 2004, 00:03
I can't find "-", in that file, has it already been removed from the zip? I downloaded it this afternoon.
Usually when I find a mistake that screws something up, I fix it in the zip, as well as telling people how to fix it themselves.
Yes, the zip was updated.
Link14716
21 Aug 2004, 00:04
Umm i dunno what i did wrong but i don't have ushop actions and in (see attachment) only theif is a link >_<
It is the only link because you cannot purchase the others either because it is out of stock or (more likely) you do not have enough points.
Rahzel_hx
21 Aug 2004, 01:00
oh lol thanks but where do i go to edit prices and the products descriptions?
Link14716
21 Aug 2004, 02:16
The Admin CP -> Action Manager.
Rahzel_hx
21 Aug 2004, 04:48
hmm i don't have a action manager >_<
Edit i jsut don't have a link to it i think i did something wrong in the admincp/index.php
This is what it looks like
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Zachery
21 Aug 2004, 06:53
hmm i don't have a action manager >_<
Edit i jsut don't have a link to it i think i did something wrong in the admincp/index.php
This is what it looks like
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
You pasted it on one line.. instead of on multiple lines.
Rahzel_hx
21 Aug 2004, 06:58
>_< ohh so lol i didn't know that matterd >_<
hmm so like this
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Rahzel_hx
21 Aug 2004, 07:01
oh lol thx that worked XD i wonder how the rest of my hacks are working then >_<?
Jason McConnell
21 Aug 2004, 14:54
You only need to make thoughs changes if you have not just downloaded the package
Gotcha man, thanks :D
jenn022078
21 Aug 2004, 17:42
Hey ya'll I am new to the ushop and I am trying to figure out how to find the history. Where in the world is that at? I feel dumb for asking, but I need to learn somewhere.:)
lordofgun
22 Aug 2004, 00:51
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/keith/billszone.com/fanzone/includes/functions.php on line 1894
Fatal error: Call to undefined function: is_browser() in /home/keith/billszone.com/fanzone/global.php on line 59
Anyone have any idea what I'm doing wrong? Thanks in advance!
Zachery
22 Aug 2004, 00:57
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/keith/billszone.com/fanzone/includes/functions.php on line 1894
Fatal error: Call to undefined function: is_browser() in /home/keith/billszone.com/fanzone/global.php on line 59
Anyone have any idea what I'm doing wrong? Thanks in advance!
Stop using dreamweaver to edit your files, start with a fesh copy of global.php and functions.php and redo the hacks.
lordofgun
22 Aug 2004, 01:13
Stop using dreamweaver to edit your files, start with a fesh copy of global.php and functions.php and redo the hacks.
I saw that you said the same to someone else. Thanks for your help! Thats' the first and last time I use dreamweaver. :nervous:
LoOnEyToOnZ
22 Aug 2004, 01:16
Hello is it possible to delete points from a user who has them in his bank ? m using 0.93 Beta
lordofgun
22 Aug 2004, 02:40
Is there any easy way to change the name from 'points' to something else?
Maybe I'm blind, but I can't figure out how.
Zachery
22 Aug 2004, 02:45
Hello is it possible to delete points from a user who has them in his bank ? m using 0.93 Beta
No and i would suggest you upgrade to .95a as there are two or three security updates.
Zachery
22 Aug 2004, 02:46
Is there any easy way to change the name from 'points' to something else?
Maybe I'm blind, but I can't figure out how.
Edit the phrases ucs_points and ucs_points_lower :)
lordofgun
22 Aug 2004, 02:56
Edit the phrases ucs_points and ucs_points_lower :)
This may be a stupid question, but where do I find those to edit them? :D
lordofgun
22 Aug 2004, 03:19
This may be a stupid question, but where do I find those to edit them? :D
Do I just run ushop_install again after I change the values?
LoOnEyToOnZ
22 Aug 2004, 03:26
Will upgrading remove all points and bets ?
What if i'd like to restart everyone's points to 0 ?
Zachery
22 Aug 2004, 03:35
Do I just run ushop_install again after I change the values?
No, just update the phrase and make sure you have done the correct edits.
lordofgun
22 Aug 2004, 03:36
No, just update the phrase and make sure you have done the correct edits.
Where do I go to update those phrases? :D
Zachery
22 Aug 2004, 03:42
Where do I go to update those phrases? :DPhrase manager :)
lordofgun
22 Aug 2004, 03:56
DOH! I feel like a retard. Thanks!
jenn022078
23 Aug 2004, 00:58
I have a quick question. I have store already installed and working fine. I am not able to view purcahse history from my members. I click recent purcahse history but I get action not found. Can someone please help me with this?
I tried to instal the u cash and u shop and it it said I dont have the right program to open it? Any Ideas on what to do?
Zelda-King
23 Aug 2004, 14:10
Try www.winzip.com... but surely you would be able to open it if you installed vBulletin in the first place?
johnbruce71
24 Aug 2004, 13:19
Just wondering how to change which forum the users can buy the password for? do i have to edit the php file or what?
EDIT: Ok got it
Matt Bush
25 Aug 2004, 21:31
I was wondering if there is away to get the Trade Rater hack to work with the point system like the way the referal system works with the point system.
Could someone please write the code/mod that would allow the point system hack to give X amount of points when someone gets a positive feed back and take away when they get a negative?
Link to Trade Hack: http://www.vbulletin.org/forum/showthread.php?t=65730
THANKS
Rahzel_hx
26 Aug 2004, 00:09
"IF YOU ARE NOT GETTING ANY POINTS:
Edit a forum and set all of the store settings to '1' and save"
Where do i go to edit this? i'm so confused
Zelda-King
26 Aug 2004, 00:17
Admin CP > vBulletin Options > Forums & Moderators > Forum Manager > 'Forum you aren't getting points in'.
Rahzel_hx
26 Aug 2004, 00:23
Admin CP > vBulletin Options > Forums & Moderators > Forum Manager > 'Forum you aren't getting points in'.
In the forum manger when i go into a forum there is no u shop/u cash options
Zachery
26 Aug 2004, 00:44
In the forum manger when i go into a forum there is no u shop/u cash options
Did you edit all the files correctly?
Rahzel_hx
26 Aug 2004, 00:47
I belive so what file would it be?
Zachery
26 Aug 2004, 00:50
admincp/forum.php i think
Rahzel_hx
26 Aug 2004, 01:04
lol i forgot to go back and make sure i hit enter at the semi commas >_< (code was pasted in one stright line XP)
Added support thread here (http://www.geekydesigns.com/board/showthread.php?t=133)... figured I might get help there as that's what the thread starter asked for. ;)
Zachery
26 Aug 2004, 05:21
Added support thread here (http://www.geekydesigns.com/board/showthread.php?t=133)... figured I might get help there as that's what the thread starter asked for. ;)
Replied yelper :D
Zelda-King
26 Aug 2004, 16:30
This could do with securing. Some user changed my custom title. In my opinion it shouldn't be possible to change staff titles... or steal from them, etc. Currently it's even possible to deny forum access to the administration!
Jason McConnell
26 Aug 2004, 17:09
Is there a way to add on more ways to get points? Say a user gets first place in a game in the arcade, can that be an award-able action? BTW, thanks for an awesome hack :D
Zelda-King
26 Aug 2004, 17:53
There are add-ons that allow for that kind of thing. Check out the arcade pass hack.
y2krazy
27 Aug 2004, 03:44
Parse error: parse error, unexpected $, expecting '(' in /home/xxxxxx/public_html/community/includes/functions.php on line 3566
vB 3.0.3 Fresh Install
Not sure what is going wrong. Any help would be very, very appreciated!
y2krazy
27 Aug 2004, 03:56
Strange, but when I just went back to check it out, I refreshed and the error was gone. No edits, and it just disappeared...
proxyMX
27 Aug 2004, 11:13
Installs hacks and makes it easier to upgrade since all the file edits of hacks installed using it are accessible in the admincp.
ok ive just installed 3.0.3 and this store has pretty much stopped working. Since im trying to optimise the site i wanna totally uninstall it, how will i go about this?
Zelda-King
27 Aug 2004, 11:31
This could do with securing. Some user changed my custom title. In my opinion it shouldn't be possible to change staff titles... or steal from them, etc. Currently it's even possible to deny forum access to the administration!Until someone addresses this I may as well share my humble fixes;
In uttstore/action.changeothertitle.php:
Find
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Above it add
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
changing the xx to the userids of your staff (and if userid 1 isn't applicable for some reason change the "1" too. The same applies to the following fixes. I have included places for 8 forum leaders in the above code so alter that to suit your needs).
In uttstore/action.thief.php:
Find
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Above it add
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Finally, in uttstore/action.denyforumaccess.php:
Find
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Above it add
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
It's not acceptable as an official fix, but it does the job. Unfortunately it appears the $usergroupid won't work without additional hacking or this would be very easy to fix.
I'm looking for a better conditional. Something on the lines of if ['adminpermissions'] & ISMODERATOR) or something.
Is there anyone who can help me install ushop and cash? I will be willing to make a donation to you?????? PM me if you can do it and how much. Thank you guys alot
Zachery
27 Aug 2004, 15:18
ok ive just installed 3.0.3 and this store has pretty much stopped working. Since im trying to optimise the site i wanna totally uninstall it, how will i go about this?
If you upgraded to 3.0.3 yoiu need to redo your file edits for it to work, if you dont want to use the system anymore run the uninstall link in the install file.
Zachery
27 Aug 2004, 15:18
Is there anyone who can help me install ushop and cash? I will be willing to make a donation to you?????? PM me if you can do it and how much. Thank you guys alot
Syjech i suggest trying to install the system yourself, if you find yourself unable you can drop me a pm and i will do the install for you for the going rate which is 15 USD via paypal.
CMX_CMGSCCC
27 Aug 2004, 17:12
You could also do this for the action.thief.php
Find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Add above:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Maybe not the most efficient way, but its working on my forums.
-CMX
Zelda-King
27 Aug 2004, 17:16
Heh, well it's a much more globally functional fix than my little attempt. I know the variables to use to indicate forum staff but they don't seem to want to work with $thefted. :/
It seems your fix isn't working for super mods though.
CMX_CMGSCCC
27 Aug 2004, 17:23
Yeah, I had that problem at first too, kept giving a php error.
I finally found one line that worked, and I didnt want to fiddle with it anymore.
I hack Code Breaker PS2 codes, so I know how changing 1 letter can mess up everything :)
-CMX
Zelda-King
27 Aug 2004, 18:15
You can use this code for super moderators in the thief script:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Link14716
27 Aug 2004, 20:03
I'll use an Action Specific Variable to control it in the next release.
RetroDreams
27 Aug 2004, 20:49
How many addons are there to this? I've only found like 2 or 3. Am I looking in the wrong place?
Shari Hes
27 Aug 2004, 22:24
hello, I just installed it and I've been getting this weird error
Request Error (invalid_request)
Your request could not be processed.
This could be caused by a misconfiguration, or possibly a malformed request.
For assistance, contact your network support team.
everytime I click a link or post reply, but everything is just fine if I refresh (the reply is posted successfully). and most strangely, it only happened in IE.
my VB is 3.0.3 of course.
Thanks ^^
y2krazy
27 Aug 2004, 23:17
Working on 3.0.3 on my to-be-released-soon vB! :)
/me has it installed!
y2krazy
29 Aug 2004, 14:48
I was also wondering how I could give new members a certain amount of "default" points when they register. I tried searching for this in the thread, but found it asked by 2 people with no response. Forgive me if I missed it, but if anyone can help, I would surely appreciate it! :)
ChurchMedia
29 Aug 2004, 16:44
I was also wondering how I could give new members a certain amount of "default" points when they register. I tried searching for this in the thread, but found it asked by 2 people with no response. Forgive me if I missed it, but if anyone can help, I would surely appreciate it! :)
Just run this query:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Change the '100' to however many points you want them to start out with. Don't for get to put your table prefix before 'user' if you use a prefix. And if you are using a feild other than 'uttpoints' (like me -- I'm using 'storep' because I was using Lesanne's hack before), be sure to change that part of the query too.
:)
Zachery
29 Aug 2004, 16:46
I was also wondering how I could give new members a certain amount of "default" points when they register. I tried searching for this in the thread, but found it asked by 2 people with no response. Forgive me if I missed it, but if anyone can help, I would surely appreciate it! :)
You could Set the default value of the points field to 10(or another number) and from now on these new members should get default points.
hello, I just installed it and I've been getting this weird error
Request Error (invalid_request)
Your request could not be processed.
This could be caused by a misconfiguration, or possibly a malformed request.
For assistance, contact your network support team.
everytime I click a link or post reply, but everything is just fine if I refresh (the reply is posted successfully). and most strangely, it only happened in IE.
my VB is 3.0.3 of course.
Thanks ^^
That is not a valid php/mysql error for vB or uCS you should contact your host or try upgrading your browser.
How many addons are there to this? I've only found like 2 or 3. Am I looking in the wrong place?
Right now i only know of two. :) and one of them was added as a default feature.
y2krazy
29 Aug 2004, 19:31
Thanks for the guidance, ChurchMedia! It's a good thing when you get help so quickly, especially with such great software! :)
Nice one.. I like this hack
eNforce
29 Aug 2004, 23:36
How would I go about setting username colors back to the original color?
Link14716
30 Aug 2004, 01:53
How would I go about setting username colors back to the original color?
All of your user's or yours?
MiLynne
30 Aug 2004, 01:57
One of my members is having issues with banking her points. This is what she said:
"Whenever I go to put points in the bank it tells me "you cannot post more than you have!" no matter what I put, and then when I got back it shows me that I'm missing like 30 points than I had had before!!"
What do I do to fix this?
Truffles
30 Aug 2004, 19:05
I can see the store on the menu bar when I am logged out but I can't see it when I am logged in.
Any ideas?
vBulletin® v3.6.12, Copyright ©2000-2010, Jelsoft Enterprises Ltd.