Thursday, March 15, 2012

如何破解PPS被隐藏的节目, How to Hack PPS to See Hidden Movie

这个叫做PPS 越权法,是能让大家在PPS观看被隐藏的节目和最新的港台剧场节目。 我最喜欢的香港TVB剧场电视剧原本被隐藏的,用了这个方法就可以看了 ^^

Windows XP : 第一步骤

首先, 先在C:Windows 找这两个FILE NAME (1.ppsarea.ini 2.psnetwork.ini)

第二步骤

找到之后就打开并更改里面的内容,然后点击 save。
1.)打开 ppsarea.ini ,复制以下的内容上去,覆盖旧的内容,然后按 save。
[areainfo]
servertime=1318520564
localtime=1318520576
country=4S4K3ZM3XU
area=4WGY5ZFYTQ
province=42YZ72ELR4
city=4WGZPZF2VQ
net=42KZT2ECWLT33EI
ip=352611

第三步骤

save了过后, 在这两个file right click > Properties 请打勾Read-only > Apply > OK

最后重新打开PPS PLAYER, 在这时最新的香港节目就在您眼前!

Windows 7:第一步骤

首先找这两个FILE NAME (1.ppsarea.ini 2.psnetwork.ini) 寻找方法 1 :在RUN那里打开然后输入 %APPDATA% 然后按 Enter

寻找方法 2 :

在C:Users用户名AppDataRoamingPPStream找这两个FILE NAME (1.ppsarea.ini 2.psnetwork.ini)
接下来的第二步骤 & 第三步骤跟着 Windows XP 以上方法去做就可以了。

Thursday, March 8, 2012

Watch Hong Kong Drama with PPStream without region restriction

PPStream has restricted region restriction to access to Hong Kong drama as copyrighted issue, however you may get this issue fix by referring to this article.
1. Trigger Windows Run (Win Key + R).
2. Enter, %appdata%/PPStream.
3. Open the following file with notepad and replace with following line.
ppsarea.ini
?
1
2
3
4
5
6
7
8
9
[areainfo]
servertime=1318520564
localtime=1318520576
country=4S4K3ZM3XU
area=4WGY5ZFYTQ
province=42YZ72ELR4
city=4WGZPZF2VQ
net=42KZT2ECWLT33EI
ip=3526115369
psnetwork.ini
?
1
2
3
4
5
6
7
8
9
[areainfo]
ret_code=200
last_tick=1051906
country=4S4K3ZM3XU
area=4WGY5ZFYTQ
province=42YZ72ELR4
city=4WGZPZF2VQ
net=42KZT2ECWLT33EI
ip=692071634ut=1318520576
4. Open Windows Run and run the following command,
?
1
2
attrib +r %appdata%/PPStream/ppsarea.ini
attrib +r %appdata%/PPStream/psnetwork.ini
5. You have done.

Tuesday, March 6, 2012

Get 50GB Free Storage for Android from Box.net



Box just updated its Android App, and if you get it in the next 30 days, you'll get 50GB of cloud storage for free. Forever. That's totally great and you should get it right now.
The forever part is crucial here, since it's not some gimmick offer that'll turn into a lemon after a few months of use. The space is yours to keep. Plus the file size limit gets a bump to 100MB, up from 25MB, if you get the app before March 23, 11:59PM.
Box ran a similar offer for iOS last year when the iPhone 4S came out, and it's still one of the best and craziest values out there if you got in before the offer shut down. [Box.net via MaximumPC]

Monday, December 19, 2011

How To Move Wordpress Website From Localhost To The Destination Server


A good guide on Posting your offline local test Wordpress site to your online web server. Thank Revolution Media for this great info. It work for me, and I think it will for you too. The original post is here


