• 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!

Znote AAC 1.4 - [TFS 0.2.13+] & [TFS 0.3.6+/0.4]

Hi everyone, I'm new here and I'd be very grateful if any of you could help me with a problem I'm having.

I've just finished installing Znote AAC 1.3, apparently all is OK except that the front page shows the following error message just above the customizable news message:

Warning: fopen(engine/cache/news.cache.php) [function.fopen]: failed to open stream: Permission denied in httpdocs\engine\function\cache.php on line 91

Warning: fclose(): supplied argument is not a valid stream resource in httpdocs\engine\function\cache.php on line 93



This is an extract from cache.php from line 91 to 93:

$handle = fopen($this->_file, 'w');
fwrite($handle, $this->_content);
fclose($handle);


Changing file permissions made no difference.

I hope you can help me with this, thanks in advance.

Fixed it, I actually needed to change cache_news.php permisions in caso of cache.php's.

I wonder if the rest of *_news.php files need this too.
 
Really I haven't tested it yet... After testing it I will tell you how it worked and changes did I made.
 
Really I haven't tested it yet... After testing it I will tell you how it worked and changes did I made.

aha okay..
=)
You well just change GuildWars?(www)Right?On AAC?Not the Guild war system??Right??
^_^
 
Hello Znote. I have a problem with this AAC.

I've dont all the steps from your video tut, but it still just get's to the "SQL script" page. You know when the install info comes up. I can't get further that that.
And the ports 80 is forwarded and i've done all in the config.php.

Please help me with this.
 
Is it possible to write letters in Znote AAC like this: BlackSoul ADD photo Move Letters To left Right?
 
Is it possible to write letters in Znote AAC like this: BlackSoul ADD photo Move Letters To left Right?

in config.php make sure you edit this, but in this way ...

PHP:
$config['site_title'] = 'SERVER_NAME AAC';


if you will remove the "ACC" your title in header will desapear.
 
Hi Otlanders i have a question:
how I can change the direction of images of the shop into a folder inside the www folder?, because I use custom sprites
 
In shop.php, line 98, replace your line for that:
PHP:
if ($config['shop']['showImage']) echo '<td><img src="http://'. $config['shop']['imageServer'] .''. $offers['itemid'] .'.gif" alt="img"></td>';

In config.php, set somethin' like this:

Code:
'imageServer' => '127.0.0.1/website/Znote AAC/images/items/',
 
In shop.php, line 98, replace your line for that:
PHP:
if ($config['shop']['showImage']) echo '<td><img src="http://'. $config['shop']['imageServer'] .''. $offers['itemid'] .'.gif" alt="img"></td>';

In config.php, set somethin' like this:

Code:
'imageServer' => '127.0.0.1/website/Znote AAC/images/items/',

Thax man it works!
 
Back
Top