instructions for Murk's Magic: 1) Use the SQL queries in the tablecodes file to create the database tables via phpmyadmin. 2) open smile.php and edit the following lines: $dbnam = ''; $dbhost = '"'; $dbuser = ''; $dbpass = ''; @mysql_connect("",$dbuser,$dbpass) or die("Connection to MySQL failed!"); 3) Open .htaccess and modify to fit your server parameters 4) Open smile_redirect.php and put in your affliate links. You can rotate them or you can put only one. If you only use one link put it in every slot, like this: header('Location: affiliate link goes here'); break; case 2: //Rotate Your Links If You Want header('Location: affiliate link goes here'); break; case 3: //Rotate Your Links If You Want header('Location: affiliate link goes here'); break; case 4: //Rotate Your Links If You Want header('Location: affiliate link goes here'); break; case 5: //Rotate Your Links If You Want header('Location: affiliate link goes here'); break; case 6: //Rotate Your Links If You Want header('Location: affiliate link goes here'); break; 5) Place image on forums using bbcode like this [img]http://yourserver.com/smile.gif[/img]