Haii,
here is a simple page for Credits and pixels (activity points) top. Kristopher going to release his Credits page top. i wanted to release mine too ^^
Screenshot :
need Help ? ask here i will answere.
Negativ comment keep them for yourself.
Credits : Extreme (me)
it delete what the you put in text area
if you want to ban for ex: Presto
then you will need to type "Presto" in the text area then clic unban it will unban only Presto not all.
[Please stop talk here if you, go pm or make a thered]
Hello,
alot of people want to make more then 1 account in they cms so here is a little TuTo on how to make your cms accept more then 1 account per ip
To start :
Brows to htdocs/app/
Find this line in class.users
if($engine->num_rows("SELECT * FROM users WHERE ip_reg = '" ...
Why don't you just tel him HOW???
Find this line in class.users
if($engine->num_rows("SELECT * FROM users WHERE ip_reg = '" . $_SERVER['REMOTE_ADDR'] . "'") == 1)
Change the 1 to as many accounts as you want.
Soz it was in "news2.php"
<?php
if(!isset($_SESSION["longstory"]))
{
header("Location: ".$_CONFIG['hotel']['url']."/ase/news");
exit;
}
if(isset($_POST["proceed"]))
{
$author = mysql_result(mysql_query("SELECT username FROM users WHERE id = '".$_SESSION['user']['id']."' LIMIT...