Просмотр файла wapbuddy/readme.html

Размер файла: 2.21Kb
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
	<title>WAPBuddy Readme</title>
</head>

<body>
<h3>WAPBuddy 1.2</h3>
<p>
by Jon Roig<br>
email: <a href="mailto:[email protected]">[email protected]</a><br>
site: <a href="http://jonroig.com">jonroig.com</a><br>
last updated: 4-6-2003
</p>
<h4>Introduction</h4>
<p>
WAPBuddy is a super-simple way of creating a basic wapsite that allows you to upload files
to your phone. It requires nothing more than webspace to call your own with php installed.
</p>
<h4>How it Works</h4>
<p>Upload the wapbuddy folder to your site and CHMOD the whole thing to 777. To add files, just ftp them into the downloads folder.
</p>
<p>
To access your WAPbuddy site, just point your phone's browser to: theNameOfYourSite.com/wapbuddy/index.php -- you can generally bookmark the page to make
it easier to return to later. Consult your manual for instructions regarding your particular phone.
<p>
If you're so inclined, you can change the name of the site or the welcome message in the wapbuddy_settings.php file, but it's not necessary.
</p>
<p>
You can also create new directories for files, if you like. To do so, simply copy an existing directory (like ringtones) and make sure that both the .htaccess and index.php files
are located within the new folder. From there, simply add the new folder name to the current list in wappbuddy_settings.php.
</p>
<h4>v1.2 Changes</h4>
	<ul>
		<li> Support for the Sharp GSX10 Mobile (Thanks to <a href="mailto:[email protected]">Mark Waples</a>!)</li>
	</ul>
<h4>v1.1 Changes</h4>

	<ul>
		<li> Support for multiple directories</li>
		<li> Browsing directories shows 10 items per page (you can change this whatever you like in wapbuddy_settings.php)</li>

	<ul> 

<h4>Acknowledgement</h4>
<p>
<a href="mailto:[email protected]">Mark Waples</a> contributed changes to the .htaccess files so we could support a new sharp phone. Roman contributed a bit of code to the 1.1 release, including support for multiple directories and a bit of optimization. Thanks man!
</p>
<h4>License</h4>
<p>
WAPbuddy is released under the <a href="http://www.gnu.org/copyleft/gpl.html">gpl</a>.
</p>
<p>

</body>
</html>