Tutorials: scripts phpfanbase: page: 3
-
1
Moving servers without phpMyAdmin
This tutorial will explain how to move your member list from one database to another without using phpMyAdmin. This will be useful to you if you are hosted at a domain and need to move your fanlisting for whatever reason, or if you don’t like/don’t understand phpMyAdmin.
September 1, 2003 |
By Vixx |
Comments Off |
Filed under Scripts: PHPFanBase, Tutorials
-
2
If you are unfamiliar with how headers and footers work in PHP, the following will show you how to make the script’s PHP pages fit in seamlessly with the rest of your site, without ever having to touch join.php, members.php and country.php. This greatly reduces the risk of you accidentally deleting some needed PHP coding, and the script not working because of this.
July 1, 2003 |
By Sasha |
Comments Off |
Filed under Scripts: PHPFanBase, Tutorials
-
3
This will show you how to sort your members on the members.php and country.php pages by their favorite (instead of ID, name or country).
You will need to edit one line in members.php and country.php for this.
July 1, 2003 |
By Louise |
Comments Off |
Filed under Scripts: PHPFanBase, Tutorials
-
4
Using a dropdown box for the Favorite field
Want to use a dropdown box instead of a text field for the Favorite field? Here’s the code to edit.
July 1, 2003 |
By Sasha |
Comments Off |
Filed under Scripts: PHPFanBase, Tutorials
-
5
This tutorial will show you how to add some text to the member names displayed on your members.php and country.php pages. For example, you could change it to the following (instead of just the names):
Ann loved it
Anna loved it
Annie loved it
July 1, 2003 |
By Sasha |
Comments Off |
Filed under Scripts: PHPFanBase, Tutorials