Tech Sharing Blog

Computer knowledge, news, product, SEO, earn money online sharing place

Advertisement

Archive for the ‘ Download ’ Category

Internet IP Address 2011 Report

By on January 19, 2011

IP addresses are allocated on an annual basis by the Internet Assigned Numbers Authority (IANA) and its regional registries to various organizations worldwide with the majority of the IP addresses being allocated to the developed countries like the United States, Japan and the United Kingdom. In the last few years though, emerging economies like China have been allocated an increasingly bigger percentage of the IP addresses. This trend which is also evident in the likes of India, Vietnam and Mexico indicates an ever growing appetite for internet consumption amongst their populations.


In this first section of the study, we breakdown the average percentages of IP address allocations in 240 countries using the IP2Location historical data. The average percentage is the arithmetic mean of 12-month values collected on the first day of the month from the IP2Location monthly database.


From the data analysis (see Table 1 &Chart 1), it is clear that the overall IP address allocations for Asian countries are on the rise whereas European countries have seen a drop in their allocations. Leading the Asian countries is China which has overtaken the United Kingdom for the 2nd highest number of allocations. South Korea, a country famous for online gaming, managed to secure 6th place and has relegated France to the 7th position.


The Top 10 countries in the list still managed to secure 77.73% of the total allocated IP addresses in 2010. That is a decrease from the 2009 total of 79.1%. With the economic upheavals in both the United States and Europe, it is hardly a surprise that the numbers have decreased. On the other hand, it will open up more allocations to emerging countries in Asia and South America.
In this second section of the study, we plot the month-to-month percentage of IP address allocations by country using the IP2Location historical data in 2010.


From the chart analysis (see Chart 2), we can see that the allocation rate is slowing down compared to 11% in 2009. The total IP addresses allocated for 2010 is 2,685,024,462. Compared to the total for 2009 which is 2,505,141,392, we are seeing a 7.2% increase in the total number of allocations.


Considering that the total IP addresses in the IPv4 space is 4,294,967,296, that leaves us with only approximately 37% of IP addresses to be allocated in Class A, B and C.
The percentage of IP address ownership by country in 2009 Internet IP Address 2011 Report

Worldwide IP address ownership by country in 2010 Month by month 1024x552 Internet IP Address 2011 Report

Worldwide IP address ownership by country in 2010 1 1024x651 Internet IP Address 2011 Report

Popularity: 3% [?]


That’s nothing perfect in the world, no matter how good the application and web site is, that’s still some hole that we may need to handle. By handling that kind of hole, we try to make our application close to perfect.


This powerpoint show that Why we need the error handling, What are error, how the error being handled, type of error, type of error handling.


Advanced ColdFusion - Error Handling (192)


Error Catching with CFERROR and CFCATCH (175)

Popularity: 4% [?]

Here is the presentation slide by Pete Freitag, Principal Consultant from Founeo Inc.

In the presentation slide show it will cover the following topic include:

  • Uchecked input
  • File Uploads
  • XSS-Cross Site Scripting
  • SQL Injection
  • Cross Site Request Forgery
  • CRLF Injection
  • Session Hijacking


Secure your Coldfusion application (162)

Popularity: 4% [?]

SQLInjection1 1 Possible injection use keyword

All the web developer, web admin, as well as DB admin are always facing the attacking from all around the world toward their web site, but how to prevent it?


Some may use the 3th party software to prevent it, some may just filter all the possible keyword enter by the user, some will use the database store procedure to prevent it. The following are some of the keyword that you may need to take care of when you allow your user to enter any input to your system.


Web site injection attack keyword (204)

Popularity: 4% [?]

Video2MP3

By on November 7, 2009

Video2MP3 is a free YouTube, MyVideo, Clipfish, Sevenload, Dailymotion, MySpace to MP3 converter. It allow you to convert and download a video to MP3 file online. The best of the Video2MP3.net is totally free, fast, and no signup is require. All you need to do is enter the video URL into the text box on the Video2MP3 home page, than it will transfer the video to the MP3 for you to download.

Video2MP3 Logo Video2MP3

So you are able to listen your favorite tracks from the selected video hosting portal on any MP3 player.


