Visitor Counter
This modification is in the archives.
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; 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--> thats all enjoy NOTE:change counter folder and files CHMOD to 777 Download This modification is archived and cannot be downloaded. Screenshots
|