vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - Point Market System 3.1x (https://vborg.vbsupport.ru/showthread.php?t=232676)

Veer 05-18-2010 03:52 PM

I still don't understand where is the option to purchase gift for someone else?

TheMayhem 05-18-2010 04:18 PM

Quote:

Originally Posted by Veer (Post 2039300)
I still don't understand where is the option to purchase gift for someone else?

Under the Other Users category.

alloutvb 05-18-2010 06:11 PM

so your not going to say any thing about my error im having with your mod?

Veer 05-18-2010 06:47 PM

Quote:

Originally Posted by TheMayhem (Post 2039324)
Under the Other Users category.

okay, I got it.

Honestly speaking its too complicated and difficult to understand. I was wondering a simple way of sending gifts to users. however its just buying and selling gift items system, that's not my need.

Hope you make it better in future.

Kayden 05-18-2010 07:51 PM

Question: What is the minimum requirement for MySQL for this mod?

TheMayhem 05-19-2010 05:18 AM

Quote:

Originally Posted by alloutvb (Post 2039390)
so your not going to say any thing about my error im having with your mod?

Many mods and vBulletin software itself use a version checker function to check that the mod is up to date. Since your server has the file_get_contents() function disabled, this is what you are going to need to do to correct:

Open admincp/market.php

Find

PHP Code:

// Get Latest Version from vBulletin.org
$productVerCheckURL "https://vborg.vbsupport.ru/misc.php?do=productcheck&pid=pointmarket";
$latestVersion file_get_contents($productVerCheckURL);
$latestVersion ereg_replace("[^A-Za-z0-9.]"""$latestVersion );
$latestVersion substr($latestVersion23);
$latestVersion ereg_replace("[^0-9.]"""$latestVersion ); 

Replace with:

PHP Code:

$latestVersion "2.1.0"

That will take away the PHP error you are getting. I hope that helps :)






Quote:

Originally Posted by Kayden (Post 2039451)
Question: What is the minimum requirement for MySQL for this mod?

It has been tested extensively and performs the best with Mysql 5x+. However, some of the users here have been using Mysql 4.1x and it has worked sufficiently well as of the 2.1.0 series. Before that, there were some issues which the Point Market 2.1.0 attempted to fix.

alloutvb 05-19-2010 03:27 PM

Quote:

Originally Posted by TheMayhem (Post 2039621)
Many mods and vBulletin software itself use a version checker function to check that the mod is up to date. Since your server has the file_get_contents() function disabled, this is what you are going to need to do to correct:

Open admincp/market.php

Find

PHP Code:

// Get Latest Version from vBulletin.org
$productVerCheckURL "https://vborg.vbsupport.ru/misc.php?do=productcheck&pid=pointmarket";
$latestVersion file_get_contents($productVerCheckURL);
$latestVersion ereg_replace("[^A-Za-z0-9.]"""$latestVersion );
$latestVersion substr($latestVersion23);
$latestVersion ereg_replace("[^0-9.]"""$latestVersion ); 

Replace with:

PHP Code:

$latestVersion "2.1.0"

That will take away the PHP error you are getting. I hope that helps :)








It has been tested extensively and performs the best with Mysql 5x+. However, some of the users here have been using Mysql 4.1x and it has worked sufficiently well as of the 2.1.0 series. Before that, there were some issues which the Point Market 2.1.0 attempted to fix.

its funny tho yours is the only one giving me this error and i have a lot of mods on my site with no errors

TheMayhem 05-19-2010 04:13 PM

Quote:

Originally Posted by alloutvb (Post 2039922)
its funny tho yours is the only one giving me this error and i have a lot of mods on my site with no errors

Not sure why, I'll look into an alternative php function instead of that one for the next release so you don't have to re-edit it each and everytime.

Kayden 05-19-2010 09:40 PM

I'm very pleased with this mod. Haven't run into any problems yet.

Will this mod be for only vB 4.x ? I'm curious because I have a vB 3.8.5 board as well, and have been in dire need of a mod such as this.

unicorn2433 05-20-2010 03:13 PM

Am I the only one who is not getting pm notifications?
Is this happening to anyone else?
I am trying to figure out what I may have done wrong.


All times are GMT. The time now is 03:54 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.04268 seconds
  • Memory Usage 1,753KB
  • 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
  • (4)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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