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)

Intex 06-18-2004 05:40 PM

OK, thanks anyway.

cybermomcafe 06-19-2004 12:47 AM

Quote:

Did you check the settings to see if they have any actions enabled?
Thank you Zachery, I forgot about the settings in each action.:)

FutureDEV 06-19-2004 02:28 AM

How can I keep track of the changes made by members? Also, why isnt there some kind of Donation info PM dispatched to the one who receives it? Would that be possible? Ive seen it on the vB2 ver..

Zachery 06-19-2004 02:51 AM

There was no version of this hack for vB2

Albus 06-19-2004 03:45 PM

Well, I wound up de-installing this. It worked great, but my usergroup/rights system is very specific. Most 'actions' it offered invalidated many of my basic rules. After deactivating them all, there were only the visual changes to Username left. That wasn't quite what I was looking for. The basic premise is great, though what I need is the ability to sell custom 'items' and associate an icon with them, instead of 'actions'. These icons would appear in the users posts and/or profile. I would see items like wands, spellbooks, poitions, robes, pets, and the like. I want something more like the old iRPG hack for Ikonboard, as far as the 'store' part of things goes. Is there something akin to this available? Thanks for pointing me to the right thread.

Zachery 06-19-2004 06:13 PM

Quote:

Originally Posted by Serenarules
Well, I wound up de-installing this. It worked great, but my usergroup/rights system is very specific. Most 'actions' it offered invalidated many of my basic rules. After deactivating them all, there were only the visual changes to Username left. That wasn't quite what I was looking for. The basic premise is great, though what I need is the ability to sell custom 'items' and associate an icon with them, instead of 'actions'. These icons would appear in the users posts and/or profile. I would see items like wands, spellbooks, poitions, robes, pets, and the like. I want something more like the old iRPG hack for Ikonboard, as far as the 'store' part of things goes. Is there something akin to this available? Thanks for pointing me to the right thread.

We are planing somthing like that for the future but i cant give you an exact date.

the Sandman 06-19-2004 06:33 PM

Quote:

Originally Posted by Zachery
Ah right. let me go take a look at the file to get it rounded

Any progress with this? :)

Zachery 06-19-2004 06:46 PM

Quote:

Originally Posted by the Sandman
Any progress with this? :)

$points = $post[$vboptions[uttpoints_pointsfield]];
$points = round($points, $vboptions['uttpoints_rounddecimal']);
$points = number_format($points, $vboptions['uttpoints_rounddecimal'], '.', '');

Thats what rounds the numbers off to be displayed. :) not quite sure what needs to be done exactly.

RMS-Chef 06-20-2004 02:51 AM

Quote:

Originally Posted by RMS-Chef
Little more help :)

I have points displayed fine in Navbar welcome area.
I am attempting to get the bank balance up there as well.
The following code works only while I am using the bank module itself:
Code:

Available: <b><i>$bbuserinfo[uttpoints]</i></b> | Bank: <b><i>$bankdata[amount]</i></b><br />
On the rest of the site the bank balance is blank. Any ideas please?

Any ideas on how to get the bank balance to display in the nav as well? As I said, it only displays while "in" the bank and is just blank throughout the rest of the site.

EA Junkie 06-20-2004 06:40 AM

I've got a lot of hacks installed with no problem, but getting errors on this one.
Can someboday help with these errors:

http://forums.onlinesportsgames.com/index.php
Warning: Invalid argument supplied for foreach() in /usr/local/etc/httpd/forums.onlinesportsgames.com/global.php on line 627

http://forums.onlinesportsgames.com/...op_install.php
Warning: main(./includes/init.php): failed to open stream: No such file or directory in /usr/local/etc/httpd/forums.onlinesportsgames.com/admincp/global.php on line 18

Fatal error: main(): Failed opening required './includes/init.php' (include_path='/usr/local/lib/php/') in /usr/local/etc/httpd/forums.onlinesportsgames.com/admincp/global.php on line 18

FutureDEV 06-20-2004 02:19 PM

Quote:

Originally Posted by Zachery
There was no version of this hack for vB2