Video2MP3 provide standard (64k MP3) and high quality (128k MP3) MP3, the higher quality the MP3 is, the slower the downloading speed because it need time to convert it and also the file fize will be bigger.


Click here to go to Video2MP3 home page

Video2MP3 Home Video2MP3

Video2Mp3 home page


Converted youtube video Video2MP3

Convert youtube video into MP3 and download it


Popularity: 10% [?]

Because of I need to handle a project in my comany which include the forum features, but the language is Chinese Simplify, so I manage to find out this 9 years old product.


phpBB is a free and open source forum application. phpBB was created in June 2000 as UBB-like forum solution using the PHP language and the latest version up to today is phpBB 3.0 ‘Olympus 3.5′ (Release at 31 May 2009). phpBB is available at no cost, released under the GNU General Public License.


I choose this as my forum in the new project is because it come with an intuitive adminstration system and extensive customisation capabilities. Besides that, it is capable to supporting hundreds of million of discussions in any language and boatst some of the largest forum communities on the Internet. phpBB is developed by six core developers, more than forty team members and is supported by a community of almost 300,000 users and developers up to today.


The lastest version support the UTF-8 encoding including the Simplify chinese , tranditional chinese encoding, Russian, Thai, Turkish and more. Besides that, it support most of the most common database in market such as MSSQL, MySQL, PostgreSQL, Oracle, Firefird, SQLList. The release of phpBB 3.0 is come with nearly 500 enhancements, modification and extenstion compare to the previous version.


phpBB also is a highly recomended forum application for those who like to customize and quickly integrate into any content management system or static web site because it come with very flexible framework, documented Application Programming Interfaces (APIs).


Click here for more phpBB forum features list
Click here to go to phpBB forum official page
Click here to go to phpBB forum download page


phpbb sample forum home page phpBB open source forum application

phpBB forum home page

phpbb sample forum backend admin phpBB open source forum application

phpBB sample forum backend admin control paner


Popularity: 11% [?]

Just working out on the phpBB3.0 on the user registration integration with the main web site. Because of I plan to write the main web site using the coldfusion + MS SQL, so the only way as I may thinking of to do the integration is write a web service a like page for my coldfusion application to call.


After read through some forum, blog, web site and finally find out the way for the integration and here to share my simple PHPBB 3.0 user registration integration code.


  < ?PHP
  define('IN_PHPBB', true);
  /* set scope for variables required later */
  global $phpbb_root_path;
  global $phpEx;
  global $db;
  global $config;
  global $user;
  global $auth;
  global $cache;
  global $template;

  # your php extension
  $phpEx = substr(strrchr(__FILE__, '.'), 1);
  $phpbb_root_path = "../";

/* includes all the libraries etc. required */
  require($phpbb_root_path ."common.php");
  require($phpbb_root_path ."includes/functions_user.php");
  $use-->session_begin();
  $auth->acl($user->data);

// username of the user being added
$username = 'david';

// the user’s password, which is hashed before inserting into the data base
$password = 'password';

// an email address for the user
$email_address = 'admin@david-cheong.com';

// since group IDs may change, you may want to use a query to make sure you are grabbing the
// right default group...
$group_name = ($coppa) ? 'REGISTERED_COPPA' : 'REGISTERED';
$sql = 'SELECT group_id
        FROM ' . GROUPS_TABLE . "
        WHERE group_name = '" . $db->sql_escape($group_name) . "'
            AND group_type = " . GROUP_SPECIAL;

$result = $db->sql_query($sql);

$row = $db->sql_fetchrow($result);

$group_id = $row['group_id'];

// timezone of the user... Based on GMT in the format of '-6', '-4', 3, 9 etc...
$timezone = '8';

$language = 'zh_cmn_hans';

// here if the user is inactive and needs to activate thier account through an activation link
// sent in an email we need to set the activation key for the user... (the goal is to get it about
// 10 chars of randomization) you can use any randomization method you want, for this example,
// I’ll use the following...
$user_actkey = md5(rand(0, 100) . time());
$user_actkey = substr($user_actkey, 0, rand(8, 12));

// IP address of the user stored in the Data base.
$user_ip = $user->ip;

