Hu!!. Got one interesting project. Today i seated before my computer around 6 PM and still working. Because I have to complete one exciting project
…. I like to play with this sort of things… I think my project will really interesting to every people……
Monthly Archives: May 2005
Started new exciting project
Posted in Other
How to add Google Ads. In your Word Press Blog??
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.
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>
Posted in Other
Wondering with TeleTalk Web site ……!!!!
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:
- Does not support FireFox after # 3 steps
- 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.
Posted in Web Security
How to configure existing DocumentRoot for Apache2Tried?
Recently I faced a problem when I have installed Apache2Tried (http://www.apache2triad.net/) package. I want to use my existing Apache 1.3’s ‘htdocs’ directory instead of Apache2Tried’s Apache2 “htdocs” directory.
I followed the following steps to resolve my problem:
STEP 1
Open “D:\apache2triad\conf\httpd.conf” using notepad or Wordpad
STEP 2
Open Edit > Find
STEP 4
And search “DocumentRoot”
STEP 5
Change
DocumentRoot “path/to/your/php/tried/htdocs”
To
DocumentRoot “path/to/your/old/htdocs”
STEP 6
Add these lines:
Options Indexes FollowSymLinks +Includes ExecCGI
AllowOverride All
Order allow,deny
Allow from all
STEP 7
Now configure Apache2Tried Administration panel
Alias /apache2triadcp “path/to/apache2tried/htdocs/apache2triadcp”
Options Indexes FollowSymLinks +Includes ExecCGI
AllowOverride All
Order allow,deny
Allow from all
Now you can use your OLD htdocs directory and Apache2Tried administration panel as well.
Posted in Introduction
Welcome to ……. (null)
I am null(Java, php), nil(ruby), undefined(flash AS) programmer. Usually I like to share my knowledge with other people. May be he is technical guy or may be he is my competitor. I want to do something for my nation for my country. I pass my whole day before Computer.
Once I wanted to be the best Taekwondo Player. But now I want to be the best programmer.
I tried many times to maintain Web logs but could not manage me. http://blog.we4tech.com u will get an application there I did it in a night for my blogging purpose.
Thank you to read my first blog.
Posted in Introduction





Recent Comments