The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
What exactly do you put in the target page for a version check?
Regards, Nick. PS. Someone must know but i don't. |
#2
|
|||
|
|||
![]()
You have to put the following on a page:
Code:
<version productid="x">1.2.3</version> |
#3
|
|||
|
|||
![]()
thanks, could you share the script?
|
#4
|
|||
|
|||
![]()
Sure let me zip it up. I'll edit my post and attach the script in a sec.
Derek Here is the script: PHP Code:
[sql] CREATE TABLE `versions` ( `id` int(10) unsigned NOT NULL auto_increment, `productid` varchar(50) NOT NULL default '', `version` varchar(10) NOT NULL default '', PRIMARY KEY (`id`) ) TYPE=MyISAM; INSERT INTO `versions` VALUES (1, 'productid', '1.0.0'); [/sql] You will have to manually add products through PHPMyAdmin. For the version check field in vB's product manage just type http://www.yourdomain.com/file_name_...riptsproductid Derek |
#5
|
||||
|
||||
![]()
Thanks for the script, but why not use the version column in the product table already in vBulletin?
|
#6
|
||||
|
||||
![]()
Revan i think that's for the version checker on your own website. But not sure.
|
#7
|
||||
|
||||
![]()
Yeah but its quite possible to get that to connect to a vB database too ennit
![]() |
#8
|
|||
|
|||
![]()
Didn't think of that. Good idea!
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|