hasan's blog (বল্গ)

work for fun!!!

Archive for May 8th, 2005

How to add Google Ads. In your Word Press Blog??

with 2 comments

Follow these steps:

1. Log on your blog administration panel
2. Click on manage link
3. Click on files
4. Select Main Template
5. And place your google Ads. Code in your desired place.
6. You may want to place in Navigation panel or Body u can do it.

Note: You template file “wp-content/themes/your-theme/index.php”
must be writable

Example: Google Ad. Sense Code:

<script type=”text/javascript”>
google_ad_client = “pub-1021446156033695″;
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = “468x60_as”;
google_ad_channel =”";
google_color_border = “B0E0E6″;
google_color_bg = “FFFFFF”;
google_color_link = “000000″;
google_color_url = “336699″;
google_color_text = “333333″;
</script>

<script type=”text/javascript”
src=”http://pagead2.googlesyndication.com/pagead/show_ads.js”>
</script>

Written by nhm tanveer hossain khan

May 8, 2005 at 10:40 am

Posted in Other

Wondering with TeleTalk Web site ……!!!!

with 5 comments

Today morning my father call me to complete the TeleTalk (http://gold.teletalk.com.bd, http://silver.teletalk.com.bd ) registration form, Because he filled all fields successfully but the last field where image verification required My father could not fill it up because the verification image was not appearing. And he tried a lot of times but failed and felt so bore… :(  And told me to finish the rest of the task of form. When I could understand this, I just open the HTML source from view source. And search around “hidden” I got the random verification ID without encryption  LOL……
And took the Verf. ID from that hidden field and filled the rest of the fields.

And now my father got “Congratulations……”

<input type='hidden' name='hidCheckDigit' value='z1381H'>

Some problem I got in TeleTalk:

  1. Does not support FireFox after # 3 steps
  2. Image Verification is not secure (Should md5 encrypted)…..

I did not get more time to check other faults…..

But it’s really a good approach in Bangladesh. I really appreciate it.

Written by nhm tanveer hossain khan

May 8, 2005 at 8:47 am

Posted in Web Security