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)
-   -   MAF: (Moderator Application Form & Application Rating Module) (https://vborg.vbsupport.ru/showthread.php?t=77340)

Chris Croft 04-01-2005 08:51 PM

Hi, I'm wondering how I can find and edit the "Moderator Policy" box, the thing that pops up when someone goes in to apply to be a moderator, because I'm wanting to make it so it's an agreement to be a moderator, or a DJ, or other things, etc... I've been looking for the template that has it, but I can't find it. :cry:

lwhite 04-03-2005 03:45 AM

I get:

Quote:

Database error in vBulletin 3.0.7:

Invalid SQL:
DELETE *
FROM maf_application
WHERE userid = 2

mysql error: 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 '*
FROM maf_application
WHERE userid = 2' at line 1

mysql error number: 1064
I think the problem is that my table prefixes are "1". How could I get this to work?

sabret00the 04-03-2005 10:38 AM

Quote:

Originally Posted by Chris Croft
Hi, I'm wondering how I can find and edit the "Moderator Policy" box, the thing that pops up when someone goes in to apply to be a moderator, because I'm wanting to make it so it's an agreement to be a moderator, or a DJ, or other things, etc... I've been looking for the template that has it, but I can't find it. :cry:

hi Chris, it's in the modapp_rules template :)

sabret00the 04-03-2005 10:43 AM

Quote:

Originally Posted by lwhite
I get:



I think the problem is that my table prefixes are "1". How could I get this to work?

check this post https://vborg.vbsupport.ru/showpost....&postcount=131 it will address your problems :)

tp214 04-03-2005 05:14 PM

Quote:

Originally Posted by sabret00the
check this post https://vborg.vbsupport.ru/showpost....&postcount=131 it will address your problems :)

alright i did that to get the delete applicants thing working, but now i cant even access the page... lol

Code:

Chris, you do not have permission to access this page. This could be due to one of several reasons:

  1. Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
  2. If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

Log


tp214 04-03-2005 05:26 PM

that is after i tried the form out, and then deleted my application... my partner was testing the rating and put me at a 1, is that a problem? i delted it though

Brandon Sheley 04-06-2005 05:05 AM

and don't forget to set up a cron to run once daily (you will need to configure your cron on line 10, this requires a manual edit of the file before upload)

can you explain this for me ? i understand that " cron" deals with Scheduled Task Manager,,, thast about all i know about it.. i've installed the mod and it works great, but i can't delete app's and im guessing this is the reason.. please explain more for me,, thank you

-LM

Brandon Sheley 04-06-2005 05:14 AM

nvm, post #204 helped me out,, ty for the mod

Dave-ahfb 04-07-2005 03:50 PM

Just to note, my problem on the previous page (HIS gives blank page only) is not related to a previous version MySQL problem, I am using 4.3.1

Any ideas?

Dave

sabret00the 04-07-2005 04:34 PM

Quote:

Originally Posted by Dave-ahfb
Just to note, my problem on the previous page (HIS gives blank page only) is not related to a previous version MySQL problem, I am using 4.3.1

Any ideas?

Dave

none what so ever, hopefully marco will take a butchers at this thread.

Marco van Herwaarden 04-07-2005 05:23 PM

Quote:

Originally Posted by Dave-ahfb
All I get is a blank page when accessing forum/includes/hack_install.php

Should not be in 'includes' but in 'install'.

This is the problem you where addressing today?

* MarcoH64 slaps sabret00th around with a smelly trout for not being able to help with such a simple problem :D

Oblivion Knight 04-07-2005 05:26 PM

Quote:

Originally Posted by Oblivion Knight
Hmm.. It would appear that applicants aren't get shortlisted.

In every e-mail that I receive, it states that there are no shortlisted applicants, yet there are people with the required ratings that applied more beyond the time stated. The unsuccessful applications are functioning fine, it's just the successful ones that don't seem to be.

^ Bump.

Just making sure that you're aware of this issue Sabe.. ;)

Dave-ahfb 04-07-2005 08:31 PM

Marco, the includes/install confusion is not the problem. As I said a couple pages back, I made a mistake in the post saying includes. In fact it is and was install.

Dave

Marco van Herwaarden 04-08-2005 04:07 AM

Well all i can say for now then is try to upload all files in install again, and make sure you are transfering them in ASCI mode.

What PHP version are you running?

1 more question, do you have your admincp directory renamed?

Dave-ahfb 04-08-2005 11:08 AM

yes admincp and modcp are renamed

Marco van Herwaarden 04-08-2005 11:52 AM

Quote:

Originally Posted by Dave-ahfb
yes admincp and modcp are renamed

rename the 'install/his_files/hack_config_default.php' to 'install/his_files/hack_config.php'.

Then edit it and set the name of your $admincpdir.

You can leave this file renamed and in place. All future hacks you install using HIS will only suply a new _default file and not overwrite the one you just edited. Only do this once, all future HIS installs will use the admincpdir setting from the edited file.

XrayHead 04-09-2005 11:11 AM

Dam I am getting the same thing.............
Have uninstalled and reinstalled but same thing.

When I try to uninstall I aslo get this messege.

There is no record of being installed. It cannot be uninstalled.
Hacks Uninstalled!

Click here to view these hacks' modifications - you must do them backwards to finish the install. -->


------------------------------------------------------------
Warning: halt(./includes/functions_log_error.php): failed to open stream: No such file or directory in /home/lbarrell/public_html/vboard/includes/db_mysql.php on line 389 Warning: halt(): Failed opening './includes/functions_log_error.php' for inclusion (include_path='.:/usr/share/pear') in /home/lbarrell/public_html/vboard/includes/db_mysql.php on line 389
------------------------------------------------------------
Code:

Database error in vBulletin 3.0.3:

Invalid SQL: CREATE TABLE maf_application (
  appid int(10) NOT NULL auto_increment,
  userid int(10) NOT NULL default '0',
  email varchar(250) NOT NULL default '',
  fullname varchar(250) NOT NULL default '',
  age tinyint(4) NOT NULL default '0',
  location varchar(250) NOT NULL default '',
  timezone varchar(25) NOT NULL default '',
  position varchar(250) NOT NULL default '',
  why_them mediumtext NOT NULL,
  what_they_bring mediumtext NOT NULL,
  pactivity mediumtext NOT NULL,
  globally_pactivity mediumtext NOT NULL,
  plus_site mediumtext NOT NULL,
  neg_site mediumtext NOT NULL,
  better_than_rest mediumtext NOT NULL,
  more mediumtext NOT NULL,
  application_time int(10) NOT NULL default '0',
  auto_mailed tinyint(4) default NULL,
  PRIMARY KEY  (appid)
) TYPE=MyISAM;
   
mysql error: You have an error in your SQL syntax near ';
    ' at line 21

mysql error number: 1064

Date: Saturday 09th of April 2005 01:10:00 PM
Script: http://www.**Masked**.com/vboard/install/hack_install.php?do=install&step=dodatabasequeries&hacks=MAF
Referer:
Username: **Masked**
IP Address: **Masked**

My ISP
PHP Version: 4.3.10
VB 3.6
SQL ver: 3.23.58


Xrayhead

XrayHead 04-09-2005 11:15 AM

Warning if the script crashes halfway through then you cannot use the uninstaller to remover the parts it has already completed!!

When I click the bellow

"Click here to view these hacks' modifications - you must do them backwards to finish the install. -->"

I get this messege.

------------------------------------------------------------------
has no hack information and cannot be installed.

No hacks to install!When finished editing the needed files/templates (if any are needed), click here to return to the main page. -->
No readme files found.
------------------------------------------------------------------

This dose not make sence as during the install I get these messeges:

------------------------------------------------------------------
MAF: Added Setting Group - Moderation Application Form
MAF: Added Setting - Forum ID
MAF: Added Setting - Username


MAF: Added/Updated Phrase - maf_mustagree
MAF: Added/Updated Phrase - maf_alreadyapplied
MAF: Added/Updated Phrase - maf_thanks
MAF: Added/Updated Phrase - maf_rated
MAF: Added/Updated Phrase - maf_deleted


MAF: Created/Updated Template - modapp_rules
MAF: Created/Updated Template - MODAPP

Rebuild Style Information
Updating style information for each style

vBulletin 3 ... (Templates) (StyleVars) (CSS) (Replacement Variables) (Controls) Done.

NewSat ... (Templates) (StyleVars) (CSS) (Replacement Variables) (Controls) Done.
------------------------------------------------------------------

Xrayhead....... :ermm: :ermm: :disappointed:


Please
Any chance we can have a list of the changes to uninstall and the tables to drop in SQL so I can remove this hack completly??? Thank you
:rolleyes:

lebanon 04-12-2005 02:27 PM

I downloaded this hack and it is very intresting to me
All running fine , application submited
Problem is : forum/modcp/maf_rateapp.php
& forum/admincp/maf_delapp.php
Both return empty files , not blank pages
Just the page with the header; MAF Moderator Application Rating Form
and the jellsoft footer ofcourse
But nothing within which am looking for to delete apps or rate them !
The thread posting is correct and everything else except that those two files doesnt not return what i supposed i should find .. right ?

briangumble 04-13-2005 04:30 AM

I was thinking of using this hack as this seems to be exactly what I've been looking for but I've got a few questions.

1. How stable is it?

2. How customizable is it? Can you add/edit/remove form fields?

3. Are there any boards using this hack so I can take a look at it?

XrayHead 04-13-2005 06:57 AM

Quote:

Originally Posted by briangumble
I was thinking of using this hack as this seems to be exactly what I've been looking for but I've got a few questions.

1. How stable is it?

2. How customizable is it? Can you add/edit/remove form fields?

3. Are there any boards using this hack so I can take a look at it?

Well at present there is no support for it at all mate.
I am still waiting for some help to eather get it going or remove it!!!!!

Xrayhead

:ermm:

sabret00the 04-13-2005 11:14 AM

Quote:

Originally Posted by Oblivion Knight
^ Bump.

Just making sure that you're aware of this issue Sabe.. ;)

i do remember that one, it required a tad of testing i should be able to do today so hopefully i'll get the fix out this afternoon.

sabret00the 04-13-2005 11:17 AM

Quote:

Originally Posted by XrayHead
Dam I am getting the same thing.............
Have uninstalled and reinstalled but same thing.

When I try to uninstall I aslo get this messege.

There is no record of being installed. It cannot be uninstalled.
Hacks Uninstalled!

Click here to view these hacks' modifications - you must do them backwards to finish the install. -->


------------------------------------------------------------
Warning: halt(./includes/functions_log_error.php): failed to open stream: No such file or directory in /home/lbarrell/public_html/vboard/includes/db_mysql.php on line 389 Warning: halt(): Failed opening './includes/functions_log_error.php' for inclusion (include_path='.:/usr/share/pear') in /home/lbarrell/public_html/vboard/includes/db_mysql.php on line 389
------------------------------------------------------------
Code:

Database error in vBulletin 3.0.3:

Invalid SQL: CREATE TABLE maf_application (
  appid int(10) NOT NULL auto_increment,
  userid int(10) NOT NULL default '0',
  email varchar(250) NOT NULL default '',
  fullname varchar(250) NOT NULL default '',
  age tinyint(4) NOT NULL default '0',
  location varchar(250) NOT NULL default '',
  timezone varchar(25) NOT NULL default '',
  position varchar(250) NOT NULL default '',
  why_them mediumtext NOT NULL,
  what_they_bring mediumtext NOT NULL,
  pactivity mediumtext NOT NULL,
  globally_pactivity mediumtext NOT NULL,
  plus_site mediumtext NOT NULL,
  neg_site mediumtext NOT NULL,
  better_than_rest mediumtext NOT NULL,
  more mediumtext NOT NULL,
  application_time int(10) NOT NULL default '0',
  auto_mailed tinyint(4) default NULL,
  PRIMARY KEY  (appid)
) TYPE=MyISAM;
   
mysql error: You have an error in your SQL syntax near ';
    ' at line 21

mysql error number: 1064

Date: Saturday 09th of April 2005 01:10:00 PM
Script: http://www.**Masked**.com/vboard/install/hack_install.php?do=install&step=dodatabasequeries&hacks=MAF
Referer:
Username: **Masked**
IP Address: **Masked**

My ISP
PHP Version: 4.3.10
VB 3.6
SQL ver: 3.23.58


Xrayhead

MySQL three doesn't like the MyISAM stuffy-majig. try these queries instead https://vborg.vbsupport.ru/showpost....&postcount=195

sabret00the 04-13-2005 11:18 AM

Quote:

Originally Posted by lebanon
I downloaded this hack and it is very intresting to me
All running fine , application submited
Problem is : forum/modcp/maf_rateapp.php
& forum/admincp/maf_delapp.php
Both return empty files , not blank pages
Just the page with the header; MAF Moderator Application Rating Form
and the jellsoft footer ofcourse
But nothing within which am looking for to delete apps or rate them !
The thread posting is correct and everything else except that those two files doesnt not return what i supposed i should find .. right ?

can you open up one of the two files in notepad and post the contents in php tags please.

sabret00the 04-13-2005 11:21 AM

Quote:

Originally Posted by XrayHead
Warning if the script crashes halfway through then you cannot use the uninstaller to remover the parts it has already completed!!

When I click the bellow

"Click here to view these hacks' modifications - you must do them backwards to finish the install. -->"

I get this messege.

------------------------------------------------------------------
has no hack information and cannot be installed.

No hacks to install!When finished editing the needed files/templates (if any are needed), click here to return to the main page. -->
No readme files found.
------------------------------------------------------------------

This dose not make sence as during the install I get these messeges:

------------------------------------------------------------------
MAF: Added Setting Group - Moderation Application Form
MAF: Added Setting - Forum ID
MAF: Added Setting - Username


MAF: Added/Updated Phrase - maf_mustagree
MAF: Added/Updated Phrase - maf_alreadyapplied
MAF: Added/Updated Phrase - maf_thanks
MAF: Added/Updated Phrase - maf_rated
MAF: Added/Updated Phrase - maf_deleted


MAF: Created/Updated Template - modapp_rules
MAF: Created/Updated Template - MODAPP

Rebuild Style Information
Updating style information for each style

vBulletin 3 ... (Templates) (StyleVars) (CSS) (Replacement Variables) (Controls) Done.

NewSat ... (Templates) (StyleVars) (CSS) (Replacement Variables) (Controls) Done.
------------------------------------------------------------------

Xrayhead....... :ermm: :ermm: :disappointed:


Please
Any chance we can have a list of the changes to uninstall and the tables to drop in SQL so I can remove this hack completly??? Thank you
:rolleyes:

really and truly all i'd be doing is copying and pasting the contents of uninstall.php so you can grab em from there, if you're incapable then let me know and i'll copy and paste into the thread.

sabret00the 04-13-2005 11:23 AM

Quote:

Originally Posted by briangumble
I was thinking of using this hack as this seems to be exactly what I've been looking for but I've got a few questions.

1. How stable is it?

2. How customizable is it? Can you add/edit/remove form fields?

3. Are there any boards using this hack so I can take a look at it?

1/ very stable, the biggest problem seems to be mysql compatibility and a bug in the email.

2/ not very customisable at all i'm afraid.

3/ many including mine, but please do not sign upto my site just to take a look at the hack.

sabret00the 04-13-2005 11:25 AM

Quote:

Originally Posted by XrayHead
Well at present there is no support for it at all mate.
I am still waiting for some help to eather get it going or remove it!!!!!

Xrayhead

:ermm:

forgive me for getting a life for a week, sometimes it happens that i can't put no time into vBulletin as i have to dedicate time to keeping the women in my life happy including my mother and then theirs a small matter of paying bills, however having found a spare moment i do beleive i've caught upto all the problems and lived up to the pledge i made to provide support.

XrayHead 04-13-2005 11:33 AM

Ok sabret00the

Sorry for that was getting a bit stressed. Thank you for the replys on page 15 I will give them a go.

Regards

Xrayhead

Oblivion Knight 04-13-2005 11:36 AM

I've not tested this, but I think you can prevent "pointless" e-mails being sent if you do the following..

Open the includes/cron/maf_cron.php file, find:
Code:

        $logmessage = "Moderation Application Auto Proccessing Complete; \n Declination's: " . $declinationemail . ".\n\n Shortlistings: " . $shorlistemail . ". \n\n New Applications: " . $newapps . ".";

        vbmail($vboptions[webmasteremail],"Moderation Application Auto Proccessing (Proccessing Notification)",$logmessage,"From: \"$vboptions[bbtitle] Mailer\" <$vboptions[webmasteremail]>");

        log_cron_action($logmessage, $nextitem);

Replace it with:
Code:

        if ($declinationemail != 'None' AND $shorlistemail != 'None' AND $newapps != 'None')
        {
                $logmessage = "Moderation Application Auto Proccessing Complete; \n Declination's: " . $declinationemail . ".\n\n Shortlistings: " . $shorlistemail . ". \n\n New Applications: " . $newapps . ".";

                vbmail($vboptions[webmasteremail],"Moderation Application Auto Proccessing (Proccessing Notification)",$logmessage,"From: \"$vboptions[bbtitle] Mailer\" <$vboptions[webmasteremail]>");

                log_cron_action($logmessage, $nextitem);
        }


sabret00the 04-13-2005 12:06 PM

Quote:

Originally Posted by Oblivion Knight
I've not tested this, but I think you can prevent "pointless" e-mails being sent if you do the following..

Open the includes/cron/maf_cron.php file, find:
Code:

        $logmessage = "Moderation Application Auto Proccessing Complete; \n Declination's: " . $declinationemail . ".\n\n Shortlistings: " . $shorlistemail . ". \n\n New Applications: " . $newapps . ".";

        vbmail($vboptions[webmasteremail],"Moderation Application Auto Proccessing (Proccessing Notification)",$logmessage,"From: \"$vboptions[bbtitle] Mailer\" <$vboptions[webmasteremail]>");

        log_cron_action($logmessage, $nextitem);

Replace it with:
Code:

        if ($declinationemail != 'None' AND $shorlistemail != 'None' AND $newapps != 'None')
        {
                $logmessage = "Moderation Application Auto Proccessing Complete; \n Declination's: " . $declinationemail . ".\n\n Shortlistings: " . $shorlistemail . ". \n\n New Applications: " . $newapps . ".";

                vbmail($vboptions[webmasteremail],"Moderation Application Auto Proccessing (Proccessing Notification)",$logmessage,"From: \"$vboptions[bbtitle] Mailer\" <$vboptions[webmasteremail]>");

                log_cron_action($logmessage, $nextitem);
        }


nice one, i'll add it, though it should only go around the vBmail thing and not the whole thing :)

Oblivion Knight 04-13-2005 12:36 PM

Quote:

Originally Posted by sabret00the
nice one, i'll add it, though it should only go around the vBmail thing and not the whole thing :)

Really? I assumed that the surrounding code added a log of some kind (which wouldn't really be needed if no e-mail was being sent).. What does it do then? :)

sabret00the 04-13-2005 12:40 PM

it adds the log to the schedule task logs, but it's best to keep that their even if empty, so if it don't work or stops working for some reason you can trace it back

lebanon 04-13-2005 01:19 PM

PHP Code:

<?php

// ######################## SET PHP ENVIRONMENT ###########################
error_reporting(E_ALL & ~E_NOTICE);

// ##################### DEFINE IMPORTANT CONSTANTS #######################
define('CVS_REVISION''$RCSfile: grps_delapp.php,v $ - $Revision: 1.0 $');
define('NO_REGISTER_GLOBALS'1);

// #################### PRE-CACHE TEMPLATES AND DATA ######################
//$phrasegroups = array('thread',    'calendar', 'timezone', 'threadmanage');
$specialtemplates = array();

// ########################## REQUIRE BACK-END ############################
require_once('./global.php');
require_once(
'./includes/functions_databuild.php');

// ############################# LOG ACTION ###############################
log_admin_action(iif(isset($_REQUEST['calendarid']), "calendar id = $_REQUEST[calendarid]"iif(isset($_REQUEST['forumid']), "forum id = $_REQUEST[forumid]")));

// ########################################################################
// ######################### START MAIN SCRIPT ############################
// ########################################################################

print_cp_header('GRPS Group Editor');

// ###################### Start app search form #######################
if ($_REQUEST['do'] == 'del')
{
    
print_form_header('maf_delapp''sure''sure');
    
print_table_header("Delete An Application");
    
print_input_row('Please Enter The Username Of The App You\'d Like To Edit: ''findusername');
    
print_submit_row('DELETE');
    
print_table_footer();
}

// ###################### Start app confirm form #######################
if ($_POST['do'] == 'sure')
{
    
print_form_header('maf_delapp''dodelapp''delapp');
    
print_table_header("Delete An Application");
    
print_label_row('Are You Sure You Want To Delete: ''' $_POST[findusername] . '\'s Application');
    
construct_hidden_code('findusername'$_POST[findusername]);
    
print_submit_row('DELETE APPLICATION');
    
print_table_footer();
}


// ###################### Start process group edit #######################
if ($_POST['do'] == 'dodelapp')
{
//    globalize($_POST, array('grpsaction'));
    
    
$username addslashes($_POST['findusername']);
    
$getuser $DB_site->query_first("
        SELECT *
        FROM " 
TABLE_PREFIX "user AS user
        WHERE username = '" 
$username "'
    "
);

    
$DB_site->query("
        DELETE * 
        FROM maf_application
        WHERE userid = 
$getuser[userid]
    "
);

    
$DB_site->query("
        DELETE *
        FROM maf_ratings
        WHERE userid = 
$getuser[userid]
    "
);

    
define('CP_REDIRECT''maf_delapp.php?do=find');
    
print_stop_message('maf_deleted');
}

print_cp_footer();

/*======================================================================*\
|| ####################################################################
|| # Created: 13:36, Sat December 11th 2004
|| # CVS: $RCSfile: maf_delapp.php,v $ - $Revision: 1.0 $
|| ####################################################################
\*======================================================================*/
?>

Sabe , here is the code of the file in admincp, as i said everything else is working, even this file is openning without a php error or mysql error , its just openning with header and footer, thats all
my vb is 3.0.5 btw , i just need to see whats making it not loading so i can check up MOD apps !

sabret00the 04-13-2005 01:24 PM

you did make the changes specified for the admincp/index.php and modcp/index.php right? as the url to both files is page.php?do=action and unless yo enclude the action, they won't show up.

lebanon 04-13-2005 01:34 PM

In the zip ive downloaded i dont see any changes asked to be made!
Since i know basics of php i knew there is more to be done but all what was in ur install file was
---------
right here's the quick and short of it, bung the files in the relevant folders

forums/modapp.php
forums/admincp/maf_delmodapp.php
forums/modcp/maf.. rahdy rar etc

run the installer at www.yoursite.com/forums/install/hack_install.php

and follow the instructions.

and don't forget to set up a cron to run once daily (you will need to configure your cron on line 10, this requires a manual edit of the file before upload)
------------------
I did that but no where is aw instructions, so excuse me if i missed it anywhere, and please tell me where to find them or paste them here
*i feel like dumb but i really searched!*

sabret00the 04-13-2005 01:36 PM

in the hack installer under the file mods, it should say the changes you needed to make.

lebanon 04-13-2005 01:55 PM

Hi again,
Okey i reopened installation and when finished installing again i saw :
When finished editing the needed files/templates (if any are needed), click here to return to the main page. -->
MAF Installation Edits

I now clicked on MAF edits and i can see the changes you told me about.
I knew there must be ones , on other hacks i usually saw em in seperate files or in install texts , thats why i missed them !
I think you should note it for other pple , maybe i wont endup the only one missing them !
Anyway, THANKS A LOTT i love this hack and yes i clicked install !

sabret00the 04-13-2005 01:56 PM

Quote:

Originally Posted by lebanon
Hi again,
Okey i reopened installation and when finished installing again i saw :
When finished editing the needed files/templates (if any are needed), click here to return to the main page. -->
MAF Installation Edits

I now clicked on MAF edits and i can see the changes you told me about.
I knew there must be ones , on other hacks i usually saw em in seperate files or in install texts , thats why i missed them !
I think you should note it for other pple , maybe i wont endup the only one missing them !
Anyway, THANKS A LOTT i love this hack and yes i clicked install !

glad you've got it working :)

sabret00the 04-17-2005 04:30 PM

Now including special update

LEAD_WEIGHT 04-20-2005 03:40 AM

Apply for Affiliation or Advertisement

It most likely be like sabret00the MAF
Code:

https://vborg.vbsupport.ru/showthread.php?t=77340&page=16&pp=15&highlight=maf
something simular to this site as well
Code:

http://gothtopic.com/forum/affiliate.php
Modular Request
Code:

https://vborg.vbsupport.ru/showthread.php?p=643281#post643281


All times are GMT. The time now is 11:59 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.01739 seconds
  • Memory Usage 1,923KB
  • 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
  • (10)bbcode_code_printable
  • (1)bbcode_php_printable
  • (18)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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