Maybe it's late, but it's better than not posting it at all. He  he he.
I've finished creating new DepositFiles.com premium link generator, here's the link:
http://www.megavideodownloader.com/dfindex.php
Like my previous premium link generator, it has not file size limitation, link will always be valid as long as the original link is valid, however, it's limited to only 2 links per IP. Also, it use different traffic route than other premium link generator. I must keep the bandwidth under the radar.

I've modified my Uploading.com premium link generator, got report that the generator is not working properly. I also had a plan to modify the code further so it will work a lot faster. That's it the news from me.

Read rest of these entry>>>

Problem: I want to close my Hotmail/Windows Live Accounts quickly!

Solution:
  • Login to your Hotmail/Windows Live Account
  • access Windows Live Account Overview here: https://account.live.com/
  • click "Close account" link, see screen-shot below:

  • Fill your Hotmail/Windows Live password in the form given, click "Yes". That's it all!

Read rest of these entry>>>

I'm so excited with my achievement so I'll post this on my blog. (I've posted this on DP forum... so.. it's a re-post).

At first I'm very doubtful that I can do it because I'm not having SEO experience. I'm trying to prove that a new site can be indexed by Google within less than 24 hours. So I give it a try on my new fun project based on mp32tube.com idea. I have more doubt since my new site isn't blog which gave me less option to promote it (no ping, no fave).

Here's the new site:
http://www.mp32u.net

Registration time: 2010-01-19 14:19:23

check here: http://whois.domaintools.com/mp32u.net

Google's indexed time: 20 Jan 2010 07:11:16 GMT

check here: http://www.google.com/search?q=cache%3Awww.mp32u.net

so, roughly my site is indexed within 16 hours and 52 seconds. Not bad for SEO noob like me..

Method used:
  1. submit to social bookmarking site: 1 digg, 1 delicious, 1 propeller, 1 stumbleupon
  2. post one status/shout (with link) to my social networking account: twitter,
    facebook, friendster, plurk and myspace
  3. put link on my two site: here and here
  4. post 2 new thread on DP ("adsense review/placement" sub-forum and "PHP programming" sub-forum)
  5. add the site to my Google Webmaster tool account and submit one sitemap

Voila! and the site is indexed in less than 24 hours!

Now the problem is : how to get traffic since this site is "unusual"..

Read rest of these entry>>>
Thursday, January 21, 2010

AutoPlay Youtube video with sound muted

Problem: playing Youtube video with autoplay and sound muted
At first, I didn't think it's possible because there's no "mute" option on the embed code. After searching Google, I found that it's possible to do that (I forgot the URL). Here's what you need:
SWFobject javascript library.. download it form here: http://code.google.com/p/swfobject/
After getting that library, here's the code that you need to put:

<script type="text/javascript" src="swfobject/swfobject.js"></script>
<div id="ytapiplayer">
You need Flash player 8+ and JavaScript enabled to view this video.
</div>

<script type="text/javascript">

var params = { allowScriptAccess: "always" };
var atts = { id: "myytplayer" };
swfobject.embedSWF("http://www.youtube.com/v/oEu4adbAcYk&autoplay=1&hl&enablejsapi=1&playerapiid=ytplayer",
"ytapiplayer", "425", "356", "8", null, null, params, atts);

function onYouTubePlayerReady(playerId) {
ytplayer = document.getElementById("myytplayer");
ytplayer.mute();
}

</script>


"ytapiplayer" is your <div> name that will be replaced with Youtube embed code.
"myytplayer" is your Youtube video player name.
http://www.youtube.com/v/e3u6FD019_M&autoplay=1 is your Youtube video (play) URL.

Now your Youtube video will be autoplayed and the sound is muted

Read rest of these entry>>>

Did you know CPALead and what it does? Read it!
Some of you maybe already facing and familiar with site that guarded by CPALead gateway. I admit that their gateway is good. I even use it on my MegaVideo Downloader.
Sometimes I myself is pissed off with site that using CPALead.com and trying my best to bypass it. There's some method (that still work) to bypass the CPALead survey from editing the source method (which I will show you in this post), using 'TAB' key method (which work on http://rslinkgens.info/index.php), DNS blacklisting (using firewall or DNS to block CPALead address -- I haven't try it yet) and the advanced one which use custom scraper coding (this method works on my MegaVideo Downloader).
I'll show you how "source editing" method. I'll use this site as an example (got this address from signature of one of DigitalPoint member).
  • Open Opera 10.50 pre-alpha (you may try on Opera 10.10 stable)
  • Go open that URL.
  • You will be prompted with CPLead survey in order to download the ebook (yes, the ebook is free, but you have to do survey to download it). See screen-shot below:

  • Press Ctrl+U (View Page Source), Opera will open another tab with some HTML source code on it. As you can see, the site owner is smart enough to use JavaScript to write content so you can't easily get the ebook download link. See screen-shot:

  • Now, remove the highlighted codes. (Yes, you can edit the page source on Opera). Here's the CPALead gateway code that you need to remove:


<script type="text/javascript">var isloaded=false;</script>
<script type="text/javascript" src="http://www.cpalead.com/mygateway.php?pub=16624&gateid=MjM5MjU%3D"></script>
<script type="text/javascript">if(!isloaded){window.location='http://cpalead.com/adblock.php?pub=16624';}</script>
<noscript><meta http-equiv="refresh" content="0;url=http://cpalead.com/nojava.php?pub=16624" /></noscript>

  • After removing it, click "Apply Changes" button. See screen-shot:

  • Now, back to the site original tab.. CPALead survey window will disappear. Now you can download the ebook without doing any survey.


That's one of the method that still work on site that blocked by CPALead gateway. Some sites need other method to bypass the survey.. so.. be creative!.

PS: here's another TV show site that can be bypassed by this method: http://smallvillefree.com/

Read rest of these entry>>>

To keep your privacy when browsing to the internet, cleaning up browser's "standard" cookie is not enough. What I mean with "standard" cookie is cookie that can be clear-up using browser's clear private data functionality.
Other than standard cookie, there's also flash cookie that can track your browser activity. You need to clean it up to help keeping your privacy.
You can clean your Flash cookie by visiting this link: http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager07.html
It will show you what flash cookie that stored by your browser.
I don't know if "Incognito-browsing" and tool like CCleaner completely clean this flash cookie, you'd better re-check it.

Read rest of these entry>>>