Create your own new Wapka Website Design ▶ Episode-15◀
Create your own new Wapka Website Design ▶ Episode-15◀
আমাদের আরো কিছু কাজ
বাকি আছে সেগুলো "Services" পেইজ।
চলুন শুরু করি ।
প্রথমে নিচের মত করে যান।
তারপর এই পেইজ অনেকগুলো পেইজ দেখতে পাবেন।
নামগুলো হল :-
» Calculate your Life Time
» Stylish Text Converter
» Prov File Maker
» FB Post Via Different Devices
» Nokia Secret code
» Online Dictionary
» Write Bangla Like Avro
এখন নিচের কোড গুলো উপরের পেইজ অনুযায়ী বসান।
Calculate your Life Time
<div class="brdr"><div class="bit">..Calculate your Life Duration..</div><div align="center"><div><div align="center"><br/><b><form name="birthday"><input type="hidden" name="PHPSESSID" value="35f43adcee72bd6096afa2e78a8dfb1a" /><input type="hidden" name="PHPSESSID" value="cde28ff4c5d65ca9912ac7a3910b530e" /><input type="hidden" name="PHPSESSID" value="a8e21ed9368cf47793a99c1e24e57a55" /><table><tr><td>Date:<br/><select name="day" size="1"><script language=javascript>for(var j=1;j<32;j++) document.write("<option value="+j+">"+j+"</option>");</script></select></td><td>Month:<br/><select name="month" size="1"><script language=javascript>for(var i=1;i<13;i++) document.write("<option value="+i+">"+i+"</option>");</script></select></td><td>Year:<br/><select name="year" size="1"><script language=javascript>for(var k=1930;k<2012;k++) document.write("<option value="+k+">"+k+"</option>");</script></select></td></tr></table><br/><input name="start" onclick="calage()" value="CALCULATE" type="button"/><div class="Comments">You have been living for<br/><input name="age" size="15" value="Result"/></div><div class="Comments">In Months:<br/><input name="months" size="17"/></div><div class="Comments">In Days:<br/><input name="daa" size="17"/></div><div class="Comments">In Hours:<br/><input name="hours" size="15"/></div><div class="Comments">In Minutes:<br/><input name="min" size="15"/></div><div class="Comments">Your Next Birthday:<br/><input name="nbday" size="15"/></div></form></b></div></div> <div><script language="javascript">var startyear = "1950"; var endyear = "2010"; var dat = new Date(); var curday = dat.getDate(); var curmon = dat.getMonth()+1; var curyear = dat.getFullYear(); function checkleapyear(datea) { if(datea.getYear()%4 == 0) { if(datea.getYear()% 10 != 0) { return true; } else { if(datea.getYear()% 400 == 0) return true; else return false; } } return false; } function DaysInMonth(Y, M) { with (new Date(Y, M, 1, 12)) { setDate(0); return getDate(); } } function datediff(date1, date2) { var y1 = date1.getFullYear(), m1 = date1.getMonth(), d1 = date1.getDate(), y2 = date2.getFullYear(), m2 = date2.getMonth(), d2 = date2.getDate(); if (d1< d2) { m1--; d1 += DaysInMonth(y2, m2); } if (m1 < m2) { y1--; m1 += 12; } return [y1 - y2, m1 - m2, d1 -d2]; } function calage() { var calday = document.birthday.day.options [document.birthday.day.selectedIndex].value; var calmon = document.birthday.month.options [document.birthday.month.selectedIndex].value; var calyear = document.birthday.year.options [document.birthday.year.selectedIndex].value; if(curday == "" || curmon=="" || curyear=="" || calday=="" || calmon=="" || calyear=="") { alert("please fill all the values and click go -"); } else { var curd = new Date(curyear,curmon-1,curday); var cald = new Date(calyear,calmon-1,calday); var diff = Date.UTC (curyear,curmon,curday,0,0,0) - Date.UTC (calyear,calmon,calday,0,0,0); var dife =datediff(curd,cald); document.birthday.age.value=dife [0]+" years, "+dife[1]+" months, and "+dife[2]+" days"; var monleft = (dife[0]*12)+dife[1]; var secleft = diff/1000/60; var hrsleft = secleft/60; var daysleft = hrsleft/24; document.birthday.months.value=monleft+" Month since your birth"; document.birthday.daa.value=daysleft+" days since your birth"; document.birthday.hours.value=hrsleft+" hours since your birth"; document.birthday.min.value=secleft+" minutes since your birth"; var as = parseInt(calyear)+dife [0]+1; var diff = Date.UTC (as,calmon,calday,0,0,0) -Date.UTC (curyear,curmon,curday,0,0,0); var datee = diff/1000/60/60/24; document.birthday.nbday.value=datee+" days left for your next birthday"; } } </script></div></div></div>
Stylish Text Converter
<div class="clip"><div class="bmenu"><b><br/> Coverter Your Text 12 Styles</b></div><br/><br/><textarea id="a">Type Your Text Here</textarea><button onclick="al()">Convert Text</button><b>Outputs :</b><div class="t1"><div class="gmenu"><textarea id="b1"></textarea></div><div class="gmenu"><textarea id="b3"></textarea></div><div class="gmenu"><textarea id="b4"></textarea></div><div class="gmenu"><textarea id="b6"></textarea></div><div class="gmenu"><textarea id="b7"></textarea></div><div class="gmenu"><textarea id="b8"></textarea></div><div class="gmenu"><textarea id="b9"></textarea></div><div class="gmenu"><textarea id="b10"></textarea></div><div class="gmenu"><textarea id="b2"></textarea></div><div class="gmenu"><textarea id="b11"></textarea></div><div class="gmenu"><textarea id="b12"></textarea></div><div class="gmenu"><textarea id="b5"></textarea></div></div><script type="text/javascript">function araf(x) { var1='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.?!'; p=''; q=''; a=document.getElementById('a').value; n=0; while(n<a.length) { o=0; s=0; while (s!=1) { if(a.charAt(n)!=var1.charAt(o)) {o++; if(o==x.length) { q=a.charAt(n); s=1;}} else { q=x.charAt(o); s=1;} ; } p=p+q; n++; } return p; } function al() { document.getElementById('b1') .value=araf('αв¢đєƒgнιjкĻмησρqяѕтυνωχуzαв¢đєƒgнιjкĻмησρqяѕтυνωχуz.?!'); document.getElementById('b2') .value=araf('αвcdєfghíjklmnσpqrstuvwхчzαвcdєfghíjklmnσpqrstuvwхчz.?!');document.getElementById('b3') .value=araf('ΛBCDΣFGΉIJΚLMПӨPQЯSTЦVЩXΥZΛBCDΣFGΉIJΚLMПӨPQЯSTЦVЩXΥZ๏?!'); document.getElementById('b4') .value=araf('ค๒ς๔єŦﻮђเןкl๓ภ๏קợгรtยฬאץzค๒ς๔єŦﻮђเןкl๓ภ๏ợгรtยשฬ אץz.؟!'); document.getElementById('b5') .value=araf('aвcdeғgнιjĸlмnopqrѕтυvwхyzaвcdeғgнιjĸlмnopqrѕтυvwхyz.?!'); document.getElementById('b6') .value=araf('ábćdéfghíjklmńőpqŕśtúvwxýźábćdéfghíjklmńőpqŕśtúvwxýź.?!'); document.getElementById('b7') .value=araf('äbćdëfghïjklmnöpqrstüvwxÿżäbćdëfghïjklmnöpqrstüvwxÿż.?!'); document.getElementById('b8') .value=araf('ΑΒςδΕΓGΗΙjΚζΜΝΟΡΦRSΤυVΧγΖΑΒςδΕΓGΗΙjΚζΜΝΟΡΦRSΤυVΧγΖ.؟!'); document.getElementById('b9') .value=araf('ÁßČĎEŦĞHĨJĶĹМŃŐРQŔŚŤÚVWЖYŹÁßČĎEŦĞHĨJĶĹМŃŐРQŔŚŤÚVWЖYŹ.؟!'); document.getElementById('b10') .value=araf('ΑΒςδΕΓGΗΙjΚζΜΝΟΡΦRSΤυVΧγΖΑΒςδΕΓGΗΙjΚζΜΝΟΡΦRSΤυVΧγΖ˙¿¡'); document.getElementById('b11') .value=araf('ム乃cd乇キgんノフズレᄊ刀oアq尺丂 イu√wメリ乙ム乃cd乇キgんノフズレᄊ刀oアq尺丂 イu√wメリ乙.?!'); document.getElementById('b12') .value=araf ('48CD3E9H1JKLMN0PQR57UVWXY248CD3E9H1JKLMN0PQR57UVWXY2.?!'); }</script></div>
Prov File Maker
<div class="brdr"><div class="kimenu">Make a Prov File for Your Mobile</div><div class="wcode"><b>Code:</b><hr style="margin-top: 5px; margin-bottom: 5px;"/><form action="http://xmlprov.com/apc/" method="post"><input type="hidden" name="val[prov_name]" class="input" value="JavaCollection"/><br/>Access Point Name:<br/> <input type="text" name="val[prov_access_apn]" class="input" value="gpinternet"/><br/>Proxy :<br/> <input type="text" name="val[prov_access_ip]" class="input" value=""/><br/>Port:<br/><input type="text" name="val[prov_access_port]" class="input" value="80"/><br/>Username:<br/><input type="text" name="val[prov_username]" class="input" value=""/><br/>Password:<br/><input type="text" name="val[prov_password]" class="input" value=""/><br/><input type="submit" name="action[generate_apc]" class="submit" value="Create Prov"/></form></div></div>
FB Post Via Different Devices
<div class="brdr"><div class="Ash"> <b>Facebook Post Via (Working)</b></div><a href="http://m.facebook.com/dialog/feed?app_id=139163326199678&redirect_uri=https%3A%2F%2Fwww.facebook.com&to"><div class="it"><img src="http://f17.wapkafiles.com/download/7/9/7/2612225_797a2cbbacc8d25e7c5a88fa.gif/486e03717db834376610/1.gif"/> Post Via Love</div></a><a href="http://m.facebook.com/dialog/feed?app_id=197938993630946&redirect_uri=https%3A%2F%2Fwww.facebook.com&to"><div class="it"><img src="http://f17.wapkafiles.com/download/7/9/7/2612225_797a2cbbacc8d25e7c5a88fa.gif/486e03717db834376610/1.gif"/> Post Via I Love U</div></a><a href="http://m.facebook.com/dialog/feed?app_id=266315686756783&redirect_uri=https%3A%2F%2Fwww.facebook.com&to"><div class="it"><img src="http://f17.wapkafiles.com/download/7/9/7/2612225_797a2cbbacc8d25e7c5a88fa.gif/486e03717db834376610/1.gif"/> Post Via Samsung Galaxy Tab</div></a><a href="http://m.facebook.com/dialog/feed?_path=feed&app_id=434618839942344&redirect_uri=https%3A%2F%2Fwww.facebook.com"><div class="it"><img src="http://f17.wapkafiles.com/download/7/9/7/2612225_797a2cbbacc8d25e7c5a88fa.gif/486e03717db834376610/1.gif"/> Post Via Lumia510</div></a><a href="http://m.facebook.com/dialog/feed?_path=feed&app_id=332212146880268&redirect_uri=https%3A%2F%2Fwww.facebook.com"><div class="tunes"><img src="http://f17.wapkafiles.com/download/7/9/7/2612225_797a2cbbacc8d25e7c5a88fa.gif/486e03717db834376610/1.gif"/> Post Via Google</div></a><a href="http://m.facebook.com/dialog/feed?_path=feed&app_id=e9bb60e84041c1d9af040571984facaa&redirect_uri=https%3A%2F%2Fwww.facebook.com&display=touch&to&from_login=1&m_sess=1dKlqw-dgO4-smF"><div class="it"><img src="http://f17.wapkafiles.com/download/7/9/7/2612225_797a2cbbacc8d25e7c5a88fa.gif/486e03717db834376610/1.gif"/> Post Via Camera</div></a><a href="http://m.facebook.com/dialog/feed?_path=feed&app_id=309386465824881&redirect_uri=https%3A%2F%2Fwww.facebook.com"><div class="it"><img src="http://f17.wapkafiles.com/download/7/9/7/2612225_797a2cbbacc8d25e7c5a88fa.gif/486e03717db834376610/1.gif"/> Post Via Lumia920</div></a><a href="http://m.facebook.com/dialog/feed?_path=feed&app_id=4453b5fe74be7678e9c29f14dbd2475c&redirect_uri=https%3A%2F%2Fwww.facebook.com&display=touch&to&from_login=1&m_sess=1dKlqw-dgO4-smF&_rdr"><div class="it"><img src="http://f17.wapkafiles.com/download/7/9/7/2612225_797a2cbbacc8d25e7c5a88fa.gif/486e03717db834376610/1.gif"/> Post Via Calculator</div></a><a href="http://m.facebook.com/dialog/feed?_path=feed&app_id=f300d24aa8650589a04fdf4f3e21beee&redirect_uri=https%3A%2F%2Fwww.facebook.com&display=touch&to&from_login=1&m_sess=1dKlqw-dgO4-smF"><div class="tunes"><img src="http://f17.wapkafiles.com/download/7/9/7/2612225_797a2cbbacc8d25e7c5a88fa.gif/486e03717db834376610/1.gif"/> Post Via iPad</div></a><a href="http://m.facebook.com/dialog/feed?_path=feed&app_id=166134373479622&redirect_uri=https%3A%2F%2Fwww.facebook.com&display=touch&to&from_login=1&m_sess=1dKlqw-dgO4-smF"><div class="it"><img src="http://f17.wapkafiles.com/download/7/9/7/2612225_797a2cbbacc8d25e7c5a88fa.gif/486e03717db834376610/1.gif"/> Post Via Premium Account</div></a><a href="http://m.facebook.com/dialog/feed?_path=feed&app_id=03e39154f4014a411598c4013f3aedc3&redirect_uri=https%3A%2F%2Fwww.facebook.com&display=touch&to&from_login=1&m_sess=1dKlqw-dgO4-smF"><div class="it"><img src="http://f17.wapkafiles.com/download/7/9/7/2612225_797a2cbbacc8d25e7c5a88fa.gif/486e03717db834376610/1.gif"/> Post Via iPhone 3Gs</div></a></div>
Nokia Secret code
<div class="omenu">Nokia Secret code</div><div class="brdr">Nokia Secret Codes On the main screen type *#06# <br/><br/>for checking the IMEI (International Mobile Equipment Identity). <br/>*#7780# reset to factory settings. <br/>*#67705646# This will clear the LCD display(operator logo). <br/>*#0000# To view software version. <br/>*#2820# Bluetooth device address. <br/>*#746025625# Sim clock allowed status. <br/>*#62209526# - Display the MAC address of the WLAN adapter. This is available only in the newer devices that supports WLAN like N80 #pw<br/><br/>+1234567890+1# Shows if sim have restrictions. <br/>*#92702689# - takes you to a secret menu where you may find some of the information below<br/> <br/>1. Displays Serial Number. <br/>2. Displays the Month and Year of Manufacture <br/>3. Displays (if there) the date where the phone was purchased (MMYY) <br/>4. Displays the date of the last repair - if found (0000) <br/>5. Shows life timer of phone (time passes since last start) <br/><br/>*#3370# - Enhanced Full Rate Codec (EFR) activation. Increase signal strength, better signal reception. It also help if u want to use GPRS and the service is not responding or too slow. Phone battery will drain faster though. <br/><br/>*#3370* - (EFR) deactivation. Phone will automatically restart. Increase battery life by 30% because phone receives less signal from network. <br/><br/>*#4720# - Half Rate Codec activation. <br/><br/>*#4720* - Half Rate Codec deactivation. The phone will automatically restart If you forgot wallet code for Nokia S60 phone, use this code reset: <br/>*#7370925538# Note, your data in the wallet will be erased. Phone will ask you the lock code. Default lock code is<br/> <br/>12345 Press <br/>*#3925538# to delete the contents and code of wallet. <br/><br/>*#7328748263373738# resets security code. Default security code is 12345 Unlock service provider: Insert sim, turn phone on and press vol up(arrow keys) for 3 seconds, should say pin code. <br/>Press C,then press * message should flash, press * again and 04*pin*pin*pin# Change closed caller group <br/>(settings =security settings=user groups) to 00000 and ure phone will sound the message tone when you are near a radar speed trap. Setting it to 500 will cause your phone 2 set off security alarms at shop exits, gr8 for practical jokes! (works with some of the Nokia phones.) <br/>Press and hold "0" on the main screen to open wap browser<br/></div>
Online Dictionary
<div class="brdr"><div class="phdr">Online Dictionary</div><div class="notif"><center><font color="#9999ff"><b>- DICTIONARY :-</b></font><br/><br/><font color="red"><b>Type the word</b></font><form action="http://m.reference.com/d/search.html"><input type="text" name="q" id="q" maxlength="100" value=""/> <input type="submit" id="go" value="Search" style="border-color:#000000;"/></form><br/><font color="green"><b>ONLINE THESAURUS</b></font><br/><br/><font color="pink"><b>Type the word</b></font><br/><br/><form action="http://m.reference.com/t/search.html"><input type="text" name="q" id="q" maxlength="100" value="" style="border-color:#000000;"/><input type="submit" id="go" value="Search" style="border-color:#000000;"/></form></center></div></div>
No comments
আপনার মুল্যবান মন্তব্য এখানে লিখতে পারেন। ধন্যবাদ।