Version: BETA 1.0.6, by (Guest)
Developer Last Online: Jan 1970
Version: 3.5.0 RC3
Rating:
Released: 09-17-2005
Last Update: 09-29-2005
Installs: 77
Uses Plugins Template Edits
Additional Files Is in Beta Stage
No support by the author.
Author: An-net Ported by: Danny.vbt
Description:
Now add,manage,display all your communties/boards affiliates in a simple and organized fashion.
[high] This hack is in it's early BETA stages, and it should be used for DEBUGGING purposes only. [/high]
Features:
-Administration Panel
-multiple affilliates
-image button verification
-modules
-top listing
-types/categories
-reporting system
-rating system
-in and out clicking system
-redirects
-delay system
-disclaimers
-extremely customizeable
-display options
-pagination
-approval system
-usergroup permissions
-active system
-image buttons
And more!
Install Overview:
[high] Please upload files before importing product! [/high] (Thanks Kirby!)
This hack is in BETA, if you find any bugs whatsoever report them, and I will fix them asap. (I'm almost positive that there will be a few silly bugs.)
Thank You,
And please click Install if you use this hack.
Updates:
BETA 1.0.7
Uploaded new affiliate.php by HawkBizKit, fixes ON clause error
BETA 1.0.6
Uploaded new affiliate.php by Dark_Wizard
BETA 1.0.5
Fixes Installation/Uninstallation issues and table prefix error
BETA 1.0.4
Added missing phrases, fixed permissions issue.
BETA 1.0.3
Fixed errors on xml product, also added auto rebuild bitfields.
BETA 1.0.2
Fixed parse error on affiliate.php
Screen Shots Below: They are Poorer quality due to gifs.
Parse error: parse error, unexpected ',' in /home/imp04/public_html/forum/admincp/affiliateadmin.php on line 193
affiliate.php
PHP Code:
Database error in vBulletin 3.5.0 Release Candidate 3:
Invalid SQL:
SELECT * FROM vB_ affiliates_settings;
MySQL Error : Table 'imp04_vbulliten.vB_' doesn't exist
Error Number : 1146
Date : Tuesday, September 20th 2005 @ 08:19:25 AM
Script : http://www.playstation-racing.co.uk/forum/affiliate.php
Uninstalling
PHP Code:
Database error in vBulletin 3.5.0 Release Candidate 3:
Invalid SQL:
DROP TABLE affiliates;
MySQL Error : Unknown table 'affiliates'
Error Number : 1051
Date : Tuesday, September 20th 2005 @ 08:23:42 AM
Script : http://www.playstation-racing.co.uk/forum/admincp/plugin.php
Look in your affiliate template, and there should be "Code:" there, remove it and it will fix it.
Impreza04, I fix the affiliateadmin.php error, I will upload it tonight. Also, it seems like you didn't properly install the product because the tables don't exist...
Brinnie,
Yes you can use image, and I think there is a set width. Check the admin cp setting of the hack.
Is there any means to using this if the affiliate system was installed with 3.0.x? What I mean is that I tried running the plugin and got this:
Code:
CREATE TABLE affiliates (
affiliate_id int(10) NOT NULL auto_increment,
sitename varchar(50) NOT NULL,
siteurl varchar(250) NOT NULL,
sitedesc mediumtext NOT NULL,
buttonurl varchar(150) NOT NULL,
type tinyint(4) NOT NULL,
email varchar(250) NOT NULL,
clicksout int(20) NOT NULL,
clicksin int(20) NOT NULL,
active tinyint(4) NOT NULL,
totalrating bigint(20) NOT NULL,
totalvotes bigint(20) NOT NULL,
approved tinyint(4) NOT NULL,
PRIMARY KEY (affiliate_id),
KEY sitename (sitename),
KEY siteurl (siteurl),
KEY email (email)
);
MySQL Error : Table 'affiliates' already exists
I suppose I could just drop the old tables, but I had hoped that this would be more of an upgrade than a fresh install