12-19-2012, 02:33 AM
Here the NEW link.... ( sorry, my mediafire account has been messed up )
[hide]www.uploadseeds.com/download.php?uid=ZY7V5BDG[/hide]
Or Mentioned By @jbrown63 on pm. If you prefering updating your code based on Mugenx's code
Here the methods:
[hide]find:
replace it with
[/spoiler]
[hide]www.uploadseeds.com/download.php?uid=ZY7V5BDG[/hide]
Or Mentioned By @jbrown63 on pm. If you prefering updating your code based on Mugenx's code
Here the methods:
[hide]find:
Code:
$sql = "
CREATE TABLE `wp_aucompz11_options` (
`id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT,
`name` VARCHAR(255) NOT NULL,
`value` TEXT NOT NULL,
PRIMARY KEY (`id`)
)
";
replace it with
PHP Code:
$sql = "
CREATE TABLE `$table_name` (
`id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT,
`name` VARCHAR(255) NOT NULL,
`value` TEXT NOT NULL,
PRIMARY KEY (`id`)
)
";