View file wapirate/top/config.php

File size: 417B
<?php

$dbname = "top"; //change to your mysql database name

$dbhost = "mysql.host.com"; //database host name

$dbuser = "top20";

$dbpass = "topsex";





$max_buds=100; //maximum number of buds

$topic_af = 120; //topic antiflood

$post_af = 45; //post antiflood

$onver = false; //isonline versoion

$site_name = "Pinoy2.com";

$site_url = "http://pinoy2.com";

$logo_url = "images/logo.gif";

?>