Yes, a temporary way to fix it is to clear your cache and cookies, but after about a week or so it comes back.
Printable View
Yes, a temporary way to fix it is to clear your cache and cookies, but after about a week or so it comes back.
I have a question lavinlu?
1st the reset: when im resetting my character stats going back to standard stats, perhaps retain my stats, my 32k stats go back to noob.
2nd cute_news: how can i add news to my page?
pls tell me what im going to do?thanks you!
2 Sv@ike
Maybe you can do just a patch (not a full web) for cutenews?
And it would be great if you can create a full detailed guide-faq about installation/using the quite news. It will help a lot to many people.
P.S. Maybe we can talk in some IM online?
to install news go to: http://127.0.0.1/news/
(if already exist try using user: svaike svaike)
about forbiden symbols, code to avoid them is that:
function sql_inject_chec(){
// Anti-SQL Injection
$badwords = array("#",";","'",'"',"*","/"," \ ","DROP", "SELECT", "UPDATE", "DELETE", "drop", "select", "update", "delete", "WHERE", "where");
foreach($_REQUEST as $value) {
foreach($badwords as $word)
if(substr_count($value, $word) > 0)
die("Security Warning!<br />Forbidden simbols are included, please remove them and try again -> $xa "); }
}
sql_inject_chec();
maby request includes them? etc you have cookie with stored cookie.. well i don't get that error with my site longer then 2 months.. i think it may also happen when u are editing site..
lol did you release it already? i dont see the link...
Warning: mssql_query(): message: Invalid column name 'memb__pwd2'. (severity 16) in C:\AppServ\www\asd\include\class.mssql.php on line 80
Warning: mssql_query(): Query failed in C:\AppServ\www\asd\include\class.mssql.php on line 80
this one is coming after i register...
look to my updated site, in cofngi.php change this:
$memb__pwd2 = "1";
to
$memb__pwd2 = "0";
or just create varchar (10) memb__pwd2 column in memb_info table
when im resetting my character stats going back to normal stats, perhaps my retain stats, my 32k stats go back to Newly character stats. can u give me solution for this?
thank you
where can i configured that?Quote:
uu need no reset stats when reseting character?
i mean is i need retain stats to reset. because every reset its go back to newly creating character stats.
This site is good but could you add something on it. It causing me problem with players about the account. Could you put "Forgot Password" on it.
Tnx.
More Power.
open pages/myaccount.php, find and delte this:
now you will get bonus stats + stats wount be reseted.Quote:
$char->setStrength(20);
$char->setVitality(20);
$char->setDexterity(20);
$char->setEnergy(20);
if ($char->getClass() == 17){
$char->setLeadership(20);
}
If you don't want bonus stats delte this:Quote:
$char->setLevelUpPoint($char->getReset() * $bonus_stats);
Svaike when I use this website to register I get a error in game when I try to connect: Only age 15 or higher can conenct.
When I use other webs i can conenct...
Quote:
Warning: main(C:/xampp/htdocs/site/config.php) [function.main]: failed to open stream: No such file or directory in c:\AppServ\www\mu\include\prepend.php on line 4
Fatal error: main() [function.require]: Failed opening required 'C:/xampp/htdocs/site/config.php' (include_path='.;C:\php5\pear') in c:\AppServ\www\mu\include\prepend.php on line 4
what is this?
Hi all ! WebSite Working Perfectly,but i have problem with News!Look here and help please :police:
http://img180.imageshack.us/img180/8529/errorth5.th.jpg
I said..
1. go to: site\news\INC\functions.inc.php
2. Find this: C:/PROGRA~1/EASYPH~1/www/site/news (2 times)
3. Change to your news directory.. (for example C:/AppServ/www/news)
how to fix this error.. my sa/pass in class.mssql.php is correct. but still have this error.
Warning: mssql_connect(): message: Login failed for user 'sa'. (severity 14) in c:\appserv\www\www2\include\class.mssql.php on line 42
Warning: mssql_connect(): Unable to connect to server: localhost in c:\appserv\www\www2\include\class.mssql.php on line 42
Database error: connect (localhost, sa, $Password) failed
MSSQL Error: 0 ()
Session halted.
****
ok thanks! and my site is working properly...but 1 more question how can i limit my reset? thanks!