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)

msimplay 04-14-2004 03:30 PM

Quote:

Originally Posted by Link14716
Are you using it via the promotions system, or...?

thats the promotions system so far but i want to do that via the store if its possible
ie those items for sale instead of via the promotions system via postcount

AN-net 04-14-2004 03:37 PM

does the bank have interest?

SmasherMaster 04-14-2004 03:55 PM

Quote:

Originally Posted by Link14716
There's no reason why it wouldn't work, so I ask you again: are you sure you edited global.php correctly?

Yep!

Zachery 04-14-2004 03:57 PM

Quote:

Originally Posted by AN-net
does the bank have interest?

Yes

Link14716 04-14-2004 03:57 PM

Quote:

Originally Posted by AN-net
does the bank have interest?

Yes. Edit the bank action to change the interest rate among other things.

Link14716 04-14-2004 03:59 PM

Quote:

Originally Posted by SmasherMaster
Yep!

Well, according to the data in your datastore, it has actions. The edit to last global.php edit is needed for them to show up (and it is almost at the very bottom of global.php). If you are sure you have edited global.php correctly, then what about the includes/init.php edit?

gmarik 04-14-2004 05:29 PM

Anybody tested this? How is it?

msimplay 04-14-2004 05:33 PM

hmm a feature should be that people get notified who donates to them

GeekyDesigns 04-14-2004 05:56 PM

Quote:

Originally Posted by msimplay
hmm a feature should be that people get notified who donates to them

Were working on getting our site & support up, just waiting for the server to be finished, we will have the support desk setup, but not the forums untill we get a few more installs or donations :)

msimplay 04-14-2004 06:04 PM

Quote:

Originally Posted by GeekyDesigns
Were working on getting our site & support up, just waiting for the server to be finished, we will have the support desk setup, but not the forums untill we get a few more installs or donations :)

hmm i was also asking about the custom avatar action before remember :p

ps i asked this before but i didn't get the right answer lols
so i'll rephrase

check this link
http://www.wambam.net/vbulletin/showthread.php?t=134

it shows my ranking system
i want to know if its possible to add those as actions to the shop for x amount of points rather then using the ranking system and how ?

my ranking system is pretty much not needed if it can be done via the shop
and its conflicting in terms of user titles are already rank

Zachery 04-14-2004 06:05 PM

Sorry, i havent had time to look into, i have a massive ammount of work over the next few days >.>

Link14716 04-14-2004 07:01 PM

Quote:

Originally Posted by msimplay
hmm i was also asking about the custom avatar action before remember :p

ps i asked this before but i didn't get the right answer lols
so i'll rephrase

check this link
http://www.wambam.net/vbulletin/showthread.php?t=134

it shows my ranking system
i want to know if its possible to add those as actions to the shop for x amount of points rather then using the ranking system and how ?

my ranking system is pretty much not needed if it can be done via the shop
and its conflicting in terms of user titles are already rank

If you use secondary usergroups you can use the seconday usergroup action, and you can copy it and change the usergroups that you can buy with it to make them cost a different amount.

erikajune 04-14-2004 07:29 PM

I am still getting this error once and awhile:
Quote:

Warning: Invalid argument supplied for foreach() in /home/erika/public_html/community/ushop.php on line 144
When I get this error, it is on a "No Action Found" page. If I refresh, the error goes away. But I still get it somewhere in the shop pages once and awhile.

I have done this several times:
Quote:

IF YOU ARE HAVING FOREACH ERRORS IN GLOBAL.PHP OR NO ACTION ERRORS:
First, remove the second global.php edit. Then run ushop.php?rebuildds=1. Then put the edit back in adns ee if that works. If it doesn't work, answer the questions above, if it does, post saying that and let me know in the post if you used the HTL or standalone installer. This will help me diagnose the problem as to whether it is a user error or an error on one of the installers. Thank you.
But it doesn't fix it.

If you need to see what I mean:
www.onlineparents.net/community
Log in: testmember
Pass: test

Standalone, vB3 Gold

Thanks for the help! :D It otherwise works very well.

SmasherMaster 04-14-2004 07:38 PM

Quote:

Originally Posted by erikajune
I am still getting this error once and awhile:

When I get this error, it is on a "No Action Found" page. If I refresh, the error goes away. But I still get it somewhere in the shop pages once and awhile.

I have done this several times:

But it doesn't fix it.

If you need to see what I mean:
www.onlineparents.net/community
Log in: testmember
Pass: test

Standalone, vB3 Gold

Thanks for the help! :D It otherwise works very well.

....Exact same problem....Link, there's something wrong.

erikajune 04-14-2004 07:55 PM

Oh and is there a way to add a color code thingy to the glow and username color page? So that people who don't know the color codes have more to chose from?

Xenon 04-14-2004 08:00 PM

Quote:

Originally Posted by erikajune
I am still getting this error once and awhile:

When I get this error, it is on a "No Action Found" page. If I refresh, the error goes away. But I still get it somewhere in the shop pages once and awhile.

I have done this several times:

But it doesn't fix it.

If you need to see what I mean:
www.onlineparents.net/community
Log in: testmember
Pass: test

Standalone, vB3 Gold

Thanks for the help! :D It otherwise works very well.

well, i haven't checked the code much, so, Link or Zak have to find the bug themselves, but as a short solution this might help:

find this code:
PHP Code:

if (!isset($storeactions) || empty($storeactions)) {
    
$message "No actions found...";
    
uttstore_print_end_message($message);


and replace with
PHP Code:

if (!is_array($storeactions)) {
    
$message "No actions found...";
    
uttstore_print_end_message($message);



vhoang 04-14-2004 08:05 PM

What if we enable "Arcade Pass" ? Does this prevent users from playing Arcade immediately? Does this mean any user must buy an Arcade pass to play?

Can we apply points gained by this hack to play/bet/reward when playing Arcade?

erikajune 04-14-2004 08:29 PM

Fantastic Xenon! That worked.

Thanks so much!

erikajune 04-14-2004 08:34 PM

Oh and can this be added: A PM to the person who got their money stolen to let them know?

erikajune 04-14-2004 08:35 PM

Quote:

Originally Posted by erikajune
Fantastic Xenon! That worked.

Thanks so much!

Ok... well I occasionally get "no Action Found" but no error... :D

Xenon 04-14-2004 08:37 PM

Quote:

Originally Posted by erikajune
Ok... well I occasionally get "no Action Found" but no error... :D

:)

well as said, i couldn't look for the bug itself, but the prevention of the error is something i could do :)

erikajune 04-14-2004 08:39 PM

I'm happy. Thanks, again.

SmasherMaster 04-14-2004 09:37 PM

Xenon's fix did not work.....but i'm not getting any line 144 error anymore, but STILL no actions found.

Link, you said I should have 18 rows, why do I have 13?

Link14716 04-14-2004 09:45 PM

Quote:

Originally Posted by SmasherMaster
Xenon's fix did not work.....but i'm not getting any line 144 error anymore, but STILL no actions found.

Link, you said I should have 18 rows, why do I have 13?

I really don't know. Send me an IM on AIM or MSN or something and I'll see about helping you sort the problem.

Link14716 04-14-2004 09:46 PM

Quote:

Originally Posted by vhoang
What if we enable "Arcade Pass" ? Does this prevent users from playing Arcade immediately? Does this mean any user must buy an Arcade pass to play?

Can we apply points gained by this hack to play/bet/reward when playing Arcade?

The Arcade Pass Hack is a seperate hack released in the Beta Releases forum. The action requires that hack to be installed.

M1th 04-14-2004 09:59 PM

Quote:

Originally Posted by SmasherMaster
Xenon's fix did not work.....but i'm not getting any line 144 error anymore, but STILL no actions found.

Link, you said I should have 18 rows, why do I have 13?

Have you set the usergroup permissions properly?

Also Note that you will NEED to click submit in the usergroup manager, even if you dont want anything changed in a usergroup. This will update the permissions.

Link14716: I think thats what is causing this. They would need to do that after they've done the file edits, otherwise the permissions wont get updated.

Link14716 04-14-2004 10:04 PM

There are no permissions in the usergroup manager that would affect which actions are displayed.

Zachery 04-14-2004 10:05 PM

Just an update were about at 50% of our funds for the new site, if anyone can help donate it would be great.

Direct PM's to Me Matt or GeekyDesigns, they will get anwsered asap :)

M1th 04-14-2004 10:06 PM

Quote:

Originally Posted by Link14716
There are no permissions in the usergroup manager that would affect which actions are displayed.

Oh right.. sorry.

[high] * M1th hasnt installed it yet.[/high]

Yuber 04-14-2004 10:23 PM

Thanks for sharing, this is a great hack.

Leah 04-14-2004 10:46 PM

Quote:

Originally Posted by SmasherMaster
Xenon's fix did not work.....but i'm not getting any line 144 error anymore, but STILL no actions found.


Mine seems to work after I set the Use Quantity System? to no.

DiLLuZioN 04-14-2004 11:56 PM

thanks for the hack, works 100% errorless @ my forums.

confusing to find everything @ first, but it works good. thanks for releasing it.

/me clicks install

NameWolf 04-14-2004 11:59 PM

Thanks Guys ! Installed & Works perfectly on our forums.

Just a question, is there any way we can import previous post counts ?

Thanks again !

NW

ToB 04-15-2004 12:32 AM

Just installed it on my community (http://www.evboard.com) and my users LOVE it!!!

Vivi Ornitier 04-15-2004 02:47 AM

Is there a way to exclude members from getting points in certain forums that let's say don't enable post counts? that would be very nice

Link14716 04-15-2004 02:49 AM

Edit the forum and set all 3 of the options (points per thread, reply, and view) to 0.

Skyline_GT 04-15-2004 05:05 AM

one suggestion..
I wonder is it possible to pay for donwload attachments?
like 5 dollars to download each attachment..

Link14716 04-15-2004 05:09 AM

Quote:

Originally Posted by Skyline_GT
one suggestion..
I wonder is it possible to pay for donwload attachments?
like 5 dollars to download each attachment..

Heh, I'll look into it for 1.00. :) Shouldn't be hard at all. ;)

Skyline_GT 04-15-2004 06:56 AM

Quote:

Originally Posted by Link14716
Heh, I'll look into it for 1.00. :) Shouldn't be hard at all. ;)

Great:)

tnguy3n 04-15-2004 09:18 AM

anyone actually has this hack worked? I got this error message ever time install the hack
Quote:

Parse error: parse error in /path/to/public_html/forumvb/includes/functions.php on line 1871

Fatal error: Call to undefined function: is_browser() in /path/to/public_html/forumvb/global.php on line 59
I tested on an unhacked board and still no luck ... got same error message.


All times are GMT. The time now is 04:49 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.06648 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
  • (2)bbcode_php_printable
  • (22)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