Did you ever experienced hard times trying to get your hand crafted Wordpress website transferred from your local test environment to the destination server? Did you spend countless hours trying to make things work? If you can answer yes to these questions then this article is for you. I’ll explain in plain English how to make a smooth transition from you localhost to the destination server.
Before we begin, I need to make some assumptions:
  • You have your website working perfectly on your local machine.
  • Local environment is either a PC or Mac on which you run a web server with PHP and a MySQL database and you have access to phpMyAdmin.
  • Destination server runs Apache or IIS, you have FTP details, access to phpMyAdmin, database server name, database name, database user name & password.
  • Other configurations may work as well.
  • It doesn’t matter which version of Wordpress you are using.
Also, a quick “executive summary” of all the steps below:
  1. Export your local Wordpress database to a text file.
  2. Search and replace http://localhost/yoursite with http://www.yoursite.com
  3. Create a database on your destination server and import your database.
  4. Copy all files from your local machine to destination server and amend wp-config.php file with new database details.
  5. If necessary change file and folders permissions so Wordpress will be able to use them.

Step 1 – Export Local Database To Text File

Open up your browser and access phpMyAdmin and select your website database from the drop down box on the left. This may look like this:
step1a
Step 1a (click to enlarge)
Go to Export section (click on the Export tab at the top). Depend on your version of the phpMyAdmin this section may look bit different but the functionality will be the same.
Click ‘Select All’ in the Export form. All tables should be selected now. Leave other options as they are. Navigate to the bottom and tick ‘Save as file’ checkbox. Click ‘Go’.
Step 1b (click to enlarge)
Step 1b (click to enlarge)
step1c
Step 1c (click to enlarge)
File save dialog will appear. Click OK and save that SQL file on your computer. Step 1 completed. Get yourself a coffee.
Step 1d (click to enlarge)
Step 1d (click to enlarge)

Step 2 – Search & Replace

Now, we have to change your database export file and find & replace all URLs that contain http://localhost/yoursite with http://www.yoursite.com
I’m using Dreamweaver but you can use any text editor to do the same.
Step 2a (click to enlarge)
Step 2a (click to enlarge)
We have to change another line as well. Find line C:\\Program Files\\xampp\\htdocs\\yoursite/wp-content/uploads and strip it down to /wp-content/uploads and finally save your SQL file.
Step 2b (click to enlarge)
Step 2b (click to enlarge)

Step 3 – Import Information Into Destination Server Database

On your destination server you have to create database for your WP installation. It may look like this screen below (assuming you’ll be using phpMyAdmin) However in most cases you’ll have to log onto your server administration panel and create database, user and password from there. It varies from provider to provider so please refer to your hosting provider help section.
Step 3a (click to enlarge)
Step 3a (click to enlarge)
Now as you have your database created you should populate it with your data. Click on the Import tab at the top of the page. Click on Browse in the ‘File to import’ section and select your amended SQL file. Click Go to proceed.
Step 3b (click to enlarge)
Step 3b (click to enlarge)
If everything went well you should see table names on the left hand side and a message saying something similar to this: ‘Import has been successfully finished, 162 queries executed.’ You’re done and deserve another coffee.
Step 3c (click to enlarge)
Step 3c (click to enlarge)

Step 4 – Upload Wordpress Files

In this step you should use your favourite FTP client to upload all files to your destination server. If you created a brand new website than you can upload everything including index.php file. If you upgrading an existing website then you have to make sure that it will work until you launch your WP website. DON’T DELETE ANY FILES that belongs to your existing website. Make sure your Wordpress website works first, then you’re safe to delete the old files.
To make your website work you should update wp-config.php file with your database details: database name, database server address, database user and password. Once done, you should be able to see your new website at http://www.yoursite.com/
Now, you have to test if you can login to the administration panel. So type in http://www.yoursite.com/wp-admin/ to find out. If you can see WP admin login screen you’re half way there. Type in your login details and login. If you’re successfull you should see WP Dashboard.
That’s it. You’re done.

Step 5 – Fine Tuning your Wordpress website