Well, there was a store hack for vb2 which was very good. Didnt use it myself but had seen it on several other forums. And it was set so that it dispatched a PM notification regarding the donation. I see no reason why something like that wouldnt be implemented in this hack eventhough it might not be by the same coder.. Thanks.

Zachery 06-20-2004 03:36 PM

Quote:

Originally Posted by EA Junkie
I've got a lot of hacks installed with no problem, but getting errors on this one.
Can someboday help with these errors:

http://forums.onlinesportsgames.com/index.php
Warning: Invalid argument supplied for foreach() in /usr/local/etc/httpd/forums.onlinesportsgames.com/global.php on line 627

http://forums.onlinesportsgames.com/...op_install.php
Warning: main(./includes/init.php): failed to open stream: No such file or directory in /usr/local/etc/httpd/forums.onlinesportsgames.com/admincp/global.php on line 18

Fatal error: main(): Failed opening required './includes/init.php' (include_path='/usr/local/lib/php/') in /usr/local/etc/httpd/forums.onlinesportsgames.com/admincp/global.php on line 18

Make sure 100000010% sure youve done EVERY file edit correctly, and youve run the installer.

Zachery 06-20-2004 03:37 PM

Quote:

Originally Posted by FutureDEV
Well, there was a store hack for vb2 which was very good. Didnt use it myself but had seen it on several other forums. And it was set so that it dispatched a PM notification regarding the donation. I see no reason why something like that wouldnt be implemented in this hack eventhough it might not be by the same coder.. Thanks.

Yes, there was another hack, by another author, that did some of the same things ours did. And yes a pm was sent, we will look into adding it.

cashpath 06-20-2004 04:35 PM

I have had 2 problems with this,

1) people losing money using the bank, so I disabled the bank and thief options...

2) Glowing username doesn't seem to work.. what exactly does it do, and what is the code that controls it so I can look and see what I might have messed up.

Thanks for any help.

bhutz 06-20-2004 06:52 PM

Was there any luck with the point addition per upload and point deduction per download for attachments at all?

I saw a post by skyline_GT but couldn't find a follow up after that...

Anyone have the edits needed in order to make something like this work?

EA Junkie 06-21-2004 12:44 AM

I figured out my install problems finally, but can someone tell me how to modify this text from the Store page:

Welcome to OnlineSportsGames Forum's Store, More welcome text to go here!

Thanks in advance!

ethics 06-21-2004 12:46 AM

Quote:

Originally Posted by EA Junkie
I figured out my install problems finally, but can someone tell me how to modify this text from the Store page:

Welcome to OnlineSportsGames Forum's Store, More welcome text to go here!

Thanks in advance!

one of the utt templates. I believe it's the main one. Search for the word Welcome and you will see the entire statemnet. Just delete it and voila.

EA Junkie 06-21-2004 01:40 AM

I've looked through all the utt templates, but can't find that statement to delete. Does anyone know where it's located?

deathemperor 06-21-2004 12:20 PM

Quote:

Originally Posted by EA Junkie
I've looked through all the utt templates, but can't find that statement to delete. Does anyone know where it's located?

did you try a search yet ? try searching for: "welcome to" or "welcome text" (without the quotes of course)

the Sandman 06-21-2004 12:59 PM

It's about halfway down the UTTSTORE template. It looks like:
HTML Code:

<td class="alt1"><span clas="smallfont">Welcome to the $vboptions[bbtitle]' Store , More welcome text to go here!</span>

bhutz 06-22-2004 07:34 AM

Quote:

Originally Posted by bhutz
Was there any luck with the point addition per upload and point deduction per download for attachments at all?

I saw a post by skyline_GT but couldn't find a follow up after that...

Anyone have the edits needed in order to make something like this work?

bump :)

Does any one know how to implement this at all, I think I have seen this sort of system on another site but I think they were using Lessane's store hack.

All I want to be able to do is gives a user more cash per upload of attachments
and deduct cash per download, any suggestions? :nervous:

Intex 06-22-2004 07:44 PM

I've checked through this thread and in the original zip file, but I can't see any information on how the thief option works, i.e. how is it calculated whether someone is successful or not?

