Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > Premium Archives > uCash & uShop
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
uCash & uShop old support and thank you thread Details »»
uCash & uShop old support and thank you thread
Version: , by BarHopper BarHopper is offline
Developer Last Online: Aug 2005 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 04-12-2004 Last Update: Never Installs: 0
 
No support by the author.

/me Installs. I'm the first for the most aniticipated hack!!1

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #452  
Old 04-14-2004, 06:05 PM
Zachery's Avatar
Zachery Zachery is offline
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry, i havent had time to look into, i have a massive ammount of work over the next few days >.>
Reply With Quote
  #453  
Old 04-14-2004, 07:01 PM
Link14716's Avatar
Link14716 Link14716 is offline
 
Join Date: Jun 2002
Location: Georgia, USA
Posts: 2,519
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

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.
Reply With Quote
  #454  
Old 04-14-2004, 07:29 PM
erikajune's Avatar
erikajune erikajune is offline
 
Join Date: Jan 2004
Location: Canada
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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! It otherwise works very well.
Reply With Quote
  #455  
Old 04-14-2004, 07:38 PM
SmasherMaster's Avatar
SmasherMaster SmasherMaster is offline
 
Join Date: Feb 2004
Location: Florida
Posts: 176
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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! It otherwise works very well.
....Exact same problem....Link, there's something wrong.
Reply With Quote
  #456  
Old 04-14-2004, 07:55 PM
erikajune's Avatar
erikajune erikajune is offline
 
Join Date: Jan 2004
Location: Canada
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #457  
Old 04-14-2004, 08:00 PM
Xenon's Avatar
Xenon Xenon is offline
 
Join Date: Oct 2001
Location: Bavaria
Posts: 12,878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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! 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);

Reply With Quote
  #458  
Old 04-14-2004, 08:05 PM
vhoang vhoang is offline
 
Join Date: Mar 2004
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #459  
Old 04-14-2004, 08:29 PM
erikajune's Avatar
erikajune erikajune is offline
 
Join Date: Jan 2004
Location: Canada
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Fantastic Xenon! That worked.

Thanks so much!
Reply With Quote
  #460  
Old 04-14-2004, 08:34 PM
erikajune's Avatar
erikajune erikajune is offline
 
Join Date: Jan 2004
Location: Canada
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oh and can this be added: A PM to the person who got their money stolen to let them know?
Reply With Quote
  #461  
Old 04-14-2004, 08:35 PM
erikajune's Avatar
erikajune erikajune is offline
 
Join Date: Jan 2004
Location: Canada
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by erikajune
Fantastic Xenon! That worked.

Thanks so much!
Ok... well I occasionally get "no Action Found" but no error...
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:29 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.23723 seconds
  • Memory Usage 2,338KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_php
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete