Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vBPurchase 1.0c.fl1 Details »»
vBPurchase 1.0c.fl1
Version: 1.0c.fl1, by Ron1n Ron1n is offline
Developer Last Online: Jun 2008 Show Printable Version Email this Page

Version: 3.0.7 Rating:
Released: 06-15-2005 Last Update: 06-30-2005 Installs: 20
DB Changes Template Edits
Code Changes  
No support by the author.

FULL RELEASE!

**ATTN**
USE THE FIX LIST ---> AND MAKE SURE YOU HAVE COMPLETED EACH STEP BEFORE INSTALLING. IF YOU HAVE ALREADY INSTALLED, JUST MAKE SURE YOU DO THEM SOON.


For those of you with other versions installed please upgrade using the upgrade_OLDVERSION_NEWVERSION.txt and everything will workfine.

READ ALL OF THIS BEFORE POSTING AND BEFORE DOWNLOADING:
This is not a beta anymore, but it is for capable, expirienced users only. This can be used as a final product, but it is not meant to be a final product. Users will proabably want to add some features for their own forum to meet their unique needs.

Overview:
This is a purchase/member area hack for vBulletin that is integrated with paypal. It comes with no warrantee, no installer, and limited support. It has been tested on all 3.0.x versions and is working (for the most part).

Bugs:
- I did not include admincp phrases
- There are problems when usernames contain '

Suggestions:
- Custom order fields

Notices:
- There is no support extension, but this hack does automatically add users to a new usergroup if you want it to, and therefore you can have a support forum for your users who have actually purchased items.

Quote:
Originally Posted by shah
For those that keep asking this, this is a store hack which is strikingly similar to the ones found at vbadvanced.com, vbcore.com, cinvin.com, go to their products.php page and you will see.

It let's you add licenses/services/products and lets you sell each. You set the price and description from the admin, and it automatically appears in the purchase.php page, from their the user has the option to buy the product and once he/she has paid the price, they will be redirected to the page where they can download the file/license that they have purchased. Hope this descritption helps a little.

Like he has mentioned, you need to know what your doing and you are required to have a paypal account to install this hack, if you don't have paypal, then you pretty much can't use it I guess, not sure.
Thanks shah

Show Your Support

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

Comments
  #42  
Old 06-17-2005, 01:18 PM
yoyoyoyo's Avatar
yoyoyoyo yoyoyoyo is offline
 
Join Date: Dec 2004
Location: USA
Posts: 1,612
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ron1n
Before it had ".$today."', it should have been '".$today."'

Change `start` to `date` - i renamed the column but forgot to update orders.php.
Thanks- that fixed it!
Code:
$DB_site->query("UPDATE ph_order SET `active`='0' WHERE `active`='1' AND `length` > '0' AND `date`+`length`*86400 < '".$today."'");
Reply With Quote
  #43  
Old 06-17-2005, 02:00 PM
GoTTi GoTTi is offline
 
Join Date: Jun 2002
Posts: 1,346
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mikaelweb
to make grupp off all this templates like vbulletin templates are done

Find in includes/adminfunctions_template.php
Code:
'subscription' => $vbphrase['group_paid_subscriptions'],
add under that line
Code:
'purchase' => 'products manager',
screenshots of ADMINCP
ron1n, im sure this hack is going to get huge when traffic pics up on it for sites offering things, and youve done a great thing releasing this into the wild.

can you, as time goes on, or if u can select someone, to keep the thread updated with other things added onto this hack like this here, on the first post so we can find the addons and modifications here, or will you be adding all this information and good stuff to the zip when you update it?
Reply With Quote
  #44  
Old 06-17-2005, 02:53 PM
Ron1n Ron1n is offline
 
Join Date: Jun 2004
Posts: 373
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Da_GoTTi
can you, as time goes on, or if u can select someone, to keep the thread updated with other things added onto this hack like this here, on the first post so we can find the addons and modifications here, or will you be adding all this information and good stuff to the zip when you update it?
I will continue adding them into txt update files until I make a general release. This just make it so ppl dont have to keep uploading new files since the changes are only take about 2 seconds to make.
Reply With Quote
  #45  
