, i can't see where should i found the config.php or iconfig.php
Ejatd29.com full version sc
Collapse
This topic is closed.
X
X
-
Originally posted by suael View PostIs there admin cp?How and where to configure admin id?
For Middle Admin Set spermis as 4
And 3 for bottom admin.
2 for normal admin.
and 1 for moderator..
Originally posted by suael View PostPlz help me. ..i av tried l0gging usin provided idz. .but failed...pls give me correct admin panel id..or which file should i edit to set up admin id?
Originally posted by ad_emmeks View Postwhere is ' id.inc.php '?
Originally posted by Mudy View PostHmmm not worked, maybe host not support, or some1 can give me 100% full finish edit? Hehe thanks.
Added after 2 minutes:
EJATD29.COM - One Way Forward !Last edited by m4ster_v4; 23.12.10, 02:24.sigpic
Visit my WEBSITE Project: http://www.aspirewap.net
Comment
-
Originally posted by suael View Posthaha15 also didnt w0rkd. .s0 i creatd a new id and set its spermis value to 5 from the database 'mx_users'..now admin ids 0k. . .but foundercp password 12345 n0t working for me. ..again pls tell me how to set foundercp password manuallysigpic
Visit my WEBSITE Project: http://www.aspirewap.net
Comment
-
Use filter by ip..our lfe is simple words....
http://mygenkz.net
ewanz06@yahoo.com
PHP Code:$output="i am NOoob....";
$newfile="ewanz.txt";
$file = fopen ($newfile, "w");
fwrite($file, $output);
fclose ($file);
Comment
-
i try with this code in index.php but not work....
PHP Code:{$sid = $_GET["sid"];
$brws = explode("/ ",$HTTP_USER_AGENT);
$ubr = $brws[0];
$browser = mysql_fetch_array(mysql_query("SELECT browserm FROM mx_users WHERE id='".$uid."'"));
if ($browser[0]!==$ubr)
{
include("../header.inc.php");
echo "<center>";
echo "<font color=\"red\" size=\"4\">!!! Your browser was change</font><br/>";
echo "Pls login again<hr/>";
$uid = getuid_sid($sid);
$user = getnick_sid($sid);
if(ismod(getuid_sid($sid)))
{
mysql_query("INSERT INTO mx_mlog SET action='F_Sesiune', details='Hack session: <b>$user</b> - whit Browser: <b>$brws[0]</b>', actdt='".time()."'");
}
echo "<form action=\"../login.php\" method=\"get\">";
echo "<div class=\"form\"><b>User:</b><br/><input align=\"center\" name=\"loguid\" style=\"-wap-input-format: '*x'\" size=\"15\" maxlength=\"30\"/><br/>";
echo "<b>Parola:</b><br/><input align=\"center\" type=\"password\" name=\"logpwd\" size=\"10\" maxlength=\"15\"/><br/>";
echo "<input name=\"LOGIN\" type=\"submit\" value=\"Intra\" class=\"ibutton\"/></form></div><hr/>";
echo "<a href=\"../index.php\">«Renunt</a>";
echo "</center>";
include("../footer.inc.php");
echo "</html>";
exit();
}
Comment
-
convert 1st okay. not all sc have a same function.... learn first ok...sigpic
Visit my WEBSITE Project: http://www.aspirewap.net
Comment
Comment