WELCOME

to Flying Without Wings, a fanlisting for the Swan Lake Program by Sasha Cohen. This fanlisting is approved by and listed at TheFanlistings.Org under Sports » Figure Skating. If you are a fan of this program, please consider joining! All you need is a valid email adress.


STATISTICS

Opened: May 30, 2004
Webmiss: Dominique
Hosted On: kyoudaiNET
Version: 3.0


UPDATES

Last updated:
SITE VARIABLES $sitename ="Flying Without Wings"; //This is used in the email sent to approved members, so it might be useful to include the fanlisting subject, like Name: The Subject Fanlisting $siteurl ="http://swanlake.kyoudai.net"; //The url to your fanlisting (no trailing slash!) $adminemail ="dominique@kyoudai.net"; //Your email address. $adminname ="Dominique"; //For use in the email signature sent to approved members. $admincollective ="http://fan.juanqui.net/innocenteyes"; //Your site collective. This will be in the signature of the email sent to approved members. If you don't have one, or don't want to include one in the email, delete the text in between the "". // ------------->CUSTOMIZATION VARIABLES //These are the header and footer files this script uses. Feel free to change the header and footer files themselves by opening them into your HTML program, or change the paths below to choose a different header or footer to use. $header ="header.inc"; $footer ="footer.inc"; //The username and password needed to access the Admin Panel $admin_username ="domi"; $admin_password ="roddick"; //Do you want to add a favorite field to your fanlisting? If you put in Y for this, an extra field will be visible on the joining form, where people can fill in their favorite thing about your fanlisting. For example, for a movie, you might ask them for their favorite character. For a musician, you could ask for their favorite song. $enablefave ="N"; // Fill in either Y or N (uppercase!) //What do you want to ask your members? For example, if your fanlisting is for a movie, and you want to ask for their favorite character, fill in 'Favorite Character' here. If you filled in N above, leave this blank. $whatfave =""; $emailnotify ="Y"; //Receive email notifications when someone joins? You can fill in either Y or N. $membernotify ="Y"; //Send your members an email when they've been approved by you? Fill in either Y or N. //How would you like to have the members sorted on the All and Country pages? $allsort ="country"; // choose either id, name or country $countrysort ="name"; //choose either id or name // ------------->DATABASE VARIABLES //The name of the tables in the MySQL database. If you want to use this script for more than one fanlisting, be sure to change the names to someting unique for each fanlisting. $table ="sc_swanlake"; //your main members table $table_u ="sc_swanlake_u"; // the updates table // information needed to connect to mysql $dbhost = "localhost"; // usually this is localhost but if it doesn't work, check with your hosting provider $dbname = "kyoudai_swanlake"; // the name of the databse you want to put the phpFanBase tables in $dbuser = "kyoudai_domi"; // your MySQL username (must have access to database above) $dbpass = "roddick"; // your MySQL password // DO NOT EDIT ANYTHING BELOW THIS LINE! $db = @mysql_connect("$dbhost","$dbuser","$dbpass"); mysql_select_db("$dbname") or die( "Unable to select database."); ?>