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)

vhoang 04-16-2004 09:01 PM

Quote:

Originally Posted by dieKetzer
sexy!

Hm, u mean Zach's sexy???? hehehe lol j/k

Zachery 04-16-2004 09:11 PM

Alot of girls say i am ^^

can someone ping Geekydesigns.com and tell me what the IP comes up as?

Seany 04-16-2004 09:23 PM

69.93.98.114

Zachery 04-16-2004 09:30 PM

blasted DNS :)

MindTrix 04-16-2004 09:51 PM

Are those 3 screenshots basically it? looks pretty simple, from all the hype i thought there was going to be some real nice template designs/

Zelda-King 04-16-2004 10:28 PM

Two queries: HTL related. Not saying I'm having any problems regarding this but I noticed the HTL only lists two modifications for 'postbit_legacy' whereas there're three for 'postbit'. Is this correct? Also I read in this thread of a second global.php edit. I only see one in the HTL.

Now a fault report I had from one of my users. I haven't tested this as I'm really busy with hack upgrade matters:

"The richest members pages are sometimes inaccurate when first clicked. For instance, say I click it once when I have 1000 Gil. Then I go and spend it all. When I go back, it still says I have 1000 Gil until I refresh. I am guessing there is some minor error in the scripting. It's very trivial, though...

(I ran into this problem because I click the Richest Members link to see how much I have, and then I go to the bank to deposit...and it tells me "You cannot deposit more than you have." lol...)"
.

Gio Takahashi 04-16-2004 11:10 PM

awesome stuff, perfect store hack. I'll be installing this.

Link14716 04-16-2004 11:15 PM

Quote:

Originally Posted by MindTrix
Are those 3 screenshots basically it? looks pretty simple, from all the hype i thought there was going to be some real nice template designs/

Those are just front-end screen shots. I don't see why Zachery didn't screenshot the admin portion...

Link14716 04-16-2004 11:17 PM

Quote:

Originally Posted by Zelda-King
Two queries: HTL related. Not saying I'm having any problems regarding this but I noticed the HTL only lists two modifications for 'postbit_legacy' whereas there're three for 'postbit'. Is this correct? Also I read in this thread of a second global.php edit. I only see one in the HTL.

Now a fault report I had from one of my users. I haven't tested this as I'm really busy with hack upgrade matters:

"The richest members pages are sometimes inaccurate when first clicked. For instance, say I click it once when I have 1000 Gil. Then I go and spend it all. When I go back, it still says I have 1000 Gil until I refresh. I am guessing there is some minor error in the scripting. It's very trivial, though...

(I ran into this problem because I click the Richest Members link to see how much I have, and then I go to the bank to deposit...and it tells me "You cannot deposit more than you have." lol...)"
.

I've said it before, the HTL installer doesn't function correctly - use the standalone install.

And that user's browser is caching the page, not a whole lot I can do about that.

Link14716 04-16-2004 11:19 PM

Quote:

Originally Posted by Mijae
Code:

Database error in vBulletin 3.0.0:

Invalid SQL: UPDATE user SET uttpoints=uttpoints-482,28 WHERE userid='2512'
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 '28 WHERE userid='2512'' at line 1

mysql error number: 1064

Date: Friday 16th of April 2004 01:16:31 PM
Script: http://invoid.net/forum/ushop.php?do=a&shortname=bank
Referer: http://invoid.net/forum/ushop.php?do=richestusers
Username: xxx
IP Address: xxx

Whats wrong here? :P

...shouldn't that comma be a decimal point? Do you have a locale set that would make number_format return a number with a comma instead of a decomal point or something? Something to look into for 0.94 I guess.

Zelda-King 04-17-2004 12:18 AM

Quote:

Originally Posted by Link14716
I've said it before, the HTL installer doesn't function correctly - use the standalone install.

Hmm, I won't run the installer as I have it installed already, but I'll see how I can just read the file edits.

Zachery 04-17-2004 12:51 AM

Quote:

Originally Posted by Zelda-King
Hmm, I won't run the installer as I have it installed already, but I'll see how I can just read the file edits.

Use the installers uninstall function then, and reinstall.


Btw everyone the site is now open

http://www.geekydesigns.com/board

