Webmaster Forum  

Go Back   Webmaster Forum > Website Design Forum > Website Design Forum
User Name
Password
Register FAQ Members List Calendar Transactions Store Search Today's Posts Mark Forums Read


Some Simple But Useful Snippets

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 08-10-2005, 08:45
admans
Senior Member


Join Date: Jul 2005
Posts: 248
Trader Rating: (0)
Points: 22 (Donate)
5 F$/Referral Refer Friends
admans is on a distinguished road
Default Some Simple But Useful Snippets

Some Simple But Useful Snippets

This is just a small list of coding snippets, which can be used within HTML/PHP Documents.

There not the most exciting or magical snippets but there useful and can make a hell of a lot easier!

PHP Snippets

- Emails and Mail

Simple Mail
PHP Code:
 mail($to$subject$message$headers); 



Validate Email Address
PHP Code:
 function validate_email($str){
    
$str strtolower($str);
    if(
ereg("^([^[:space:]]+)@(.+). (ad|ae|af|ag|ai|al|am|an|ao|aq|ar|arpa|as|at|au|aw  |az|ba|bb|bd|be|bf|bg|bh|bi|bj|bm|bn|bo|br|bs|bt|b  v|bw|by|bz|ca|cc|cd|cf|cg|ch|ci|ck|cl|cm|cn|co|com  
    |cr|cu|cv|cx|cy|cz|de|dj|dk|dm|do|dz|ec|edu|ee|eg|  eh|er|es|et|fi|fj|fk|fm|fo|fr|fx|ga|gb|gov|gd|ge|g  f|gh|gi|gl|gm|gn|gp|gq|gr|gs|gt|gu|gw|gy|hk|hm|hn|  
    hr|ht|hu|id|ie|il|in|int|io|iq|ir|is|it|jm|jo|jp|k  e|kg|kh|ki|km|kn|kp|kr|kw|ky|kz|la|lb|lc|li|lk|lr|  ls|lt|lu|lv|ly|ma|mc|md|mg|mh|mil|mk|ml|mm|mn|mo|m  
    p|mq|mr|ms|mt|mu|mv|mw|mx|my|mz|na|nato|nc|ne|net|  nf|ng|ni|nl|no|np|nr|nu|nz|om|org|pa|pe|pf|pg|ph|p  k|pl|pm|pn|pr|pt|pw|py|qa|re|ro|ru|rw|sa|sb|sc|sd|  
    se|sg|sh|si|sj|sk|sl|sm|sn|so|sr|st|sv|sy|sz|tc|td  |tf|tg|th|tj|tk|tm|tn|to|tp|tr|tt|tv|tw|tz|ua|ug|u  k|um|us|uy|uz|va|vc|ve|vg|vi|vn|vu|wf|ws|ye|yt|yu|  
    za|zm|zw)$"
,$str)){
    return 
1;
    } else {
    return 
0;
    }
    } 

- Date and Time

Simple Unix Timestamp Conversation
PHP Code:
 $date_format date('G:i d-m-Y'$unix_time); 
Will output :

21:28 27-07-2005



Server Time
PHP Code:
 $date_time date('l M d, Y @ g:i A');
    echo (
$date_time); 


Localtime not Servertime
PHP Code:
 $differencetolocaltime=+4;
    
$new_U=date("U")+$differencetolocaltime*3600;
    
$fulllocaldatetimedate("d-m-Y h:i:s A"$new_U); 


- Passwords and Encryption

128BIT MD5 Encryption
PHP Code:
 function AuthenticMd5($username$password)
    {
        
$one $username;$two $password;$thr $one $two;$fou $thr $one;$fiv $fou $one;
        
$six $thr $thr;$sev $one $two $thr $one;
        
$md1 md5$sev $two md5($one $fiv md5($sev strrev$sev))));
        
$md2 md5$md1 md5$one $thr $fou md5$sev $md1)));
        
$md3 md5$md2 md5($md1));
        
$md4 md5$md3 $md1 $md2 md5($sev));
        return 
$md2 $md1$md4 md5($md3 $md2);
    } 

32BIT MD5 Encryption
PHP Code:
 $epass md5($password); 



HTPassword Generator
PHP Code:
 function htpasswd($pass)
    {
         
$pass crypt(trim($pass),base64_encode(CRYPT_STD_DES));
         return 
$pass;
    } 


Base64 Encryption
PHP Code:
 $epass base64_encode($password); 

Base64 Decryption
PHP Code:
 $password base64_decode($epass); 



Let me know if anyone finds these useful and / or you want me to write some more out

As its a bit pointless me writing them out and spending time if know one will look at them
__________________

http://img76.imageshack.us/img76/6450/sc2but4ng.gif | http://img495.imageshack.us/img495/...ogorwtan0je.gif | <a href="http://webtools.sc2.info"><img src="http://img129.imageshack.us/img129/8682/sc2webtan7ju.gif" border="1" width="100" alt="Free Webtools for all" /></a> | <a href="http://www.indexrated.com"><img src="http://img398.imageshack.us/img398/4813/listed1pb.gif" border="1" width="100" alt="Index Rated Directory - Rating Quality Sites" /></a>

Get all Games,Apps and Wallpapers Nokia, Samsung and Sony Erricson!!

admans is offline
Reply With Quote
  #2  
Old 08-31-2005, 17:33
commes
Senior Member

commes's Avatar

Join Date: Aug 2005
Location: Regina, Sask, Canada
Posts: 295
Trader Rating: (1)
Points: 76 (Donate)
5 F$/Referral Refer Friends
commes is on a distinguished road
Send a message via MSN to commes
Default Re: Some Simple But Useful Snippets

i might use the local time snippet on my site, just so that my site is more useful, why not make a site with all the snippets that you've got and all of your other codes?
__________________
Classic Auto's | Your Ad Here | Your Ad Here | Your Ad Here | Your Ad Here |
Your Ad Here | Your Ad Here | Your Ad Here | Your Ad Here | Your Ad Here |
Your Ad Here | Your Ad Here | Your Ad Here | Your Ad Here | Your Ad Here |
commes is offline
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


Resources : | Advertise at FHF | itextLink.com| Reseller Hosting| TextDot| iNamePros| Any Webmaster| Web Host| Dep3| cheap low cost web hosting reviews|


All times are GMT -4. The time now is 03:10.


Powered by: vBulletin
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.