This is mainly for those who are converting from Flinx. Or those who had a problem installing (for a few people with older mySQL installations would not work).
- Improved Flinx conversion. Now converts thirty images/links at a time instead of trying for all of them at once.
- Ability to turn off 'copying' of Flinx images to the image folder so they can be uploaded (toggle option).
- Ability to keep original Flinx image names (toggle option).
- Fixed bug with adding tables for certain mySQL installations.

In phpfan, can’t get rid of the borders on the images. any tip on how to do that? I’ve racked my brain for any css trick could think of. is there a place i’m missing?
I’ve e-mailed you but, in case you don’t see it or others need an answer, here’s some information.
There’s a class for every image in phpFan called border.
img.border {
border: 0px
}
Just put that into your CSS and it should take away the default border. Or, if you’re using the default CSS given with phpFan just change it to whatever-type border you want. Make sure there are no conflicting classes.