Posts by sasha
Page 24 of 24 · <1 ... 22 23 24
-
1
Making backups is always a good thing. Servers can crash, databases can get lost, and if your host doesn’t have a current backup, you could lose all your tables.
I recommend making backups at least once a week. More often if you use MySQL a lot and your tables are updated every day.
It’s very easy and quick to do, so you have no good reason to not do it.
The following tutorial will show you step by step how to make a backup using phpMyAdmin (available on most servers).
July 1, 2003 |
By Sasha |
Comments Off |
Filed under MySQL, Tutorials
-
2
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
-
3
Converting Megabook to PHPFanBase
This will show you how to quickly add your current members from Megabook to PHPFanBase, no matter how big your list is. I’m assuming here you’ve already successfully installed PHPFanBase on your fanlisting.
Written by Naddy.
June 30, 2003 |
By Sasha |
Comments Off |
Filed under Scripts: PHPFanBase, Tutorials
-
4
This bit of coding will display the last 5 members approved for your fanlisting like this:
Last Added: Anne, Anna, Annie, Ann and Bonnie.
If they submitted a website, their name will be linked to their site, if they didn’t, their name will be linked to their (SPAM protected) email address.
June 3, 2003 |
By Sasha |
Comments Off |
Filed under Scripts: PHPFanBase, Tutorials