Back to vBulletin 3.5 Template Modifications

Visitor Counter
Mod Version: 1.00, by HaYLaZ

This modification is in the archives.
vB Version: 3.5.3 Rating: (0 vote - 0 average) Installs: 8
Released: 10 Feb 2006 Last Update: Never Downloads: 17
Not Supported  

Add your page visitor counter

demo:http://www.haylazturk.com/adult/index.php?styleid=3

installing

1:unzip attached file and upload counter folder to forums root
2:Open counter folder>>config.php and write your information like below:
database name
database username
database userpassword
you can change page background color and text colors in config.php too
3:go to phpmyadmin>>select your database>>click sql querry than make this sql querry below:

Code:
CREATE TABLE counter (
  countnr int(10) NOT NULL auto_increment,
  tag int(2) NOT NULL default '0',
  monat int(2) NOT NULL default '0',
  jahr int(4) NOT NULL default '0',
  KEY countnr (countnr)
 ) TYPE=MyISAM;
4:Open your footer template and at the end of the codes add below:
Code:
<!--haylaz_counter-->
<br />
</tr>
</table><br />
<if($imprint_url != '')>
<then>		
</then>
<else>
<if($imprint_text != '')>
<then>
</then>
</if>
</else>
</if>
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" class="tableinborder" align="center">
 <tr>
 <td class="tablea"><span class="smallfont"><center><iframe width=200 height=83 frameborder=0 src="http://www.yoursite.com/counter/counter.php"
 name="counter" scrolling="no">Your browser doesnt support frames!</iframe><center></a></span></td>
<!--haylaz_counter_finished-->
EDİT THE GREEN THE CODES ABOVE
thats all enjoy

NOTE:change counter folder and files CHMOD to 777

Download

This modification is archived and cannot be downloaded.

Screenshots

 


vblts.ru supports vBulletin®, 2022-2024