vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   uCash & uShop v2.0.0 (https://vborg.vbsupport.ru/showthread.php?t=107233)

Stone Cold 3:16 02-15-2006 11:01 AM

Quote:

Originally Posted by Murty
Here is the error for action.colorusername.php

Code:

Warning:  main(./ushop/class.nameeffects.php): failed to open stream: No such file or directory in /..../forum/ushop/action.colorusername.php on line 4

Fatal error:  main(): Failed opening required './ushop/class.nameeffects.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /..../forum/ushop/action.colorusername.php on line 4


Are you sure its uploaded?

leeman 02-15-2006 11:01 AM

Weird ... I just added a forum in the Item Deny user from forum.

Now ALL items work :nervous: :nervous: :nervous:

Murty 02-15-2006 11:07 AM

Quote:

Originally Posted by Stone Cold 3:16
Are you sure its uploaded?

Yep, i clicked on the link provided by the inbuilt FTP program. But one would seem to notice that it does not appear to be uploaded, yet i can assure you that it is.

Murty 02-15-2006 11:08 AM

As a matter of fact, the only parts of the ucash and ushop that work for me are:

- the whole recieving points for posts, threads, referring other users etc etc
- navbar link, and thats about it

Stone Cold 3:16 02-15-2006 11:18 AM

Quote:

Originally Posted by Murty
As a matter of fact, the only parts of the ucash and ushop that work for me are:

- the whole recieving points for posts, threads, referring other users etc etc
- navbar link, and thats about it

Try closing the FTP program, reopnening.

If that doesnt work and you check, delete all ushop and ucash files, and reupload them.

Murty 02-15-2006 11:33 AM

Done that when I updated.

TamCaVBoy3 02-15-2006 11:35 AM

this is what i have in navbar

Code:

<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); return false;"><img src="$stylevar[imgdir_misc]/navbits_start.gif" alt="$vbphrase[go_back]" border="0" /></a></td>
                                <td>&nbsp;</td>
                                <td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php$session[sessionurl_q]" 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_q]" 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="$show['member']">
       
                <td class="alt2" valign="top" nowrap="nowrap">
                <div class="smallfont">
                        <strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong><br />
                        <if condition="$pcount != ''">$pcount<br /></if>
                        <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_q]">$vbphrase[private_messages_nav]</phrase></if>
                        <br /><if condition="$rcount != ''">$rcount<br /></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, vb_login_md5password_utf, $show[nopasswordempty])">
                <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="bginput" style="font-size: 11px" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" 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="103" id="cb_cookieuser_navbar" accesskey="c" />$vbphrase[remember_me]</label></td>
                </tr>
                <tr>
                        <td class="smallfont">$vbphrase[password]</td>
                        <td><input type="password" class="bginput" style="font-size: 11px" name="vb_login_password" size="10" accesskey="p" tabindex="102" /></td>
                        <td><input type="submit" class="button" value="$vbphrase[log_in]" tabindex="104" 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="vb_login_md5password" />
                <input type="hidden" name="vb_login_md5password_utf" />
                </form>
                <!-- / login form -->
                       
                </td>
               
        </if>       
       
</tr>
</table>
<!-- / breadcrumb, login, pm info -->

  <!-- bottom table setup -->
    <table width="100%" class="thead" cellpadding="0" cellspacing="0">
      <tr>
        <td width="100%" height="2"><img src="$stylevar[imgdir_misc]/trans.gif"  height="2" alt=" " border="0" /></td>
      </tr>
    </table>
  <!-- End bottom table setup -->
  <div class="spacer"></div>

<if condition="$show['forumdesc']">
        <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <tr>
                <td class="alt1" width="100%"><strong>$foruminfo[title]</strong> <span class="smallfont">$foruminfo[description]</span></td>
        </tr>
        </table>
        <br />
</if>


deathemperor 02-15-2006 11:37 AM

the thief is working but when failed the money didn't go to the stolen person's pocket. It's not like the the old thief.

cuphongle 02-15-2006 02:45 PM

Quote:

Originally Posted by cuphongle
i got the same problem.....nothing in my store is working.....help?

can anyone help? i would appreciate it, thanks