Few other thing you should take care of:
  • Make sure that you can upload any new images or documents. If you can’t it means that you have to change files/folders permissions and give Wordpress read/write right for necessary folders.
  • Check if your permalink structure works. Amend if necessary.
  • Make sure you’re running the latest version of Wordpress and upgrade automatically to the newest one where possible.
  • Check if you have installed latest versions of any plugins that you’re using. Be careful though! Some plugins require PHP5 to work properly or require additional libraries to be enabled. Check this prior to any upgrades.

Friday, December 16, 2011

Install Microsoft (UAA) High Definition Audio class on Windows XP SP3




How to install  kb888111 in Windows XP SP3, 
If you have a sound problem after Windows XP (SP2 and SP3) installed on their laptop...
this post (Laptop Sound Problem - How to Solve it) will solve sound problem on Windows XP SP2, on step 3, you need to install kb888111, but this message will appear when you try to install it on Windows XP SP3 :

KB888111WXPSP2 Setup Error Setup has detected that the Service Pack version of this system is newer than the update you are applying. There is no need to install this update.




Follow this guide to install Microsoft (UAA) High Definition Audio class (kb888111) on Windows XP SP3 :

step 1:
Click Start > Run... > type regedit > click OK 



step 2:
Locate
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Windows 
then double click on CSDVersion


step 3:
Change CSDVersion value data from 300 to 200 then click OK




step 4:
You can close regedit window then please restart your laptop...
done.. now you can install KB888111 on yur Windows XP SP3
blogger-emoticon.blogspot.com







Microsoft (UAA) High Definition Audio class (KB888111) setup window on XP SP3




original post is here 

Saturday, December 10, 2011

Laptop Sound problem for Windows XP SP2

 laptop sound after install Windows XP SP2....
for everyone please try this :

step 1 :
Please uninstall any audio drivers and Microsoft UAA (kb888111) - if it's installed....

step 2:
this will open device manager
Click Start > Run... > type devmgmt.msc > press Enter
On Device Manager, please uninstall (right click > select Uninstall) a PCI device marked as unknown (e.g. with a '!' or maybe Yellow question mark)
then Restart your laptop.

step 3:
After your laptop restarted,
Windows will ask you to install automatically the drivers for Microsoft UAA Bus.
Cancel it and install this kb888111 - Universal Audio Architecture (UAA) High Definition Audio (Download for XP SP2)
Restart your laptop



step 4:
After laptop restart
windows will once more ask you to install automatically the drivers for Microsoft UAA Bus.
let windows install it automatically....
then please install the sound driver (e.g. Realtek Sound Driver)


Original Post is here

Wednesday, November 23, 2011

Customizing Fan and Business Pages on Facebook


Tips on customizing your fan and business pages on facebook, original link is here

Table of contents
  • 1. Discovering Facebook Pages
  • 2. Creating a Username and Adding Photos
  • 3. Apps to Add Custom Content
  • 4. Apps to Add Social Features
  • 5. Create Custom Tabs with iFrame Apps
  • 6. Create Custom Tabs from Scratch
  • 7. There’s More Ways to Customize

1. Discovering Facebook Pages

You probably have a Facebook profile, but does your band, business or client have a Facebook Page? Pages are a great way to connect with fans and consumers, and we're going to show you how to customize and maximize your FB Page.
Zoom
Social networking king Facebook is one of the most visited websites in the world. It has over 500 million active users with 50% logging in daily, and users spend over 700 billion minutes per month using the service. While you and most of your friends and family have a Facebook profile, Facebook Pages - whether for a business, organization, band, group, cause, or celebrity – are something entirely different. Pages can help in marketing and awareness, as well as customer and fan communication.
Your Facebook Page can serve as a website where you can display your business or organization details and keep customers or fans up-to-date with happenings, new products, and other news. When Facebook users “Like” your Page, they’ll see your posts in their News Feed, plus their friends will be notified in their News Feed that you “Like” a specific Page. Given that the average user has 130 friends, the potential exposure and buzz is something to be desired, for sure.
Zoom

Emax Search Engine

Custom Search