Tips on craigslist ad posting
Sunday, September 7, 2008 13:30
craigslist is the most popular free classified ad posting site in the USA and worldwide. I have long experience of posting ads on craigslist. craigslist has very high Alexa ranking. Due to it’s huge popularity the site is number one target of the spammers. craigslist is upgrading it’s system continuously to fight against the spammers. […]
How to use SOCKS proxy
Now-a-days SOCKS proxies are getting popularity. Following PHP script can be used to browse a page using a SOCKS 5 proxy: $url = “http://www.whatismyip.com/“; $cUrl = curl_init(); curl_setopt($cUrl, CURLOPT_URL, $url); curl_setopt($cUrl, CURLOPT_RETURNTRANSFER, 1); $proxy = ‘proxy_name_or_ip:proxy_port’; curl_setopt($cUrl, CURLOPT_PROXY, $proxy); //Set proxy type to SOCKS 5; default is HTTP curl_setopt($cUrl, CURLOPT_PROXYTYPE, CURLPROXY_SOCKS5); curl_setopt($cUrl, CURLOPT_PROXYUSERPWD, ‘username:pass’); $PageContent = curl_exec($cUrl); // echo curl_error […]
How to be a freelancer
With the easy availability of internet, freelancing is growing very fast. In recent few years , the world of freelancing has grown very fast. Most of the freelancers are part-timer. You can also be a freelancer while continuing your original job. All you shall need is an internet connection, communication skill, skill in […]
Is PayPal s action justified ?
PayPal doesn’t allow sending or withdrawing more than $100 as an un-verified user. It is quite fine. But mysteriously, PayPal allows to receive more than $100 as an un-verified user. Then doesn’t allow the user to transfer the money in any way. Is it justified? If a user accept more than $100 as he doesn’t […]
Increase vistiors by social bookmarking
Social bookmarking is a great way of getting visitors to your website. del.icio.us is the leader of social bookmarking sites. StumbleUpom.com and reddit.com also can generate significant number of traffic. Digg.com can give a flash of traffic (although it is bookmarking site rather a news and video sharing site). Here is a small list of […]