The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vB Affiliates v.2 Details »» | |||||||||||||||||||||||||
vB Affiliates v.2 Author: Antonbomb22 Description: Now add,manage,display all your communties/boards affiliates in a simple and organized fashion. 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 Changes from Version 1: -administration intergrated better -added a delay system -added a report system -4 new modules -display options -pagination -click in features with buttons so affiliates may link back -cached templates -quicked load speeds -image button verification -more options -approval system -usergroup permissions Known Bugs: -if an affiliates site goes down completely the verification/validation system will report errors Some notes(usually rare): -server load may increase a little bit if you have all modules active -load time may a little bit increase if you have image validation on Live Demo: http://www.animationation.net/community/affiliate.php http://www.game-realms.net/vb/affili...listaffiliates Offical Support/Suggestion forum: http://www.animationation.net/commun...splay.php?f=58 plz click install Enjoy edit: attachment updated, wrong queries for upgrade instruct. updated zip file with new template edit updated zip file with new affiliate.php update zip file with new queries Those who has alrdy downloaded follow the following links for file updates: https://vborg.vbsupport.ru/showpost.php?p=491667 https://vborg.vbsupport.ru/showpost.php?p=491675 https://vborg.vbsupport.ru/showpost.php?p=496126 updated zip file with few fixes(4/14/04) Supporters / CoAuthors Show Your Support
|
Comments |
#12
|
||||
|
||||
try these 2 new queries:
[sql] ALTER TABLE affiliates_settings ADD perpage int(3) NOT NULL, ADD bbsmilies tinyint(4) NOT NULL, ADD bbimage tinyint(4) NOT NULL, ADD moment tinyint(4) NOT NULL, ADD most_hitsout tinyint(4) NOT NULL, ADD most_hitsin tinyint(4) NOT NULL, ADD most_votes tinyint(4) NOT NULL, ADD imagelink varchar(250) NOT NULL, ADD senderemail varchar(255) NOT NULL, ADD module_position tinyint(4) NOT NULL, ADD cantview varchar(50) NOT NULL, ADD cantapply varchar(50) NOT NULL, ADD cantrate varchar(50) NOT NULL, ADD disclaimer tinyint(4) NOT NULL, ADD validate tinyint(4) NOT NULL, ADD reporting tinyint(4) NOT NULL, ADD reportemail varchar(255) NOT NULL, ADD cantreport varchar(50) NOT NULL, ADD delay int(3) NOT NULL; [/sql] and [sql] ALTER TABLE affiliates CHANGE clicks clicksout INT( 20 ) NOT NULL ; ALTER TABLE affiliates2 ADD clicksin INT(20) DEFAULT '0' NOT NULL, ADD approved tinyint(4) NOT NULL; [/sql] for the template edit, those changes need to be made in the AFFILIATE template. im not sure what your putting for your cron so can you post the title your giving the scheduled task? Sorry for this problem and oh yes, zip has been updated for those who have already downloaded, here is an updated upgrade_instruct.txt |
#13
|
|||
|
|||
First query worked, but the second one didnt and i got this back:
SQL-query : ALTER TABLE affiliates CHANGE clicks clicksout INT( 20 ) NOT NULL MySQL said: Unknown column 'clicks' in 'affiliates' Also, what title can i use for the scheduled task? |
#14
|
||||
|
||||
i named my scheduled task: Empty Affiliates Records
for query there must be sumthing wrong with your table, because in the original version of this there was a clicks column in the affiliates table. i even ran that query on a test table. |
#15
|
||||
|
||||
Quote:
|
#16
|
||||
|
||||
Quote:
each module adds about 1 query |
#17
|
|||
|
|||
Err, im a big novice, on hacks. So, how can i fix this?
|
#18
|
|||
|
|||
kk, i've sorted that out.
But look: http://www.game-realms.net/vb/affili...ates&styleid=5 and http://www.game-realms.net/vb/affili...ates&styleid=6 and http://www.game-realms.net/vb/affili...ates&styleid=3 There very distorted, how do i fix that?? Also, whats that error at the top? |
#19
|
|||
|
|||
Also, im still having that problem, that i cant add any affiliates. .
I get this: |
#20
|
||||
|
||||
to fix the table run this query:
[sql] ALTER TABLE affiliates ADD clicksout INT( 20 ) NOT NULL; [/sql] i dont understand wut u mean by distorted? for the error, you must setup your settings and perpage values via admincp. you are getting that error because you dont have a perpage value set |
#21
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|