Functiont to get full url of a Web Page

18-03-12 | Windows

/*
    **********************************************
        functiont to get full url of a Web Page
        @param     NULL    NULL
        @return String     $pageURL
        
    ***********************************************
    */
    function complete_url()
    {
        $pageURL = (@$_SERVER["HTTPS"] == "on") ? "https://" : "http://";
        
        if ($_SERVER["SERVER_PORT"] != "80")
            $pageURL .= $_SERVER["SERVER_NAME"].":".$_SERVER["S. . .




functiont to genrate a ramdom string of desirable length

18-03-12 | PHP

This function will generate a random string of desirable length from the specified characters

/***********************************************
        functiont to genrate a ramdom string of desirable length
        @param     int        $len
        @return String     $rndString
        
    ***********************************************/

    public function genRandomString($len)
    {
        $length = $len;
        
        $characters = "0123456789abcdef. . .




Functiont to genrate Super encrypted password

18-03-12 | PHP

This function uses all the hash function available in your php version to encrypt password string 

/***********************************************
functiont to genrate Super Solid encrypted password
@param 	String	$str
@return String 	$rndString
		
***********************************************/
public function generate_encrypted_password($pswrd_str) 
	{
		$data = $pswrd_str;

		foreach (hash_algos() as $v) 
		{
			$r = hash($v, $data,false);
			$data. . .




Creating Wordpress website , without any knowledge of HTML and PHP

07-02-12 | Internet

If you want to create a wordpress website for your blog or personal website , but you don't have any knowledge of HTML, CSS and PHP , then this website is going to be very helpfull for u to create custum themes for your wordpress website , you just have to do some changes in website by just using there GUI tools and then you can download your theme to use. http://www.lubith.com   . . .




Over 5800 Fresh Proxies | 09-26-2011

26-09-11 | Internet

Full list of proxy servers updated on 09-26-2011 , each proxy working properly Download. . .