vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   uCash & uShop (https://vborg.vbsupport.ru/forumdisplay.php?f=100)
-   -   uCash & uShop old support and thank you thread (https://vborg.vbsupport.ru/showthread.php?t=73736)

Cold Steel 06-29-2004 02:17 AM

Yep, I did.

While I'm at it, images aren't showing up in my shop - http://forums.asiansinc.com/ushop.php

BTW thanks for the prompt response. :)

Cold Steel 06-29-2004 04:59 AM

One of my members says this:

--
I think there may be a bug with the theft feature. When I type in a username to steal from and then an amount, it takes me to a confirmation page. It says that I am stealing from myself. So I hit okay, thinking it is just an error, but then I ended up really stealing from myself.
--


Also, when I tried to change someone else's title, I ended up changing my own.

Intex 06-29-2004 08:03 AM

What sort of cost do people use for the thief option?

Additionally, is there any way to change the thief option outcomes. People can just keep attempting to steal and don't get penalised (other than reputation) if they're unsuccessful.

Is it possible to get them to pay for not being successful, i.e. if they try to steal 100 points and not successful, they loose 100 points or maybe half the points they attempt to steal?

Battle_Ring 06-29-2004 07:15 PM

whats the code i need to put in the vav bar to get it there???

Zachery 06-29-2004 07:21 PM

Quote:

Originally Posted by Battle_Ring
whats the code i need to put in the vav bar to get it there???

The one from the file and template edits list :p

Battle_Ring 06-29-2004 07:24 PM

hah yeah i got it

Mijae 06-29-2004 10:10 PM

Quote:

Database error in vBulletin 3.0.0:

Invalid SQL: SELECT accessmask, forumid FROM access WHERE userid='1194' && forumid IN (12,13,32,36,39,4,6,26,24,3,51,50,60,61,62,5,14,46 ,)
mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1

mysql error number: 1064
What the hell? The store has been working fine since the day it came out :P

disturbd 06-30-2004 12:14 AM

using standalone installer. forum v3.0.1:

Fatal error: Call to undefined function: is_member_of() in /home/kperrone/public_html/vb3/global.php on line 31

Zachery 06-30-2004 12:17 AM

Quote:

Originally Posted by disturbd
using standalone installer. forum v3.0.1:


Fatal error: Call to undefined function: is_member_of() in /home/kperrone/public_html/vb3/global.php on line 31

start again and dont use dreamweaver to edit your code.

Youve miss hacked global or init.php :)

disturbd 06-30-2004 12:19 AM

lol i hate dreamweaver. i used notepad thanks very much :p lol

do i have to start all over or cant i just redo gobal and init.php?

disturbd 06-30-2004 12:22 AM

i just tripple checked those 2 files and they are both exactly how the file and template edits page tells me to make them...and ive double checked every other edit already. i did them all right

Zachery 06-30-2004 12:27 AM

Quote:

Originally Posted by disturbd
i just tripple checked those 2 files and they are both exactly how the file and template edits page tells me to make them...and ive double checked every other edit already. i did them all right

Are you still getting the same error?

disturbd 06-30-2004 12:29 AM

yep its on every page except the admincp

plus its the only thing on the page.

Zachery 06-30-2004 12:36 AM

Quote:

Originally Posted by disturbd
yep its on every page except the admincp

plus its the only thing on the page.

Then one of your edits is still bad.

I suggest restoring your default files and trying again, make sure you dont use dreamweaver like i said.

We have no problems on any of our sites, including our dev site which i just did a fresh install on :)

disturbd 06-30-2004 12:37 AM

ok ill give it a go. phew.....this store better be worth it lol

Mijae 06-30-2004 01:30 AM

What about me?

Zachery 06-30-2004 01:37 AM

Quote:

Originally Posted by Mijae
What about me?

Sorry Mijae, what was your question? :)

Mijae 06-30-2004 02:25 AM

Quote:

Originally Posted by Zachery
Sorry Mijae, what was your question? :)

I posted an error on the last page :P

Zachery 06-30-2004 02:59 AM

Quote:

Originally Posted by Mijae
I posted an error on the last page :P

Oh that, seems like one of the forums had a blank value, there was no id for it, why? im not sure :/

Cold Steel 06-30-2004 07:05 AM

When trying to steal:

--
I think there may be a bug with the theft feature. When I type in a username to steal from and then an amount, it takes me to a confirmation page. It says that I am stealing from myself. So I hit okay, thinking it is just an error, but then I ended up really stealing from myself.
--


When trying to change someone else's title:

I ended up changing my own.


When in the shop:

Images aren't showing up, although they're enabled.


When viewing threads:

Number of points isn't showing up in postbit_legacy.


http://forums.asiansinc.com/ushop.php


Also a question: do we have to go through every forum and save the settings before users will start accumulating points?

SmasherMaster 06-30-2004 02:44 PM

Quote:

Originally Posted by Link14716
Did you happen to edit includes/init.php?

Yes. Here's the result of the init.php edit.

PHP Code:

            'stylecache'
            
'arcadesettings',
            
'utt_store_act' 

Could arcadesettings be conflicting with the utt_store_act?

Ayumi 07-01-2004 02:48 AM

I have a question: can we add our own items to the shop? Like actual pictures (small) that can be displayed in a user profile and in the postbit? I really like this hack, and would like to install it if it does what I want. Thanks.

RMS-Chef 07-01-2004 07:58 PM

Quote:

Originally Posted by Link14716
1. It'd be a simple change to everywhere $points is defined, but the code below just makes a new variable - $bankmoney. $points shouldn't include what is in the bank, otherwise it'll cause weirdness all over the store. Feel free to store $points + $bankmoney in a new variable though.
PHP Code:

$bankdata unserialize($bbuserinfo['uttstore_bankdata']);
$bankmoney $bankdata['amount']; 


Not quite sure how to institute this code to get it to display $bankmoney everywhere? I can get it to show in the navbar with $bankdata[amount] ONLY when the user is actually in the bank, which kinda defeates the purpose. Everyplace else it's blank.

Holidazed 07-02-2004 01:36 AM

Quote:

Originally Posted by Zachery
Yes, edit the templates ;)

Zachery, can you please tell me which templates to edit to change the money from "Points" to whatever I want (gold, dollars, etc...)?

ChuanSE 07-02-2004 07:22 AM

Great Hack, works perfectly from first install atempt :D

[high]* ChuanSE clicks install[/high]

kall 07-03-2004 02:32 AM

Quote:

Originally Posted by SmasherMaster
Yes. Here's the result of the init.php edit.

PHP Code:

            'stylecache'
            
'arcadesettings',
            
'utt_store_act' 

Could arcadesettings be conflicting with the utt_store_act?

I have also got this problem on a fresh install of 3.0.2 and only the Arcade and this hack installed.

Worked fine on 3.0.1, but I may have had to play around with it, or installed things in a different order, or something... :(

*edit* Or...I hadn't run the bloody installer! :o

I reckon you need to put that into the html doc, for morons like me.

Zachery 07-03-2004 06:09 AM

Quote:

Originally Posted by kall
I have also got this problem on a fresh install of 3.0.2 and only the Arcade and this hack installed.

Worked fine on 3.0.1, but I may have had to play around with it, or installed things in a different order, or something... :(

*edit* Or...I hadn't run the bloody installer! :o

I reckon you need to put that into the html doc, for morons like me.

.95 or 1.0 depending on which is released will have updated everythign :)

House_of_Crazed 07-03-2004 06:16 AM

Zach :)

When? *laughs*

I've been very patient waiting for the next release, *laughs*

HoC

the Sandman 07-03-2004 02:23 PM

I've just upgraded from vB 3.0.1 to 3.0.2. My navbar_uttstore_actions template now shows as uncached, and although the Store dropdown menu looks normal the only thing I see when I click any of the links is:
Code:


Pain Forums's Store
Welcome to the Pain Forums' Store! Quick Nav - [Purchase History]

How can I get this working properly? :)

the Sandman 07-03-2004 04:40 PM

I've gotten this all straightened out. First, I needed to rerun the installation script installing the templates only, and then I found I had missed one small file edit in global.php. It's all good now!

Zachery 07-03-2004 05:06 PM

Quote:

Originally Posted by the Sandman
I've gotten this all straightened out. First, I needed to rerun the installation script installing the templates only, and then I found I had missed one small file edit in global.php. It's all good now!

Glad to hear :)

Pixelgrounds 07-03-2004 05:54 PM

I upgraded to 3.0.2 Then installed the hack, I ran the instalation, thenuploaded the files in the upload folder and then edited all the files and uploaded them. But i still get this error.

Code:

Parse error: parse error in /home/pixelg/public_html/Forum/includes/functions.php on line 1892

Fatal error: Call to undefined function: is_browser() in /home/pixelg/public_html/Forum/global.php on line 59


It does it to every page i try to go to also, I can go to admincp or anything. Please help me fix this

Zachery 07-03-2004 05:56 PM

Quote:

Originally Posted by Pixelgrounds
I upgraded to 3.0.2 Then installed the hack, I ran the instalation, thenuploaded the files in the upload folder and then edited all the files and uploaded them. But i still get this error.

Code:

Parse error: parse error in /home/pixelg/public_html/Forum/includes/functions.php on line 1892

Fatal error: Call to undefined function: is_browser() in /home/pixelg/public_html/Forum/global.php on line 59


It does it to every page i try to go to also, I can go to admincp or anything. Please help me fix this

Youve not hacked your files correctly, upload fresh files and try again.

Pixelgrounds 07-03-2004 06:02 PM

Quote:

Originally Posted by Zachery
Youve not hacked your files correctly, upload fresh files and try again.

But it only seems to be the functions.php and global.php, when i replace them with the original the forum works again. But no matter how many times i re-do them they just dont wanna work right.

Zachery 07-03-2004 06:03 PM

Quote:

Originally Posted by Pixelgrounds
But it only seems to be the functions.php and global.php, when i replace them with the original the forum works again. But no matter how many times i re-do them they just dont wanna work right.

What program are you using to edit your files with ?

Pixelgrounds 07-03-2004 06:05 PM

Quote:

Originally Posted by Zachery
What program are you using to edit your files with ?

Macromedia Dreamweaver

Zachery 07-03-2004 06:07 PM

Theres your problem, open up wordpad and do the edits.

Pixelgrounds 07-03-2004 06:10 PM

Quote:

Originally Posted by Zachery
Theres your problem, open up wordpad and do the edits.

.......what is wrong with dreamweaver, it finds the text really well and is very organized

Zachery 07-03-2004 06:14 PM

Quote:

Originally Posted by Pixelgrounds
.......what is wrong with dreamweaver, it finds the text really well and is very organized

Yes, however, 99/100 times it adds extra data that will screw up your files :)

Pixelgrounds 07-03-2004 07:04 PM

Quote:

Originally Posted by Zachery
Yes, however, 99/100 times it adds extra data that will screw up your files :)

Thx, i think it was dreamweaver. I switched to my good old DzSoft php editor :P



And mijae, hey its me, ah RanmaFan


All times are GMT. The time now is 09:34 AM.

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.02438 seconds
  • Memory Usage 1,839KB
  • 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
  • (3)bbcode_code_printable
  • (3)bbcode_php_printable
  • (21)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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