Google::IMAP/POP3 – custom your own mail application

IMAP access to google is open for all. I assumed that you already know what is IMAP and Google Settings. So, you can grab my written here. For a generic IMAP connection to google mail, you need to set SSL no-validate option as well. [php]$inbox = @imap_open("{imap.gmail.com:993/imap/ssl/novalidate-cert}INBOX", $email, $password);[/php] Port 993 is for gmail secured IMAP. ...

More »

2010/06/26 PHP Scripts, Popular Scripts And Applications, Web Applications, Web Tools 10 comments

PHP : fsockopen – Unable to find the socket transport “ssl” – did you forget to enable it when you configured PHP?

You might get error - "Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?" when you are trying fsockopen() function of PHP. If your PHP is not compiled with open_ssl support then you could not open a secured connection through fsockopen(). We can test the code ...

More »

2010/06/15 PHP Debugging, PHP Scripts comments closed

Online GIF Animation Creator

People says, they needed online GIF animation application, so they can create GIF image on travel. Kernel BD has designed a application a years ago and now thinksĀ  to open it to public which is free to use. You can add 10 frames per images, text could be placed as you like, such as left, center, ...

More »

2010/06/15 PHP Scripts, Popular Scripts And Applications, Web Applications, Web Tools One comment