if you get a 404,

For windows XP/2k users

Run > cmd /k ipconfig /flushdns

then ping geekydesigns.com

if it results with 69.93.98.114 your set, if it doesnt youll need to wait for your DNS to update

:)

Link14716 04-17-2004 01:22 AM

Now I just need to figure out how to do that in Linux. :p

Roxie 04-17-2004 01:32 AM

I'm having trouble finding the file that tells me what to edit and the templates?

Roxie 04-17-2004 01:37 AM

doh. Nevermind.

NameWolf 04-17-2004 03:37 AM

Hello,

I am trying to do a manual install of arace pass hack on vb3.0 after installing ucash and ushop. Unfortunately I ran setting.sql before settingphrase.sql and now I get ;

Error

SQL-query :

INSERT INTO `vb3_phrase` ( `phraseid` , `languageid` , `varname` , `text` , `phrasetypeid` )
VALUES ( 6472, 0, 'settinggroup_arcadepass', 'Arcade Pass Hack v3 Settings', 5000 )

MySQL said:

#1062 - Duplicate entry '6472' for key 1

----

How can I fix this situation ?

Thanks in advance .

NW

Link14716 04-17-2004 03:47 AM

Quote:

Originally Posted by NameWolf
Hello,

I am trying to do a manual install of arace pass hack on vb3.0 after installing ucash and ushop. Unfortunately I ran setting.sql before settingphrase.sql and now I get ;

Error

SQL-query :

INSERT INTO `vb3_phrase` ( `phraseid` , `languageid` , `varname` , `text` , `phrasetypeid` )
VALUES ( 6472, 0, 'settinggroup_arcadepass', 'Arcade Pass Hack v3 Settings', 5000 )

MySQL said:


#1062 - Duplicate entry '6472' for key 1

----

How can I fix this situation ?

Thanks in advance .

NW

You posted in the wrong thread, but that error happens when the query has already been ran.

NameWolf 04-17-2004 03:59 AM

Is there anyway I can fix this link as the rest of the queries do not get run and ultimately the hack then would not work ?

Thanks in advance.

NW

Link14716 04-17-2004 04:04 AM

Quote:

Originally Posted by NameWolf
Is there anyway I can fix this link as the rest of the queries do not get run and ultimately the hack then would not work ?

Thanks in advance.

NW

As I said, you posted in the wrong thread.

NameWolf 04-17-2004 04:21 AM

I actually had it posted on the right one as well.... (Beta Releases/Arcade Pass Hack)

Thanks,

NW

Liquid1ce 04-17-2004 04:42 AM

/me clicks & installs!

Zelda-King 04-17-2004 10:05 AM

Regarding my earlier query about the HTL having 3 edits for postbit and 2 for postbit_legacy: yes I know what was said about the HTL not functioning. I have looked at the templates HTML file and see two changes for both templates there. I just want confirmation that the following step is not supposed to exist (as my store is working fine anyway):

In postbit change
Code:

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

