Frequently Asked Questions

Error in post.php?

I get an error in post.php on line 81 when I try to add a link.

If you get the following error when uploading buttons through the script, it means there is a problem with the image directory’s permissions - it needs to be CHMODed to 777.

Warning: move_uploaded_file(/home/yoursite/public_html/flinx/images/fanlisting.jpg) [function.move-uploaded-file]: failed to create stream: Permission denied in /home/yoursite/public_html/flinx/post.php…

To CHMOD this directory, login to your site using your FTP program. In most FTP programs, you can right-click on the folder name, and choose an option that says something like “Permissions” or “CHMOD”. Choose that, and set the permissions to 777 to make this error go away. Please note, however, that setting permissions to 777 is EXTREMELY insecure. If possible, you should only set permissions to 777 when you wish to upload a button, and once you have finished uploading, set the permissions back to 755.