Просмотр файла fastwap/fastwap.inc.php

Размер файла: 2.01Kb
<?

//============================================================================
//Fastwap v.1.3 - a Linkmamager for WAP-Phones
//Copyright (C) 2001  webDessert.ch <[email protected]>
//	
//	This program is free software; you can redistribute it and/or
//	modify it under the terms of the GNU General Public License
//	as published by the Free Software Foundation; either version 2
//	of the License, or (at your option) any later version.
//	
//	This program is distributed in the hope that it will be useful,
//	but WITHOUT ANY WARRANTY; without even the implied warranty of
//	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
//	GNU General Public License for more details.
//	
//	You should have received a copy of the GNU General Public License
//	along with this program; if not, write to the Free Software
//	Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 021111307, USA.
// ==============================================================================





//CHANGE YOUR SETTINGS HERE:



//The Name of your database:

	$db_dbname = "database";



//Where your database lives (default localhost)

	$db_host = "localhost";



//Your database username:

	$db_user = "username";



//Your database password:

	$db_pass = "password";



//The Directory, where this script lives (default http://www.yourdomain.com/fastwap):

	$path_fastwap = "http://www.yourdomain.com/fastwap";



//If you sign up, you'll get a message whith the login link 

//for your mobile. Insert here the sender-adress of this Email:

	$sender = "Your WAP-Service <[email protected]>";



//If you want to know, who signs up, replace the "no" whith "yes". You'll get a

//copy of the registration email:

	$getcopy = "no";

//Where this copy goes:

	$adminmail = "[email protected]";



//Small text at the bottom of every PHP Page:

	$bottom = "fastwap by <a href=http://www.webdessert.ch target=\"_blank\">Nico Schefer</a>, (C)2001/2002 GNU Public License";



?>