Frequently Asked Questions: page: 7
Page 7 of 21 · <1 ... 6 7 8 ... 21 >
-
1
How can I change Flinx Collective to have more than one image/site per table row?
Some instructions on how to do that can be found at the forums.
May 22, 2004 |
By Sasha |
Filed under FAQ, Flinx: Customize, Scripts
-
2
When I try to include Currently on my pages, I get the following error: “Warning: mysql_numrows(): supplied argument is not a valid MySQL result resource in …”. What’s wrong?
This error usually happens if you try to include Currently on a page that doesn’t have a .php extension. Rename your page to have a .php extension, and it should work fine.
If that does not fix it, try this FAQ.
May 22, 2004 |
By Sasha |
Filed under FAQ, PHPCurrently, Scripts
-
3
What is MySQL? Can I install it myself? Where do I do that?
MySQL is a type of database. You cannot install it yourself - your host has to do this for you. Most domains hosted on paid packages will have this already installed as a feature; if you’re not sure how to access it, ask your host. However, almost no free hosts offer this, and I’m afraid you won’t be able to use PHPfanbase if you don’t have access to MySQL.
-
4
How do I delete a member from my list?
Go into the Edit Members screen, and type their ID into the ID box. If you don’t know the ID, type in their name in the name box, or their email in the email box. Click submit, and if the next screen displays more than one member, scroll down until you find the one you want to delete. Click on the little arrow next to Update and select Delete from the dropdown. Click the Submit button, and that’s all! Your member has been deleted!
May 21, 2004 |
By Sasha |
Filed under FAQ, PHPFanBase: Customize, Scripts
-
5
I deleted some members from my list, and now the IDs are all wrong (e.g. 1, 2, 5, 7, 8). What happened?
The member IDs are database IDs in MySQL, and MySQL gives out IDs that are truly unique. This means that each ID will only be given out once and cannot be re-used, even after a member has been deleted. You can’t change this without hacking the script.
May 21, 2004 |
By Sasha |
Filed under FAQ, PHPFanBase: Troubles, Scripts