Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard

Reply
 
Thread Tools
Trasion Shop & Cash Systems - Details »»
Trasion Shop & Cash Systems -
Version: 1.00, by Winterworks Winterworks is offline
Developer Last Online: Apr 2010 Show Printable Version Email this Page

Category: Major Additions - Version: 3.7.4 Rating:
Released: 12-15-2008 Last Update: 12-16-2008 Installs: 37
Template Edits Auto-Templates
Code Changes Additional Files  
No support by the author.

please Moderators Delete This Thread.

This Modification Is Now Only Supported On The Official Website, Thank You.

New Fixes Are Available On The Website, And You Can Have All The Support You Need.

Show Your Support

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

Comments
  #82  
Old 01-07-2009, 06:07 PM
Winterworks Winterworks is offline
 
Join Date: Feb 2008
Location: Canada
Posts: 640
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Guys... Just make all of the money fields the exact same. It must be the same, in lowercase.
Reply With Quote
  #83  
Old 01-07-2009, 07:44 PM
yankee831 yankee831 is offline
 
Join Date: May 2008
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Do you mean in the xml file or in the cash options?
Reply With Quote
  #84  
Old 01-08-2009, 08:02 PM
Vaupell's Avatar
Vaupell Vaupell is offline
 
Join Date: Apr 2008
Location: Esbjerg, Denmark
Posts: 1,036
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

EDIT: love the shop hate the cash.. uninstalled.

But got some great potential, could be a competitor to vbexperience with som work.
Reply With Quote
  #85  
Old 01-10-2009, 02:19 AM
dreads dreads is offline
 
Join Date: Feb 2007
Posts: 141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here is a big issue,
yoursite.com/shop.php?do=BuyItem&id=1

take a page, iframe a bunch of links like that. Now you got a simple attack tool, if anyone of the members finds out, they easily using tinyurl make them purchase unnecessary items.

Might want to fix that
Reply With Quote
  #86  
Old 01-13-2009, 07:19 AM
lilbill0005's Avatar
lilbill0005 lilbill0005 is offline
 
Join Date: Jan 2007
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The options in the ACP aren't showing up. I tried uninstalling and reinstalling twice, and yes, I uploaded all of the files, and yes, especially the bitfield and cpnav ones.

As far as I can tell, this is just a nerfed version of iCash and IShop, renamed, with added glitches. I was hoping it was actually an update. *sigh*

Ah, I figured out why the options were not showing up:

Open up cpnav_shop.xml

Find (line 8):

Code:
<link>options.php?dogroup=shop&amp;sdo=options</link>
Replace with:

Code:
<link>options.php?do=options&amp;dogroup=shop</link>

Then they show up properly. You may want to also consider renaming "shop" to 'Shop Options', or something that looks and sounds more professional.

I've fixed this, and I'll be re-evaluating it a bit, but, to be honest, it's done pretty shoddily, and I don't think I'm going to keep it. You may want to consider re-learning PHP, MySQL, and even XML/HTML, trying some smaller projects, and working your way back up. I'm not trying to be harsh, but, the large amounts of errors, and the fact that this is someone else's project (on which you've unimproved?), seems to make it look like you don't know what you're doing.

And while learning by doing is normally okay, it's not when you release a product to the public that is unsafe. I hope no one gets any irreparable SQL errors from this. >.<

EDIT: I ran into even more errors, uninstalled, all of it.
Reply With Quote
  #87  
Old 01-14-2009, 06:16 PM
SpottySocks SpottySocks is offline
 
Join Date: Jun 2008
Location: UK
Posts: 127
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installs on the test forum perfectly, but when I installed on my normal forum I had this database error:

PHP Code:
Database error in vBulletin 3.7.2:

Invalid SQL:
ALTER TABLE vbuser ADD COLUMN money decimal(15,2) DEFAULT '0' NOT NULL;

MySQL Error   Duplicate column name 'money'
Error Number  1060
Request Date  
SundayJanuary 4th 2009 10:02:00 AM
Error Date    
SundayJanuary 4th 2009 10:02:01 AM
Script        
http://www.*****.co.uk/admincp/plugin.php?do=productimport
Referrer      http://www.*****.co.uk/admincp/plugin.php?do=productadd
IP Address    : **.**.***.***
Username      : **USERNAME**
Classname     : **CLASSNAME**
MySQL Version 4.1.22-standard 
Anyone help? Many thanks.
Reply With Quote
  #88  
Old 01-15-2009, 07:09 PM
deadlySniper deadlySniper is offline
 
Join Date: Dec 2008
Location: New York
Posts: 211
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I only see Shop settings in the ACP. With vBCredits you have the Bank in the ACP. I am wondering if you can have the cash settings in the acp
Reply With Quote
  #89  
Old 01-16-2009, 02:06 PM
jujubins's Avatar
jujubins jujubins is offline
 
Join Date: May 2007
Location: Rio de Janeiro - Brazil
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It works in 3.8?
Reply With Quote
  #90  
Old 01-24-2009, 07:16 PM
SpottySocks SpottySocks is offline
 
Join Date: Jun 2008
Location: UK
Posts: 127
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SpottySocks View Post
Installs on the test forum perfectly, but when I installed on my normal forum I had this database error:

PHP Code:
Database error in vBulletin 3.7.2:

Invalid SQL:
ALTER TABLE vbuser ADD COLUMN money decimal(15,2) DEFAULT '0' NOT NULL;

MySQL Error   Duplicate column name 'money'
Error Number  1060
Request Date  
SundayJanuary 4th 2009 10:02:00 AM
Error Date    
SundayJanuary 4th 2009 10:02:01 AM
Script        
http://www.*****.co.uk/admincp/plugin.php?do=productimport
Referrer      http://www.*****.co.uk/admincp/plugin.php?do=productadd
IP Address    : **.**.***.***
Username      : **USERNAME**
Classname     : **CLASSNAME**
MySQL Version 4.1.22-standard 
Anyone help? Many thanks.
Anyone?
Reply With Quote
  #91  
Old 01-28-2009, 08:12 PM
Forum Lover Forum Lover is offline
 
Join Date: Jun 2007
Location: Sydney
Posts: 503
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So, now member can earn points, how can they expend?
Reply With Quote
Reply

Thread Tools

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:56 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.05034 seconds
  • Memory Usage 2,316KB
  • 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
  • (2)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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