Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Closed Thread
 
Thread Tools
uCash & uShop v2.0.0 Details »»
uCash & uShop v2.0.0
Version: 2.0.0, by Revan Revan is offline
Developer Last Online: Jun 2014 Show Printable Version Email this Page

Version: 3.5.3 Rating:
Released: 02-04-2006 Last Update: 06-03-2006 Installs: 248
DB Changes Uses Plugins Template Edits
Additional Files Is in Beta Stage  
No support by the author.

As of June 4th 2006 the uCS project is officaly closed.

For more info please see this thread. https://vborg.vbsupport.ru/showthread.php?t=117590

Show Your Support

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

Comments
  #592  
Old 02-12-2006, 07:48 AM
Ky Kiske's Avatar
Ky Kiske Ky Kiske is offline
 
Join Date: Dec 2001
Location: Miami, Florida
Posts: 125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

XD I love that you guys have the mysql_schema.php. I just added that stuff but now I guess I have a code question.

I getting alot of errors related to ushop_act useage.

Code:
Warning: Invalid argument supplied for foreach() in /admincp/ushop/ushop_admin.ushopmanager.php on line 13

Warning: Invalid argument supplied for foreach() in /admincp/ushop/ushop_admin.massupdate.php on line 160

Warning: Invalid argument supplied for foreach() in /admincp/ushop/ushop_admin.usergroupenmasse.php on line 15

Warning: Invalid argument supplied for foreach() in /admincp/ushop/ushop_admin.categories.php on line 47
PHP Code:
From ushop_admin.massupdate.php
foreach ($vbulletin->ushop_act as $actionid => $action
  #593  
Old 02-12-2006, 07:52 AM
Murty's Avatar
Murty Murty is offline
 
Join Date: Dec 2005
Location: South Australia
Posts: 293
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey I have installed this and have a couple of questions.

- How can I add my own option, that allows users to purchase a custom signature? Need help quick please.

- When i click on the 'Points' or '(Donate)' on my profile bar when i post, it opens up a new window with a message saying "There are none of this item left!". Any Ideas? Also how can i get it to display in the profile bar thing, how many points they have?
  #594  
Old 02-12-2006, 07:58 AM
Ky Kiske's Avatar
Ky Kiske Ky Kiske is offline
 
Join Date: Dec 2001
Location: Miami, Florida
Posts: 125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Murty
Hey I have installed this and have a couple of questions.

- How can I add my own option, that allows users to purchase a custom signature? Need help quick please.

- When i click on the 'Points' or '(Donate)' on my profile bar when i post, it opens up a new window with a message saying "There are none of this item left!". Any Ideas? Also how can i get it to display in the profile bar thing, how many points they have?
If you can code the action for the points for custom sig then that would be an easy.

$post[points] (in threads) | $bbuserinfo[points] or userinfo[$points] <-- displays points on almost all shop and cash hacks. Now you can set the number of donations there is per a certain amount of time. So that's just some basic playing around. XD
  #595  
Old 02-12-2006, 08:20 AM
Murty's Avatar
Murty Murty is offline
 
Join Date: Dec 2005
Location: South Australia
Posts: 293
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ky Kiske
If you can code the action for the points for custom sig then that would be an easy.

$post[points] (in threads) | $bbuserinfo[points] or userinfo[$points] <-- displays points on almost all shop and cash hacks. Now you can set the number of donations there is per a certain amount of time. So that's just some basic playing around. XD
??? Sorry, that meant nothing to me. Can you explain what you are talking about a bit better please.
  #596  
Old 02-12-2006, 08:57 AM
ThePimp's Avatar
ThePimp ThePimp is offline
 
Join Date: Feb 2005
Posts: 329
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please see my Modification Request:
https://vborg.vbsupport.ru/showthread.php?t=107768
  #597  
Old 02-12-2006, 09:04 AM
Ky Kiske's Avatar
Ky Kiske Ky Kiske is offline
 
Join Date: Dec 2001
Location: Miami, Florida
Posts: 125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

$post[points] (shows points in threads)
$bbuserinfo[points] (shows your points outside of threads)
$userinfo[points] (shows others points outside of threads)

Now I am having problems with my admincp but in the previous version of uShop you had the ability to set the "quantity" of items. It's highly liable that alot of people are donating to eachother. So I would set donations to "-1" To put it in an infinite loop. Mainly because it's a negative interger and negative intergers are hard to actually get to because do to technicalities "They don't really exist".

Coding the action.customsig.php should be easy but would require you research useage of the database table usertextfield and the signature row.
  #598  
Old 02-12-2006, 09:44 AM
swissknife swissknife is offline
 
Join Date: Mar 2004
Location: Hamburg
Posts: 101
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ky Kiske
How can I correct this? Nevermind on that I used the mysql_schema.php to add the tables that were skipped. But now I get this.

Code:
Warning: implode(): Bad arguments. in /includes/functions_ushop.php on line 70

Line 70: 
$condition = "actionid IN ('".implode("','", $getactions)."')";

Warning: Invalid argument supplied for foreach() in /includes/functions_ushop.php on line 86

Line 86:
foreach ($catsa as $actionid => $cats) {

Warning: Cannot modify header information - headers already sent by (output started at includes/class_core.php:2983) in /ushop.php on line 143

Line 143:
header("Location: $_SERVER[PHP_SELF]");
Help me please.
hi!

sry , i tried to read here everything , but everytime my problem apaers , there was no answer. please help :

in admincp -> when i try to edit the ushop"pruduct" i got : he requested URL /vbulletin/admincp/uttstoreadmin.php was not found on this server.

how can i fix it?

i did reload the product!
  #599  
Old 02-12-2006, 09:52 AM
Ky Kiske's Avatar
Ky Kiske Ky Kiske is offline
 
Join Date: Dec 2001
Location: Miami, Florida
Posts: 125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by swissknife
hi!

sry , i tried to read here everything , but everytime my problem apaers , there was no answer. please help :

in admincp -> when i try to edit the ushop"pruduct" i got : he requested URL /vbulletin/admincp/uttstoreadmin.php was not found on this server.

how can i fix it?
the url to the uShop admin is ushop_admin.php. I would download the new stuff as they normally are recommending. XD I am customer service on this and I am not even on their staff. But it's most likely a problem with the cpnav_ucs.xml in the includes directory. It's outdated. Download the new files and they. Don't worry about reinstalling if everything is working fine.
  #600  
Old 02-12-2006, 09:58 AM
swissknife swissknife is offline
 
Join Date: Mar 2004
Location: Hamburg
Posts: 101
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ky Kiske
the url to the uShop admin is ushop_admin.php. I would download the new stuff as they normally are recommending. XD I am customer service on this and I am not even on their staff. But it's most likely a problem with the cpnav_ucs.xml in the includes directory. It's outdated. Download the new files and they. Don't worry about reinstalling if everything is working fine.
thanks , but i already relaoded the product...
  #601  
Old 02-12-2006, 10:01 AM
Murty's Avatar
Murty Murty is offline
 
Join Date: Dec 2005
Location: South Australia
Posts: 293
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am getting the feeling after looking around ushop and ucash, that it is not properly installed or something, because you cant donate, buy items or anything. Any thoughts? When i do click on donate it opens a window with this message "There are none of this item left!". I really need help.
Closed Thread


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 06:11 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.05620 seconds
  • Memory Usage 2,311KB
  • Queries Executed 25 (?)
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_code
  • (1)bbcode_php
  • (5)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
  • (3)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