vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vB Affiliates v.2 (https://vborg.vbsupport.ru/showthread.php?t=63044)

agiacosa 03-04-2005 02:05 PM

I installed this hack on a 3.0.6 site. Everything installed fine. The problem is that when I add an affiliate, it doesn't show up in the affiliate index page. Everything else seems to happen. Email is sent to affiliate, it shows approved in AdminCP, etc.

What could it be?

AN-net 03-04-2005 04:50 PM

the affiliatemust be approved and active;)

agiacosa 03-04-2005 08:37 PM

It is.

AN-net 03-04-2005 08:48 PM

are sure that it is both because that active and approved are separate and that would be the only reason it would not show up.

slow56k 03-05-2005 01:46 PM

Hi,

I've installed everything as per instructions but when I come to run the queries I get an error. Any help is appreciated.

PHP Code:

 DROP TABLE IF EXISTS affiliates;
CREATE TABLE affiliates (
     
affiliate_id int(10NOT NULL auto_increment,
     
sitename varchar(50NOT NULL,
     
siteurl varchar(250NOT NULL,
     
sitedesc mediumtext NOT NULL,
     
buttonurl varchar(150NOT NULL,
     
type tinyint(4NOT NULL,
     
email varchar(250NOT NULL,
     
clicksout int(20NOT NULL,
     
clicksin int(20NOT NULL,
     
active tinyint(4NOT NULL,
     
totalrating bigint(20NOT NULL,
     
totalvotes bigint(20NOT NULL,
     
approved tinyint(4NOT NULL,
     
PRIMARY KEY (affiliate_id),
     
KEY sitename (sitename),
     
KEY siteurl (siteurl),
     
KEY email (email)
); 

PHP Code:

An error occurred while attempting to execute your queryThe following information was returned.
error number1064
error desc
You have an error in your SQL syntax near ';
CREATE TABLE affiliates (
affiliate_id int(10) NOT NULL auto_increment,
at line 1 


slow56k 03-05-2005 02:12 PM

Typical - as soon as I asked for help I found the answer. Thanks for the hack!!

mikaelweb 03-22-2005 05:02 PM

This hack is posted on difrent forum at this time

venomx 03-22-2005 05:09 PM

huh?

Guest190829 03-22-2005 06:23 PM

Take the link out and report it to vbulletin.

venomx 03-31-2005 01:14 PM

Hmm on my WOL I am getting this...
Unknown Location
/forums/affiliatein.php?do=image&a=1

I made all the edits in the files.. what do I need to do?

Also are we to get an email when people submit a site? I dont get one to tell me I have to go and approve a site..


All times are GMT. The time now is 04:04 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01328 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete