| px | top | add code | search | signup | login | help |
<?php
// Information Container System, categorized in PHP User Details section.
// by admin[at]sardesigns[dot]tk at http://www.sardesigns.tk
// Free-license granted to any user who will use this source code.
// Just don't forget to link back SARDesigns and retain this credit notice.
// © 2003 SARDesigns. all rights reserved.
$sample = "sample value here";
// Website Information
$site_title = "Your website title here";
$site_version_number = "version 7.50";
$site_version_title = "Beta version";
$site_description = "Your website description here";
$site_url = "http://www.yourdomain.com";
$site_redirected_url = "http://www.yourdomain.cjb.net";
$site_keywords = "one, two, three, four, five, till, 15, words";
$site_creation_date = "11:46 PM 9/14/03";
$site_abbreviation = "SRDGNS";
// Personal Information
$owner_name = "Surname, First Name, Middle Name";
$owner_mi = "Middle Initial i.e. L = Lapida";
$owner_email = "you@domain.com";
$owner_nickname = "YoYahYeh";
$owner_birthday = "September XX, 19XX";
$owner_birthplace = "Someplace here";
$owner_address = "XXX Some street, Some district, city";
$owner_sms = "09XX-XXXXXXX";
$owner_tel = "02-XXX-XX-XX";
$owner_fax = "02-XXX-XX-XX";
$owner_ym = "Yahoo Messenger ID";
$owner_msn = "MSN ID";
$owner_aim = "AIM ID";
$owner_icq = "ICQ ID";
$owner_irc = "mIRC nickname";
// Web Host Information
$host_name = "Lucy";
$host_email = "silverynight@somedomain.com";
$host_title = "Digik Designs";
$host_url = "http://www.digik.net";
$host_description = "Your graphics resource site";
$host_abbreviation = "DD";
// FTP Information
$ftp_user = "admin";
$ftp_pass = "root";
$ftp_label = "Sample FTP Site";
$ftp_url = "some.ftp.com";
// Miscellaneous Information
$favicon = "http://somedomain.com/favicon.ico";
$css_url = "somefile.css";
$javascript_url = "somefile.js";
?>
Comments or questions?
PX is running PHP 5.2.11
Thanks to Miranda Productions for hosting and bandwidth.
Use of any code from PX is at your own risk.