If your AEdating is installed on a shared server, you may wish to consider checking your file permissions, and making sure your script files are not globally writable.
On a unix/linux server, this would involve using 'chmod' to alter the file permissions for all .php, .htm and .asp files to 644.
File permissions can be set via most FTP clients, or if you have SSH access to your server, you can use the following commands:
Code:
cd /path/to/your/AEdating
chmod -R 644 *.php
chmod -R 644 *.css
chmod -R 644 *.html
chmod -R 644 *.js
Remember, some of the files in AEdating require write permissions for some functions to work correctly - like your lang-English.php file, if you wish to be able to edit it from your admin panel (not recommended anyways), if you want to edit your style sheets (.css) from the admin panel), and in some cases, your header.inc.php (if you change your template from the admin panel).
Smoge
Bookmarks