fly 02-15-2006 04:16 PM

Is there an easy way to update ushop permissions?

Yukino_AE 02-15-2006 05:33 PM

Quote:

Originally Posted by Yukino_AE
when i got to install this on my forum i get the following error after going to the /installer/index.php:

You have uShop 0.95 installed, but not uCash 1.1.0, upgrade will not proceed.
You need to install uCash 1.1.0 or uninstall uShop 0.95.

Error in upgrade.

what am i doing wrong?


cany anyone help me with why i'm getting this and how to fix it?

Stone Cold 3:16 02-15-2006 06:57 PM

Quote:

Originally Posted by Murty
Done that when I updated.


Im stumped in that case. I wish i was a coder that could help :p

jesus likes pie 02-15-2006 07:10 PM

ok so on step 9/10 it said "error in upgrade"

Any ideas?

I'm surprised it doesnt give a hint as to what the error is.....quite annoying.


And going to ushop.php (http://ugforums.org/forum/ushop.php)

Code:

Database error in vBulletin 3.5.3:

Invalid SQL:
UPDATE ushop_action SET quantity=defaultquantity WHERE defaultquantity > quantity;

MySQL Error  : Table 'ugforum2_ugfor.ushop_action' doesn't exist
Error Number : 1146
Date        : Wednesday, February 15th 2006 @ 09:20:34 PM
Script      : http://ugforums.org/forum/ushop.php
Referrer    :
IP Address  : 72.66.69.239
Username    : Mr_Butter
Classname    : vb_database


DS MrSinister 02-15-2006 07:37 PM

*jesus likes pie

try this one first thn upgrade to the newest version see if this helps.

https://vborg.vbsupport.ru/showpost....&postcount=121

jesus likes pie 02-15-2006 07:53 PM

It gave an sql error so I uninstalled again, installed 1.0.something again (via products) and now when I install 2.0 it gives an sql error on step 2 I think


Database error in vBulletin 3.5.3:

Invalid SQL:
UPDATE product SET `productid` = 'ucs' WHERE `productid` = 'ucash';

MySQL Error : Duplicate entry 'ucs' for key 1
Error Number : 1062
Date : Wednesday, February 15th 2006 @ 09:52:33 PM
Script : http://ugforums.org/forum/installer/index.php
Referrer : http://ugforums.org/forum/installer/index.php
IP Address : 72.66.69.98
Username : Mr_Butter
Classname : vb_database

MakZF 02-15-2006 08:15 PM

Fantastic! uShop's here :) Guess I'll wait until a stable release first though.

LOLO Boutique 02-15-2006 08:48 PM

II have 16,567.23 points. yet when I go to Deposit some, it says I do not have 3,000 or even 2!!

Yet I am top points earner

What is happening? :(

romow 02-15-2006 08:55 PM

this may have been suggested by others already,
but one nice addition to bank is to let members purchase/sell points from/to bank via paypal (with certain rates).

jesus likes pie 02-15-2006 09:00 PM

any help with my issue?

cuphongle 02-15-2006 09:15 PM

there's no bank image?

VBUsers 02-15-2006 09:38 PM

Quote:

Originally Posted by jesus likes pie
ok so on step 9/10 it said "error in upgrade"

Any ideas?

I'm surprised it doesnt give a hint as to what the error is.....quite annoying.


And going to ushop.php (http://ugforums.org/forum/ushop.php)

Code:

Database error in vBulletin 3.5.3:

Invalid SQL:
UPDATE ushop_action SET quantity=defaultquantity WHERE defaultquantity > quantity;

MySQL Error  : Table 'ugforum2_ugfor.ushop_action' doesn't exist
Error Number : 1146
Date        : Wednesday, February 15th 2006 @ 09:20:34 PM
Script      : http://ugforums.org/forum/ushop.php
Referrer    :
IP Address  : 72.66.69.239
Username    : Mr_Butter
Classname    : vb_database



i get the same error at 9/10 step and this

PHP Code:

Warningimplode(): Bad argumentsin /includes/functions_ushop.php on line 71

Warning
Invalid argument supplied for foreach() in /includes/functions_ushop.php on line 89

Warning
Cannot modify header information headers already sent by (output started at /home/smora/public_html/includes/class_core.php:2983in /ushop.php on line 144 


jesus likes pie 02-15-2006 10:41 PM

yeah this is annoying :\

El Barto 02-15-2006 10:44 PM

I am almost finish I guess, but there is somethong wrong...something serious wrong I guess; This is what who is showing whatever I`m trying to do from my forum.

"Cannot find the page".... You know what I mean?

What have I did wrong?

jesus likes pie 02-15-2006 10:48 PM

Maybe you forgot to upload the files? lol...

TamCaVBoy3 02-15-2006 10:50 PM

PLEASE HELP ME HOW TO CODE MY NAVBAR, I COULDN'T FIND THE ACTUALLY CODEs TO EDIT FOR THE INSTALLATION


Quote:

Originally Posted by TamCaVBoy3
this is what i have in navbar

Code:

<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); return false;"><img src="$stylevar[imgdir_misc]/navbits_start.gif" alt="$vbphrase[go_back]" border="0" /></a></td>
                                <td>&nbsp;</td>
                                <td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php$session[sessionurl_q]" 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_q]" 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="$show['member']">
       
                <td class="alt2" valign="top" nowrap="nowrap">
                <div class="smallfont">
                        <strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong><br />
                        <if condition="$pcount != ''">$pcount<br /></if>
                        <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_q]">$vbphrase[private_messages_nav]</phrase></if>
                        <br /><if condition="$rcount != ''">$rcount<br /></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, vb_login_md5password_utf, $show[nopasswordempty])">
                <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="bginput" style="font-size: 11px" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" 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="103" id="cb_cookieuser_navbar" accesskey="c" />$vbphrase[remember_me]</label></td>
                </tr>
                <tr>
                        <td class="smallfont">$vbphrase[password]</td>
                        <td><input type="password" class="bginput" style="font-size: 11px" name="vb_login_password" size="10" accesskey="p" tabindex="102" /></td>
                        <td><input type="submit" class="button" value="$vbphrase[log_in]" tabindex="104" 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="vb_login_md5password" />
                <input type="hidden" name="vb_login_md5password_utf" />
                </form>
                <!-- / login form -->
                       
                </td>
               
        </if>       
       
</tr>
</table>
<!-- / breadcrumb, login, pm info -->

  <!-- bottom table setup -->
    <table width="100%" class="thead" cellpadding="0" cellspacing="0">
      <tr>
        <td width="100%" height="2"><img src="$stylevar[imgdir_misc]/trans.gif"  height="2" alt=" " border="0" /></td>
      </tr>
    </table>
  <!-- End bottom table setup -->
  <div class="spacer"></div>

<if condition="$show['forumdesc']">
        <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <tr>
                <td class="alt1" width="100%"><strong>$foruminfo[title]</strong> <span class="smallfont">$foruminfo[description]</span></td>
        </tr>
        </table>
        <br />
</if>



El Barto 02-15-2006 10:55 PM

Quote:

Originally Posted by jesus likes pie
Maybe you forgot to upload the files? lol...


Funny, but sence we talking about me it could be possible :ermm:

No, I have installed it all and I can se it all in the admin cp, and I can also admin it if you know what I mean?

But from the forum nothing works, its like the pages doesnt exist.

El Barto 02-15-2006 11:01 PM

This might be another stupid question form me, but I just have to ask; I do not have to open ALL the maps before I upload the files??

El Barto 02-15-2006 11:13 PM

Please someone?

Gio~Logist 02-16-2006 12:02 AM

Quote:

Originally Posted by El Barto
Please someone?

I'm not sure what you mean by "open all maps". Can you be a little more specific please?

El Barto 02-16-2006 12:04 AM

I was wondered if I had to open all the maps (the yellow ting, maybe you call it "tasks"?) when I uppload it to my forum.. But I dont think so? Still, none of the links are working.

Gio~Logist 02-16-2006 12:05 AM

We are going to look into eerything posted (the ones with errors) and hopefully we'll be able to incporate all fixed into the first stable version.

This will not take long at all.

In the meantime, i really haven't seen an error that everyone agrees on.

The "this file does not exist" error, is not something on our side. It's most likely you not uploading the files or something wrong with server i guess.

The error on step 9 problem will be looked into.

Stone Cold 3:16 02-16-2006 12:11 AM

Quote:

Originally Posted by TamCaVBoy3
PLEASE HELP ME HOW TO CODE MY NAVBAR, I COULDN'T FIND THE ACTUALLY CODEs TO EDIT FOR THE INSTALLATION


Copy to notpade andn use the find function?

DS MrSinister 02-16-2006 12:12 AM

how can i fix this on vBadvanced page the Quick Action Menu links like donate thief bank etc. points to the root directory of the site not the root of the forum directory?

example if you need it.

http://www.sinisterslair.com/

test
test

Stone Cold 3:16 02-16-2006 12:13 AM

Quote:

Originally Posted by DS MrSinister
how can i fix this on vBadvanced page the Quick Action Menu links like donate thief bank etc. points to the root directory of the site not the root of the forum directory?

example if you need it.

http://www.sinisterslair.com/

test
test

I dont know if this topic would provide portal support.?

El Barto 02-16-2006 12:23 AM

Quote:

Originally Posted by gio~logist

The "this file does not exist" error, is not something on our side. It's most likely you not uploading the files or something wrong with server i guess.

I am sure this is my foult, but I wonder if someone could help me see where I did wrong.

If i enter the text who should come in the adress-bar manually, this is showing;

http://www.rasteplassen.com/forum/us...dmindonate.php

Stone Cold 3:16 02-16-2006 12:39 AM

Quote:

Originally Posted by El Barto
I am sure this is my foult, but I wonder if someone could help me see where I did wrong.

If i enter the text who should come in the adress-bar manually, this is showing;

http://www.rasteplassen.com/forum/us...dmindonate.php

Dont know if it'll help, but whats line 4?

TamCaVBoy3 02-16-2006 12:56 AM

Quote:

Originally Posted by Stone Cold 3:16
Copy to notpade andn use the find function?

i can't find that code in navbar , that's my problem

Stone Cold 3:16 02-16-2006 01:00 AM

Quote:

Originally Posted by TamCaVBoy3
i can't find that code in navbar , that's my problem

Uhh. My suggestion would be to revert the navbar. Although that would screw up hack you already have.

DS MrSinister 02-16-2006 01:04 AM

*TamCaVBoy3

I dont think all the code is there. whats your url?

bitbender 02-16-2006 01:16 AM

Beta 3 worked pretty good for me on both my test board as well as my live one.

I DID have to re-import(Thru the ACP/Manage Products/Import) the /installer/hacks/ucs/product_ucs.xml and overwite what the install process did, and afterwards, things commenced to work fine..

My community is going bannas with the durn thing :)

One of my mods did notice something.. "Change Other users Avatar" allows any usergroup authorized to change a mods avy https://vborg.vbsupport.ru/external/2006/02/10.gif

Was this intentional, or have I missed an update on that in these 51 pages? :)

Quote:

Originally Posted by El Barto
I was wondered if I had to open all the maps (the yellow ting, maybe you call it "tasks"?) when I uppload it to my forum.. But I dont think so? Still, none of the links are working.

El Barto:

The yellow things are called "directories" or "folders" :) within each, there is code.

It sure looks like you are missing some of the code. Also, your nav bar is showing the same behaviour it does before re-importing the product_ucs.xml thru the admin control panel, Manage Products, Import Product. BE SURE to check the little box that allows overwrite for the product, or it will not work.

For each folder name (the yellow things) there is code that must be plced in the same named fodlers (yellow things) on your server where you run your forum from. Be careful to go thru each folder in the downloaded hack, and move all parts to your server. If there is a folder in the down loaded hack that does not exist on your server, it means you need to upload that folder to your server within the directory they have it in. Then, make sure your execution permissions are correct on al the new files you have uploaded.

Hope that helps some...


All times are GMT. The time now is 04:37 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03236 seconds
  • Memory Usage 1,901KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_code_printable
  • (1)bbcode_php_printable
  • (17)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete