• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Windows Nicaw AAC. Extreme bug please help.

maackaan

New Member
Joined
Jun 22, 2010
Messages
8
Reaction score
0
Hello, when i open my website with XAMPP, everything configured right ofcourse, and when i enter the website, it shows .:Home:. In the top corner, nothing else, and if i type the ip
xx.xx.xxx.xx/accounts.php it shows the create acc/login to acc page, but it shows ALL THE SOURCE. Without any skin layout or anything, and if you try to create acc, it says permission prohibited. Please help (Nicaw aac 2.1.1 XAMPP tested both 1.7.3 and newest, light and not light)
 
Check this
divinty.sytes.net
and this
http://divinty76.sytes.net/account.php
Source of Home.txt file:
,
NICAW Acc v2.11 / \
{ }
p !
~SHORT TUTORIAL~ ; : ;
| : |
1. Open config.php in text editor | : |
of your choise. l ; l
l ; l
2. Set data directory. Use / to I ; I
separate directories, and end with / I ; I
I ; I
3. Set your server name. I ; I
d | b
4. Scroll down... Set temple coordinates. H | H
H | H
~FINAL NOTES~ H I H
,;, H I H ,;,
#Text seen here can be edited in ;H@H; ;_H_;, ;H@H;
home.txt `\Y/d_,;|4H@HK|;,_b\Y/'
'\;MMMMM$@@@$MMMMM;/'
#Bug reports and suggestions are "~~~*;!8@8!;*~~~"
welcome to [email protected] ;888;
;888;
#Navigation menu can be edited in navigation.xml ;888;
;888;
#This is Carlin sword on the right :) d8@8b
O8@8O
T808T

Now it shouldnt JUST SAY .:Home:. if the index.php looks like:
<?
/*FILE INFO:
loading home.txt file*/
include ("config.php");
include ("functions.php");
$ptitle="Home - $cfg[server_name]";
include ("header.php");
?>
<div id="content">
<div class="top">.:Home:.</div>
<div class="mid">
<pre>
<?
echo htmlentities(file_get_contents("home.txt"));
?>
</pre>
</div>
<div class="bot"></div>
</div>
<?include ("footer.php");?>
 
hmmm yeah, this has happened to me before, but i forgot how to fix, was atleast a year ago :/, best chance you have is to private message someone with a vast knowledge of lua and coding.. :/ sorry i couldn't help
 
cykotitan; if he isn't busy [can fix almost anything], mock; again if isn't busy [pretty much makes the impossible, possible]; they are two of the best scripters i know of, however there are many more that i can not remember the full names lol
 
Back
Top