Tutorials: page: 10
Page 10 of 11 · <1 ... 9 10 11 >
-
1
This code snippet will calculate and display the average number of members that a fanlisting gains per day. Now updated so you can use it even if you don’t know what day your fanlisting opened!
September 1, 2003 |
By Amy |
Comments Off |
Filed under Scripts: PHPFanBase, Tutorials
-
2
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
-
3
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
-
4
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
-
5
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