// registration time of the user, timestamp format.
$registration_time = time();

// time since the user is inactive. timestamp.
$user_inactive_time = time();

$user_row = array(
    'username'              => $username,
    'user_password'         => phpbb_hash($password),
    'user_email'            => $email_address,
    'group_id'              => (int) $group_id,
    'user_timezone'         => (float) $timezone,
    'user_dst'              => $is_dst,
    'user_lang'             => $language,
    'user_type'             => '0',
    'user_actkey'           => $user_actkey,
    'user_ip'               => $user_ip,
    'user_regdate'          => $registration_time,
	'user_dateformat'   	=> 'D M d, Y g:i a'
);

$user_id = user_add($user_row);

echo 'userid' . $user_id;

?>

Click here for PHP Cross Reference of Architecture PHPBB3

Popularity: 13% [?]

Recover your mail client password

By on October 18, 2009

Mail Passview is a small password recovery tool that help you to recover your passwords and other account detail for the email clients such as

  • Outlook Express
  • Microsoft Outlook 2000 (POP3 and SMTP Accounts only)
  • Microsoft Outlook 2002/2003/2007 (POP3, IMAP, HTTP and SMTP Accounts)
  • Windows Mail
  • Windows Live Mail
  • IncrediMail
  • Eudora
  • Netscape 6.x/7.x (If the password is not encrypted with master password)
  • Mozilla Thunderbird (If the password is not encrypted with master password)
  • Group Mail Free
  • Yahoo! Mail – If the password is saved in Yahoo! Messenger application.
  • Hotmail/MSN mail – If the password is saved in MSN/Windows/Live Messenger application.
  • Gmail – If the password is saved by Gmail Notifier application, Google Desktop, or by Google Talk.


For each account, Mail Password will display the

  • Acccount Name
  • Application
  • Email
  • Server
  • Server Type (POP3/IMAP/SMTP)
  • User name
  • Password


Again, please bear in mind that if this application is misuse by some body else, this can be the tools to hack your email.


Mail PassView (205)

mailpv Recover your mail client password

Popularity: 6% [?]

google music logo Download and Listen music from Google Music              top100logo Download and Listen music from Google Music


Google Music China now allow the user from China to listen and download the song from Internet for free. Google Music is the join venture product by Google and Top100 (www.top100.cn). Top100 is a company that provide service to Google including all the singer profile, album detail, song, lyrics, and also the music related news.

Google Music now include more then 100,000 music from difference country including China, Hong Kong, Taiwan, Malaysia, Singapore, Euro, Japan, Korea and more. Besides that, Google Music also contacted with more then 140 music producer company including Warner Music Group, Vivendi’s Universal Music, EMI Group, Sony’s Music Entertainment to include their music in the list to allow the user search, listen and download the music from Google.


You may face a problem where can’t get the song from Google Music search, base on the statement from Google Music this is because of the the particular song will under the contract issue, once the contract issue solve, you will get the song at Google Music Search.

Currently this service is only open to the user in China only. But don’t worry, you may still get to listen it by changing the proxy for your browser and try to access the web site again.


Click here to go to Google Music China
Click here to go to Top100.cn

top100cn home page Download and Listen music from Google Music

Top100 music web site hope page

google music homepage Download and Listen music from Google Music

Google Music Home page

listen music with google music player Download and Listen music from Google Music

Google Music Player

artics search result Download and Listen music from Google Music

Song search result page



Popularity: 8% [?]

nod32 150x1501 NOD32 Antivirus free update Username and password

ESET delivers the fastest, most effective antivirus software with spyware and malware protection available to combat viruses, spyware, rootkits, and other internet attacks, keeping your identity and data safe from hackers and thieves.




 

There are 2 type of product in general:

  • ESET NOD32 Antivirus – Antivirus/Antispyware
  • ESET Smart Security – NOD32/Firewall/Antispam

Click here to download ESET NOD32 Antivirus and Smart Security
Click here to get your free ESET NOD32 product update username and password

nodupdate username password NOD32 Antivirus free update Username and password

eset nod32 30 02 NOD32 Antivirus free update Username and password

Popularity: 14% [?]

SEO Powered by Platinum SEO from Techblissonline