wappy
Jul 31 2006, 05:23 PM
| | Here is my new wap mail script. You can use it as a free email sending service or an email admin form (can set this option in config.php) its extremly simple to install and you will find full instructions in the zip file. Please feel free to comment, rate, or update this script :-) Click to view attachment |
Reply
Lyon2
Aug 1 2006, 08:10 AM
Do you mean wireless markup language (wap) email script/service? If it is, i was looking for something like this to learn from, i am learning this language for 2 days now, it is very useful and interesting.
Reply
toddy
Aug 1 2006, 08:51 AM
Your headers are giving me a nasty error dude QUOTE CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. so i put in my own and its all good =p CODE //WML doctype definition & the http header: header("content-type: text/vnd.wap.wml"); echo "<?xml version=\"1.0\"?> <!DOCTYPE wml PUBLIC \"-//WAPFORUM//DTD WML 1.1//EN\" \"http://www.wapforum.org/DTD/wml_1.1.xml\">";2
Reply
wappy
Aug 1 2006, 10:21 AM
no by wap i mean WAP AS IN THE MOBILE INTERNET. in my sig it explains how you can view wap sites. Hey hey toddy good to see you here! So this mail script is giving you header errors? Its working on my site bro, click my email at bottom of index an tell me if you get errors as i used this very script on my site. O and toddy if the one on my site is giving errors is that on pc or phone?
Reply
toddy
Aug 1 2006, 10:26 AM
Mite be my host as its ok on your site. Im on a windows server and this is linux
Reply
wappy
Aug 1 2006, 11:04 AM
how strange. Maybe it might be worth putting your headers in the next update as maybe others have problems too but i can tell you it works as they fill my mail every day with it lol
Reply
hype
Aug 1 2006, 01:12 PM
So that script is for sending emails while on mobile by WAP? hmm, its not quite frequent that ppl will send email while on the go but I guess that script will come in handy if there's a need for urgent stuff... Is your website in WAP? Can it be view with normal browser or we have to get a mobile device to view it?
Reply
toddy
Aug 1 2006, 03:07 PM
Wappys site is a wap site and can be viewed from a mobile or using opera, read his signature
Reply
gaggu121
Aug 1 2006, 04:28 PM
HI dear friends am gaggu from india punjab.hi wappy its cool i like it very much i seen some stolen scripts in your wap site what is happen with this please tell me.....why you placed stolen in that....can u please give me days left in year source code for my wap.....
Reply
toddy
Aug 1 2006, 05:48 PM
I can tell you as I was hosting wappy at the time! Both mine and wappys sites were hacked, and many off our 100 percent unique scripts were stolen =c
Reply
wappy
Sep 9 2006, 09:33 PM
NeoCult was banned from my forums for free posting, posting off topic, ignoring polite warnings and generally being an idiot. Grow up.you get more funny by the minute? Where do you get this rubbish from? I coded this script from scratch with command i learnt at php.net its not copied from anywhere and is such a simple script anyway it was easy. Go away and stop posting rubbish in my threads because you were banned from my site its pathetic.
Reply
NeoCult
Sep 8 2006, 08:39 PM
more code that you edited to suit yoursef, this isnt yours either
Reply
masterio
Aug 27 2006, 02:41 AM
Hi wappy i use opera to browse it using my PC. Well it seems great if we have wap website!. 5 star from me!
Reply
wappy
Aug 2 2006, 05:57 PM
well did you forget they have predictive text on most phones now. I can type extremly fast on my SYMBIAN NOKIA, as you can probably see from the length of many of my posts here. My wap site has been designed taking into account that you may not have a great phone. It will work on almost any phone even real old ones. If for any reason it don't then simply turn the images off and it will for sure. Orange offer unlimited access to wap for one pound a day, and if you search wap or web for more underground forums you MAY find tricks. Im paying a pound a day for it right now which i don't mind as for about 2.5 of 3 years i have managed to obtain it completly free lol
Reply
hype
Aug 2 2006, 02:40 PM
isnt it hard to type with phones? Unless its PDA phones or phones with huge keypads by they seems quite hard to operate... And it's rather expensive to surf using WAP for a long time... I'll try visit opera, hope I learn more about WAP and WML, and I don't have a rather powerful phones to open WAP pages fast enough...
Reply
Similar Topics
Keywords : wappymail, v1, 50, wap, mail, email, admin, script
- A Question About Php Mail
A question about how php send mail using which email account in SMTP s (1)
How To Make Php Newsletter Script
(3) I have seen a post on here somewhere which shows how to make a simple newsletter php script. I
cvant find it anywhere and I wanted to ask some questions of the author. Does anyone know the one I
mean? Cheers ....
Php Guest Online Script
(3) make an index.php copy and paste this code CODE <?php $db_host = "localhost";
$db_user = "root"; $db_pass = ""; $db_name = "test";
$dbc = mysql_connect($db_host, $db_user, $db_pass); $dbs =
mysql_select_db($db_name); $tm = time(); $timeout = $tm -
(30*60);
if($_SERVER["REMOTE_ADDR"]){$ip=$_SERVER["REMOTE_ADDR
"];} else{$ip=$_SERVER["HTTP_X_FORWARDED_FOR"];}....
How To Make A View New Post Script?
(5) Ok so i'm still working on the forum software i posted about a while back, but I have no idea
how to do this. I want to make a view new post script, as this is one of the main things that my
forum software dose not have that all other forums have. so does any body have an idea on how i
would do this? Thanks.....
Guessing Php Script
(2) I am looking for: freeware php quess the person in the photo game script....
Admin Account?
Hpw? (2) I need a tutorial which is mainly about creating the administration page for my we-site. Those are
my requirements so far: 1. It has to have a default data to access. 2. Once you entered the admin
section, other administrators can be added. 3. The administrators are classified at many different
levels, priveleges. 4. More functions/requirements you can add if you consider them as useful
Thanks.....
Need Help Installing Dolphin Community Script!
(5) I'm not sure if this is the right place to post this but I really need help in installing the
dolphin community script. I have absolutely no previous experience of scripts or programming. I
would really appreciate if someone could walk me through it step-by-step, or even do it for me by
logging into my cpanel. I have tried to install it my self but I'm a little confused. I'm
sure it won't take very long at all for someone who has done this before.....
Admin Page
Tutorial Needed? (4) I need to look at a nice tutorial how do you create an admin access page with many functions as many
as possible.....
How Do I Connect To Live Database With Php Script?
while being hosted with ComputingHost (6) I am not new to programming. I want to create a form to add some values into my tables, the code
are all working. But I am not sure what is the URL to connect to my site's database. All along,
I have been testing through MAMP, which provides a local copy of mySQL. Can anyone lend me a hand?
My site's URL is http://limetouch.com/ ....
Download Script For Mp3 Files
(0) Hello, I'm looking for a download script for sound files (e.g. mp3, avi, wma, and other ones).
i have found a few download scripts but they would not work for sound files for some reason. also
this will not be used for allowing downloading of illegal or riped music, what i will be using this
script for is i'm making a site for my church and the pastor wants to be able to recored the
services and then have me upload them to the site so that the church members can download them for
what ever reason. If some one could tell me how to make one or could show me a plac....
An Interesting Approach To Email Verification...
(6) I was thinking just now and I came up with a very interesting solution for email verification.
It's actually based off of how alot of spammers get your email: Dynamic images. You could have
a dynamic image display in the email that activates the account when loading it. The only downfall
to it is if your users are using a an email provider such as Gmail, the images will be blocked, but
I have a solution for that too. You could have the image say "Congratulations your account has been
activated". And then below the image in plain text write "If you do not see the....
Php Rediret Script
(12) Ok, what I am trying to do is this. Re-direct a domain name called: avalon.asn.au to
preschool.stmarksavalon.org.au I have created a script that will re-direct within the a folder.
However, the avalon.asn.au and stmarksavalon.org.au are PARKED Domains. Any ideas on how to create
this PHP Redirect Script please?....
Forum Script
(3) Hello, i'm wanting to start making my own forum software but i dont know where to start or what
i need to know in order to do this. I know i will need php and mysql but what else, and could some
one point me to a good site were i could learn php and mysql. Thanks ....
How Would I Go About Making A Simple "counting" Script?
(3) I plan on making a script for basic voting between different options, and I'd like to know what
PHP coding I would require. Basically, each choice will be as simple as this: CODE <form
method="post" action="process.php"> Best falsetto?<br><br>
<input type="radio" name="1"> Person A<br> <input
type="radio" name="2"> Person B<br> <input type="submit"
value="Submit"> </form> What PHP would be used to basically add 1 value to a....
Library Script
Where? (6) Hello, everyone. Anyone knows where I can get a library script that acts like CMS script software,
you can add books or delete them. I want to build virtual online library which can be accessible to
everyone. Or just give me some advices how to make it build. I'm a novice in programming.....
Script Help Required: Undefined Variable
A fault I cannot spot in PHP (3) Hi, when running a PHP script I keep getting the error: QUOTE Notice: Undefined variable: bret
in c:\program files\easyphp1-8\home\poll.php on line 294 Notice: Undefined
variable: bret in c:\program files\easyphp1-8\home\poll.php on line 294 (And,
yes, I get it twice). The code related to the variable is as follows: CODE function
LogString($string,$type) { $t_log = "\n";
$t_log .=
$this->globaldata->server_vars['REMOTE_ADDR']."....
Php Downloads Script
(4) I've been looking all over the net for a PHP script which can provide an interface to browse a
downloads database. The database could be powered by MySQL. If you know a script like this, please
post it here. Thanks in advance, Ironchicken.....
Php Functions To Send Mail
(9) Which other methods to send mail from a form? I just know mail function, like: mail(string to,
string subject, string message) Has anyother?....
Html Code Tester. Online Script
(15) Yes, yes. I have another script that I have written and I am distributing. I am not entirely sure if
this works. I have not tested it yet, but I will later and post back with a demo and fix it up.
Current script: CODE <?php //Save this as something like htmltest.php function
CheckForm() { $html_unsafe=$_POST['code']; //Gives us our user
input $html_safe=str_replace("<?php"," ",$html_unsafe);
//Starts security measures $html_safe=str_replace("?>","
",$html_sa....
Very Simple Online Now Script
This is a very simple online now script. (4) Hi all, Its Aldo. anyways, I wont be using the method of pagination, i will just tell you how to
make a basic online now script. When someone logs in, now take into consideration that the name of
the username input is username ( First ,create a table in your database saying online now and add 2
fields to it. id and username CODE id type=integer(INT) , auto increment, length =255
and username = VARCHAR length=the limit a username should be in your site now from there we take
off : CODE <?php //logged.php //authentication script //connection scri....
Creatting A Playlist Through Php
script help needed (5) Hi I am trying to make a script so that i can insert songs into a playlist, but i need a script in
which it opens the playlist file and removes the closing tag at the end, so before i can add more
entrys. e.g CODE <atx> <entry>Location 5</entry> <entry>Location
4</entry> <entry>Location 3</entry> <entry>Location
2</entry> <entry>Location 1</entry> <atx> But to add more entrys
i would have to get rid of the atx, then use the fputs to place the new entry into the file. ....
What Kind Of Script Do You Need ?
post here and get free script (15) Hi everybody sorry if i posting here , i know I want design free PHP script and i dont know
webmasters what kind of scripts want i think its better to aks here becuase trap17 is very nice
webmasters forum So , Plz post here what kind of script with details you need ! sorry may en
is not very well for example you need "upload center" : write "upload center" with upload center
options ( like Ajax , Fast , multi lan and ... ) with this post we can give script details and
webmasters idea /smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.....
Wappy Buddy V1.10 - Tibia Gold Edition By Wappy & Jon Roig
the official wap download script (3) By downloading this script you are agreeing to the license and terms outlined below /biggrin.gif"
style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> QUOTE /** * *
@package: wappyBUDDY - Tibia Gold Edition * @version: 1.10 2006/10/01 00:00:01 wappy * @copyright:
©2003, 2006 jon roig, wappy * @release notes: this is the first official release of my download
script despite pirate and incomplete copies floating around that were stolen from one of my previous
servers. The next release will follow very shortly * @terms: wappyBUDDY is free softw....
Free Auction Script
Any Suggestions? (6) Any free auction script suggested? I want it to be as many practical functions as possible, yet
easy to manage. And more importantly, it is free! Appreciate your kind suggestions!....
Wappychat_oldskool
old version of my wap chat script :-) (15) here is a very old version of my wap chat script, its not very advanced but has privates, smileys
etc. I will post some further versions (with owner, admin, mod status and profiles) when i have time
to write the readme/install instructions for them. You will find instructions inside the zip. If you
have any problems post here but i know it don't work on all servers for some reason but it does
work on the trap server so will be cool ok /tongue.gif" style="vertical-align:middle" emoid=":P"
border="0" alt="tongue.gif" /> ....
Watermark Your Image With Simple Php Script
found it on the net (35) This script was found on the net http://tips-scripts.com/?tip=watermark#tip B&T's Tips &
Scripts site. Just in case the site may not show, I will include the code here: List of things
needed: 1. your image in any format 2. watermark image--in gif format with transparent background 3.
script below with name (i.e. watermark.php) CODE <?php // this script creates a watermarked
image from an image file - can be a .jpg .gif or .png file // where watermark.gif is a mostly
transparent gif image with the watermark - goes in the same directory as this script // ....
Parse: Error Unexpected T_lnumber
php parse error when running script (4) Hi. I've just created a php script. The main object of the script is to delete some old files
and replace it with a new file with some new content, effectively moving the contents from one file
to another. These are the first 50 lines of the file: /* Calculate For The "A" Group - The
Latest Games ID */ $a_B = 002; while(file_exists("a_" . $a_B . ".dat")) {
$a_B++; } $new_page_contents = " " . $_POST . " " . $_POST . "
include \"/home/cmatcme/public_html/footer.php\"; ?> "; $a_stream = fopen(&....
Form To Php Mail. Attachment
(14) i know there are a few topics talk about attachment problem, but i want to know if anyone could show
me a basic code for attaching files like pictures with the message. I made a html form, and
redirect the information to my mail.php file to process the information and send it to my email. I
want to know what do i have to do to attach files like pictures. I tried to search on google, and
the codes are so complicated (i'm an amateur at this). Would it be possilbe if you could show me
the code and explain to me what it does and how i could customize it to fit my needs?....
Script: Php Jukebox
A one file script! (4) This scripts is so simple, you dont need to edit ANY of it! All you have to do is make a folder
called 'songs' and put some audio files in it. Here is the whole page, I named it index.php
and put it in a folder called 'music': CODE <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd"> <html> <head>
<title>PHP jukebox</title> </head> <body> <!-- ©2005 Craig
lloyd. All rights reserved. Visit cragllo.com for more sc....
Many Php Script Sites
(16) Hi I find many sites has PHP scripts :: http://www.proxy2.de/scripts.php http://www.free-php.net
http://knubbe.t35.com/ http://www.ngcoders.com/ http://www.oxyscripts.com/
http://www.phparena.net/ http://www.1phpstreet.com/ http://px.sklar.com/
http://www.scoznet.com/ http://php.resourceindex.com/ /blink.gif' border='0'
style='vertical-align:middle' alt='blink.gif' /> ....
Looking for wappymail, v1, 50, wap, mail, email, admin, script
|
*RANDOM STUFF*
*SIMILAR VIDEOS*
Searching Video's for wappymail, v1, 50, wap, mail, email, admin, script
*MORE FROM TRAP17.COM*
|
advertisement
|
|