The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
[HELP] Option validation (like DBTech)
im trying to create something similar to the dbtech products where they have a validation code in their products for the copyright, its just a nifty feature i would like to include in my paid products.
MAIN QUESTIONS: 1.how can i get :Skeleton|Key: to work? 2.how can i get it to not display the error when entering the valid code. 3.how can i make my products generate a random ############ per user inside the file, when they download the file. im trying to achieve this by reverse engineering one of their products. im at stage one of this and have not modified anything else in the product only have played with this part of the code. the setting is as follows: Code:
<setting varname="dbtech_autodiscuss_branding_free" displayorder="40"> <datatype>free</datatype> <validationcode><![CDATA[return ($data == ':Skeleton|Key:' OR !$data);]]></validationcode> </setting> although when i put in the code to remove the copyright it works BUT it gives me an error saying Code:
You did not enter a valid value for this setting. and thats just a long line of numbers and letters #######-f#SD##########fj###### although if i enter :Skeleton|Key: i do not receive the error, but the copyright still shows... the php file part of this looks like Code:
$show['autodiscuss_branding'] = $vbulletin->options['dbtech_autodiscuss_branding_free'] != '#######-f#SD##########fj######'; if ($show['autodiscuss_branding'] AND !$show['_dbtech_branding_override']) { |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|