It is very easy to programmatically update your twitter status using PHP. Here is the ready to use code that can be used to make auto-tweet; may be you can write the custom code that fetches random blog post from your blog and tweet it on your twitter. It is currently making use of twitter [...]
Archive for the ‘PHP’ Category
Update Your Twitter Status programmatically Using Twitter Basic Authentication With PHP
Easiest Way to Shorten Your Long URL Using bit.ly API Using PHP
bit.ly has become one of the largest URL shortner services out there. This will help you shortening the URL programatically using the bit.ly API. This is ready to use code. All you need is to have the valid bit.ly API which is available free on the bit.ly website. $url = urlencode($longurl); $apiuser = “your api [...]
Fetching the number of followers without using any Twitter API
It is very easy to fetch the number of twitter follower of any twitter username without using any kind of Twitter API. All you need to use the DOM(Document Object Model) function available in the programming languages such as PHP, ASP.NET, etc. Here is the sample PHP functions that fetches the number of follower of [...]
Dumping The MySQL database using PHP
If your web hosting provider does not keep the daily backups of your MySQL databases, then you need to think of taking the daily backups to avoid the risk of data loss. Backing up the database is very simple process if your do that using PhpMyAdmin or MYSQL administrator. However, this manual process sometimes may [...]
Oracle Enterprise Linux and Zend Server For High Reliability and Performance
Oracle and Zend have a long-standing commitment to the PHP community, with a history of collaboration that has ensured integration between Oracle and Zend’s PHP solutions. Oracle Database, Application Server and JDeveloper tool, with a PHP extension, all support PHP development. A sizeable percent of Zend customers use Oracle Database infrastructure to develop and deploy [...]
Web Service Automates WordPress Password Cracking – Blog Hacking As A Service !!
Hackers have developed a distributed WordPress admin account cracking scheme that poses a severe risk for the security of blogs whose owners select insecure passwords. PHP scripts located on a virtual server run bruteforce (password guessing) attacks on targeted sites. Many sites can be attacked at the same time by the system, with results written [...]




