Old 06-17-2005, 04:24 PM
mikaelweb's Avatar
mikaelweb mikaelweb is offline
 
Join Date: Feb 2003
Location: Sweden
Posts: 122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this is error when testeing to Delete Product
Fatal error: Call to undefined function: query_result() in /home/codersla/public_html/forum/admincp/purchaseadmin.php on line 415
Reply With Quote
  #46  
Old 06-17-2005, 05:03 PM
yoyoyoyo's Avatar
yoyoyoyo yoyoyoyo is offline
 
Join Date: Dec 2004
Location: USA
Posts: 1,612
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mikaelweb
this is error when testeing to Delete Product
Fatal error: Call to undefined function: query_result() in /home/codersla/public_html/forum/admincp/purchaseadmin.php on line 415
I get the same error when selecting the radio button "confirm delete." When I do not select the radio button and press DELETE I get a message that says "Could not find phrase 'Did Not Confirm Delete'" and when I check the product listings the product is still listed.
Reply With Quote
  #47  
Old 06-17-2005, 09:35 PM
Ron1n Ron1n is offline
 
Join Date: Jun 2004
Posts: 373
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For some reason vB 3.0.x doesn't have support for query_result or fetch_result, which I use frequently. I just added those two functions into db_mysql.php and i forgot I use them for vBPurchase so i forgot to include them.

Quote:
Originally Posted by mikaelweb
this is error when testeing to Delete Product
Fatal error: Call to undefined function: query_result() in /home/codersla/public_html/forum/admincp/purchaseadmin.php on line 415
Fixed with fix_list_five.txt

Quote:
Originally Posted by yoyoyoyo
I get the same error when selecting the radio button "confirm delete." When I do not select the radio button and press DELETE I get a message that says "Could not find phrase 'Did Not Confirm Delete'" and when I check the product listings the product is still listed.
Fixed with fix_list_five.txt
Reply With Quote
  #48  
Old 06-18-2005, 12:42 AM
GoTTi GoTTi is offline
 
Join Date: Jun 2002
Posts: 1,346
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

got a error when deleting a product.

Fatal error: Call to undefined function: query_result() in /home/site/public_html/forum/admincp/purchaseadmin.php on line 415

edit: never mind see the fix.
Reply With Quote
  #49  
Old 06-18-2005, 01:07 AM
GoTTi GoTTi is offline
 
Join Date: Jun 2002
Posts: 1,346
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

when adding a product with image, my image is not showing up. ideas?
Reply With Quote
  #50  
Old 06-18-2005, 02:04 AM
Ron1n Ron1n is offline
 
Join Date: Jun 2004
Posts: 373
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

not with that info...

can you give me the info your filling out and also the html code produced by that table or a link to the product?
Reply With Quote
  #51  
Old 06-18-2005, 04:00 AM
yoyoyoyo's Avatar
yoyoyoyo yoyoyoyo is offline
 
Join Date: Dec 2004
Location: USA
Posts: 1,612
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I was able to add an image with no problem: just enter the full url to the image, with no html or BB code. I noticed that the size of the image is fixed, and it would be nice to have a setting that would allow you to be able to indicate height and width instead of using a default setting. Also, it seems that the files added to the database and it would be nice to have the option to have them stored via file ftp to the server as well.

BTW, the last fixes seemed to have fixed the deletion error on my end when the CONFIRM radio box is checked, however when I do not select it I get an error that says
Quote:
Could not find phrase 'Did not Confirm Delete'.

If you are not automatically redirected, please click here.

Processing Complete - Proceed
and I am taken back to the product page, and the product still exists, so that function is still not working.

I also tried adding a few services, however they are not viewable on the products page, just the items.

Are the licenses selectable/editable, or are they all "LIFETIME LICENSES"? I didn't see any options in the LICENSE area.
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 01:08 AM.


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.04765 seconds
  • Memory Usage 2,321KB
  • 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
  • (3)bbcode_code
  • (8)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
  • (1)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