Can somone ellaborate.

Thanks

Zachery 06-22-2004 07:48 PM

Youd need to chekc the action file

Zachery 06-22-2004 07:49 PM

Quote:

Originally Posted by bhutz
bump :)

Does any one know how to implement this at all, I think I have seen this sort of system on another site but I think they were using Lessane's store hack.

All I want to be able to do is gives a user more cash per upload of attachments
and deduct cash per download, any suggestions? :nervous:

We are looking at it for the next version, however we have no plans of just releasing it for this version

Intex 06-22-2004 07:56 PM

Do you mean action.thief.php? If so, there's no comments in there stating how it's calculated and I can't make head or tail of the code :).

Can you give me a general overview?


Quote:

Originally Posted by Zachery
Youd need to chekc the action file


Zachery 06-22-2004 07:57 PM

Nope, not me, thats matts department ;D

ATM were atad busy updating the shoutbox for its next release :)

Intex 06-22-2004 07:59 PM

I can see the calculations in step three of the code, it's just trying to get some idea of what it's doing :).

Yeah I can imagine they're busy. No problems. I can wait.

WEForums 06-22-2004 09:12 PM

Quote:

Originally Posted by Zachery
The richest users query is a rather large one, thats why the page generation time is slower, depends on how many users are in you usertable :p

Ooooh, I se now. Could it be because of the 77,000+ users? :nervous: lol yeah, we get a lot...

Anyway, speaking about the bank problem, the issue is the users who lose the poiints do NOT click the link after depositing the points. After depositing it has some text and a link telling the user to click, but MOST users do not. So what I did was edit a PHP file and include a meta refresh tag and just made the page automatically redirect. Works best so now users can't complain.

Yanks1343 06-23-2004 03:22 AM

How do I know if I am a POSTBIT users or POSTBIT_LEGACY users?

Yanks1343 06-23-2004 03:40 AM

I went with POSTBIT
Now I am having another problem.

I can't see the link to the Shop on the main page. I did the whole install too.

Any ideas?

Zachery 06-23-2004 03:41 AM

Quote:

Originally Posted by Yanks1343
I went with POSTBIT
Now I am having another problem.

I can't see the link to the Shop on the main page. I did the whole install too.

Any ideas?

Did you make sure you edited all your templates?

bhutz 06-23-2004 06:36 AM

Quote:

Originally Posted by Zachery
We are looking at it for the next version, however we have no plans of just releasing it for this version

Cheers Zachery, didn't Lessane's store hack allow you to do this because I swear I have seen it used on a a board before...you probably hate people asking this but any idea when the new release will be and any info on what will be included?

smsmasters 06-23-2004 08:54 AM

Is there a script to update the points according to the members' posts, which have already been accumulated?

smsmasters 06-23-2004 09:07 AM

Also, how do u let guests view the store but not actually buy anything?

Zachery 06-23-2004 01:29 PM

Quote:

Originally Posted by smsmasters
Also, how do u let guests view the store but not actually buy anything?

You dont
Quote:

Originally Posted by smsmasters
Is there a script to update the points according to the members' posts, which have already been accumulated?



No, not at this time

smsmasters 06-23-2004 01:38 PM

There must be a quick script somewhere? Invisionboard had one, so why not vb???

ImportPassion 06-23-2004 02:30 PM

is there an update on the status of the next release? I am waiting for al the bug fixes and what not. But my users are getting antsy.

smsmasters 06-23-2004 07:36 PM

There's a bug, my username is red, as default. However, when I buy a yellow coloured username, in whosonline it is yellow! How do you not apply the colour to whosonline?

smsmasters 06-24-2004 08:06 AM

Anyone? And how can someone remove their glow or coloured username once they have bought it? I can't find the option anywhere!

Intex 06-24-2004 09:14 AM

To my knowledge, you simply go to buy the action again, in this case the glow and there is a link to remove it when you go there if you already have it.


All times are GMT. The time now is 01:42 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.03008 seconds
  • Memory Usage 1,837KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_html_printable
  • (18)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