<a style="font-size:14pt" href="member.php?$session[sessionurl]u=$post[userid]"><if condition="$post['uttstore_usernamecolor'] != '0'"><font color="$post[uttstore_usernamecolor]"></if><if condition="$post['uttstore_boldusername'] != '0'"><b></if><if condition="$post['uttstore_italicsusername'] != '0'"><i></if>$post[musername]<if condition="$post['uttstore_italicsusername'] != '0'"></i></if><if condition="$post['uttstore_boldusername'] != '0'"></b></if><if condition="$post['uttstore_usernamecolor'] != '0'"></font></if></a>
(For reference, I had already uninstalled the HTL installation and run the standalone version [just hadn't done the edits at the time]. I need to know whether it's necessary to revert this code I had inserted.)

Blackangel 04-17-2004 02:51 PM

I have a bug, when someone deposit point.

if you are using : , for (10,50) point and not . (1.50) you got a database error each time you are back in bank.

Seany 04-17-2004 02:59 PM

Well, you obviously will. , is read as something else with mySQL, you have to use the ..

FrOgZ 04-17-2004 06:49 PM

Everything is installed fine, BUT..no points are being added when an user makes a post or a new thread. Can someone please help me? Thanks.

Zachery 04-17-2004 06:52 PM

Quote:

Originally Posted by FrOgZ
Everything is installed fine, BUT..no points are being added when an user makes a post or a new thread. Can someone please help me? Thanks.

Did you do all the file hacks

Did you update all the forums?

(you should only need to update one if you just want standard settings for all forums)

FrOgZ 04-17-2004 06:54 PM

Quote:

Originally Posted by Zachery
Did you do all the file hacks

Did you update all the forums?

(you should only need to update one if you just want standard settings for all forums)

RawR, I forgot to update teh forums. :O Mah bad! Ty!

Zachery 04-17-2004 07:07 PM

Quote:

Originally Posted by FrOgZ
Yes I did everything. :(

http://www.geekydesigns.com/desk/newticket.php << create a new support ticket, we will need at least an admin Login

FrOgZ 04-17-2004 07:13 PM

How would you rename the Points system?

GeekyDesigns 04-17-2004 07:14 PM

like the name of the points?

Right now template edits, in an up coming version it will be changed.

MindTrix 04-17-2004 07:33 PM

Quote:

Originally Posted by Link14716
Those are just front-end screen shots. I don't see why Zachery didn't screenshot the admin portion...

yeah thats what i meant though. I remember one thing most people wanted with a new shop hack was a different layout etc. Those screenshots look like a basic layout to me, i thought we was going to get something really nice and different thats all.

Zachery 04-17-2004 07:35 PM

Quote:

Originally Posted by MindTrix
yeah thats what i meant though. I remember one thing most people wanted with a new shop hack was a different layout etc. Those screenshots look like a basic layout to me, i thought we was going to get something really nice and different thats all.

I was in a rush :) ill take some AdminCP Screens in abit ;)


And Design wise, theres only a few ways to be able to display a store and settings like that honestly.

IF someone has some new revolutionary design that they want to shrae with me ill be more than happy to attemtp to code it into the next major release.

MindTrix 04-17-2004 07:39 PM

Yeah i see your point, it just seemed a bit basic, (just boxes with writting in them). On Lesanes Store Hack on the latest release it had images next to each item you could buy, that added a nice touch, Maybe you could have done the same thing? or given the boxes background images? Just little touches like that could make a nice change thats all

Loyalty4Life 04-17-2004 07:46 PM

Question - If a person has a glowing name or a different colored name because of the uShop hack, why doesn't it show the glow and the color in the Who's Online part of the page (both at the bottom of /forum and at /forum/online.php).

Is this an error?

lasto 04-17-2004 08:26 PM

i think the store does ned the images - i even seen images there for them and it would of took us less than 2 mins to change em to what we like.Page would of looked a lot better then so is there any chance of templates coming out for the store sooner with the pics enabled ?

Besides this the store is fine and works ok but it deffo needs tweaking :)

Zachery 04-17-2004 08:36 PM

Quote:

Originally Posted by lasto
i think the store does ned the images - i even seen images there for them and it would of took us less than 2 mins to change em to what we like.Page would of looked a lot better then so is there any chance of templates coming out for the store sooner with the pics enabled ?

Besides this the store is fine and works ok but it deffo needs tweaking :)

It was an option however i forgot to code the varible in when i was redoing the store :)

sabret00the 04-18-2004 10:53 AM

any idea when we'll get that option back zach?

lasto 04-18-2004 11:16 AM

surely if it was just a variable then it should be fairly easy to give us the code to activate it as the links are there in the admincp but like u say the code to call it is`nt so thats all we need and we got pics then ?

also another thing that needs looking at - ok in postbit u see how many points u got but why in the store dont u see what u got when u first login?

GamerzWorld 04-18-2004 03:24 PM

Ok finally got it sorted i also had problems but ive sorted. Ive scanned the thread but cant see a solution.

Is there anywhere i can find what extra i need to do for certain parts e.g arcade pass. Arcade pass isnt working atm is that becaus ei need to add something?

GamerzWorld 04-18-2004 03:31 PM

Also what permissions do i have to set on the proposed forum people buy access to?


All times are GMT. The time now is 11:01 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.05046 seconds
  • Memory Usage 1,836KB
  • 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
  • (14)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