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

Modern AAC Page - Latest Deaths

Sorry for double post I pasted that script in pages file

I'm having this error how to fix?

PHP:
A PHP Error was encountered

Severity: Notice

Message: Undefined index: site

Filename: pages/latestdeaths.php

Line Number: 11
 
Kavvson, you have made a mistake:

<li><a href="{$path}/index.php/p/v/latestdeaths">Who is Online</a></li>

Hehehe.
 
Also you might add

if ( !defined( 'BASEPATH' ) ) exit( 'No direct script access allowed' );

Under

<?PHP

To secure the script against direct access
 
Also you might add



Under

<?PHP

To secure the script against direct access

should I add this to all the injections file? at basefile what should I put there? is it like in index.tpl?

Like example {$path}/index.php/injections/G-Deathlist/injection.php

Or have I misunderstood you?
 
In the injection file

add if ( !defined( 'BASEPATH' ) ) exit( 'No direct script access allowed' ); under <?PHP

:D
 
i have a problem,
problemweb.png
, it doesnt appear the images, i put them C:\xampp\htdocs\public\css\images, and the
.lightBorder {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#EAD194 url(images/header-1.gif) repeat-x scroll center top;
}

.vdarkBorder {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#AA5900 url('images/header-3.gif') repeat-x scroll center top;
}

.darkBorder {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#DBB96A url(images/header-2.gif) repeat-x scroll center top;
}
i put it in C:\xampp\htdocs\public\css\latestdeaths.css, and it doesnt work please i need some help,

ill give repp++
 
Back
Top