The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
![]() |
|||||||||||||||||||||||||
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 |
#242
|
|||
|
|||
![]()
Do u know if the text files "installation_instruct" are vb forum edits & "upgrade_instruct" are for CMPS modules. Thx if u could help
|
#243
|
||||
|
||||
![]()
I am guesing the upgrade file is for if you ran a old version of this hack...
|
#244
|
|||
|
|||
![]() Quote:
Yah, u are right. It does say overwrite for php. files Thx venomx The old one was vB Affiliates is that what u are referring to? U know I was checking how did anyone install this hack for vb3.0.7 if the narbar edits to find that code do not exist, so how do u add a code that not there? It is not in default code, so how. just wondering how u got the right Navbar code for vb3.0.7 cause the one it shows is for vb3.0.0 I just linked to http://www.mydomain.com/forums/affiliate.php ~~~~~~~~~~~~~~~~~~~~~~~~~~ Begin Template Edits ~~~~~~~~~~~~~~~~~~~~~~~~~~ ----------------------------------- Open template titled: navbar is vb3.0.0 ----------------------------------- Find: <td class="vbmenu_control"><a href="$vboptions[bburl]/memberlist.php?$session[sessionurl]">$vbphrase[members_list]</a></td> ----------------------------------- After Add: <td class="vbmenu_control"><a href="$vboptions[bburl]/affiliate.php">Affiliates</a></td> ~~~~~~~~~~~~~~~~~~~~~~~~~~ Begin Template Edits ~~~~~~~~~~~~~~~~~~~~~~~~~~ ----------------------------------- Open template titled: navbar is vb3.0.7 navbar vb3.0.7 is the only code that looks to match ------------------------------------ <td class="vbmenu_control"><a href="memberlist.php?$session[sessionurl]">$vbphrase[members_list]</a></td> so all u do is change it like this. <td class="vbmenu_control"><a href="http://www.mydomain.com/forums/affiliate.php">Affiliates</a></td> Credits to venomx for the help |
#245
|
|||
|
|||
![]()
https://vborg.vbsupport.ru/showpost....&postcount=210
An error occurred while attempting to execute your query. The following information was returned. error number: 1064 error desc: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '; CREATE TABLE affiliates ( affiliate_id int(10) NOT NULL au Is this one query or many cause I copy & paste & get that 1064 error so how do I do this. Code:
Run this query: DROP TABLE IF EXISTS affiliates; 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) ); Code:
DROP TABLE IF EXISTS affiliates; 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) ); One more thing is I am surprise u do not have a paypal donate thing cause of the time u spent on this. :nervous: |
#246
|
|||
|
|||
![]()
How do I enable it or what is the amdin link? I get this when i click on it
Code:
Sorry but the Affiliates section of this site has been disabled. |
#247
|
||||
|
||||
![]()
Look in your VB admincp
|
#248
|
|||
|
|||
![]() Quote:
Quote:
|
#249
|
||||
|
||||
![]()
If you made the edits to the /admincp file(s) then you should have Affiliates Listed on the right...
|
#250
|
|||
|
|||
![]() Quote:
How sad I am I did not even refresh my Admin. C/panel page to see the changes. I really need some sleep but before I do I think I go to look at that Graffito thing it looks real promising :tired: Woot! Woot! got it working Thanks again venomx |
#251
|
|||
|
|||
![]()
Will this work with 3.07
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|