The URL is not displaying when I click an ad. I see a 406 error. Whats up?

The ads don`t load in Firefox, but work ok in IE. Whats up?

Most probable cause is your server has MOD_SECURITY enabled. To disable this, add the following code to your '.htaccess' file

SecFilterEngine Off
SecFilterScanPOST Off

What is MySQL and how do I set up a MySQL database?

MySQL is a popular database used by many websites and software programs. As set up can vary from server to server, you would be advised to contact your hosting company who will be happy to help.

The admin just gives me a white page. Whats up?

Something you have edited has caused the system to fail. At the top of the 'admin/index.php' file set the error reporting to E_ALL to show errors.

Can I change the text or language in the software?

Yes. Open the 'lang/english.php' file in your text editor.

The code isn`t working. What is the problem?

Did the original demo work after install? If it did, try a clean install. If you have followed the instructions exactly and the keyword links aren`t working, it could be some conflict with another javascript file on your server. Try disabling these files and try again.

How many times can I update the feeds?

As many times as you like.

The balloon image isn`t showing on my site. Whats wrong?

Double check you have the installation url set correctly in your config file.

The code is screwing up my HTML. The links aren`t underlined, but appearing as block level elements. Whats up?

This is an issue if you are formatting all span tags in your code. Something like this:

.yourclass span {
}


A workaround is to add the following code to your stylesheet at the BOTTOM of the stylesheet:

span.cssjsLinkParser_uniquenameKeywordParser_span {
display: inline;
font:12px Verdana, Arial, Helvetica, sans-serif;
border:0px;
background-color: transparent;
color:#015F90;
padding: 0px;
line-height: 18px;
border-bottom-style: double;
border-bottom-width: 3px;
border-bottom-color: #015F90;
cursor:pointer;
}

This should fix the error. Change the colours if required.

I have e-mail notifications set, but don`t receive any e-mails. Any ideas?

Try using the SMTP option in the 'inc/config.php' file.

Can I create my own pop up ad image?

Yes, see the 'Free Hover Images' page.

This software rocks. How can I support Maian Ads?

A donation would be appreciated, thank you

Can you install the system for me?

Yes, please contact me via the Maian Script World website.

I can`t see the flash graphs. Why?

Either you haven`t got flash installed on your computer or you aren`t running the latest version. You can download flash from Adobe® here.

Can I show more ads per page in the admin area?

Yes. Open the 'inc/config.php' file in a text editor and increase the following var:

define('DATA_PER_PAGE', 35);

Can I increase the amount of links that get converted on any page?

Yes. This is set in the 'inc/config.php' file.

Oops, I`ve forgot my admin password. What can I do?

Log in details are set in the 'inc/config.php' file.