Posts tagged ‘login’

Sample Code of Login to Friendster using Curl on PHP

One of my friend ask me to do login to Friendster (www.friendster.com) using Curl on PHP and get their session. OK, it’s very simple. Please have a look on below simple code. This code created on June 23, 2010. Friendster might change the login mechanism without notice. If this code is not working, you can contact me again. Continue reading ‘Sample Code of Login to Friendster using Curl on PHP’ »

Simulate Login to Facebook with PHP and curl

In my previous article, I already demonstrate how to simulate login to Facebook through their mobile interface. But now, after request from my readers, I want to show you how to simulate login to Facebook through their web interface using PHP and curl. I read some codes from the internet but mostly failed when I tried it, perhaps because of the script not fully simulate a web browser to do a login to Facebook. Continue reading ‘Simulate Login to Facebook with PHP and curl’ »

Creating Simple Login System in PHP

We will cover about creating simple login mechanism using PHP and MySQL. Login usually used to seperate the public access page and secured page. Sample of public page is for example like public home page, public profile page, about page, contact page etc. Secured page for example like user profile settings page, user accounts page etc. The point is everything that only specific user can view is considered secured page.The page that displayed after the login screen is secured page. Continue reading ‘Creating Simple Login System in PHP’ »