INDEX ADBRITE
MAKE YOUR WINDOWS XP GENIUNE
Posted by anonymous in xp tips and tricks on Tuesday, September 14, 2010
2. But if it does not then do try this, launch Windows Task Manager.
3. Locate the process “wgatray.exe” and end it.
4. Log in into the Safe Mode and delete the file WgaTray.exe from c:\Windows\System32
5. Also delete the WgaTray.exe from c:\Windows\System32\dllcache
6. Type regedit in Run to open Registry Editor, navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify key.
7. Delete the folder WgaLogon and all of its contents.
8. Restart the PC normally.
GOOD BYE WINDOWS XP ERROR REPORTING
Posted by anonymous in windows tips on Wednesday, September 1, 2010
1. Open Control Panel.
2. Click on Performance and Maintenance.
3. Click on System.
4. Then click on the Advanced tab.
5. Click on the error reporting button on the bottom of the windows.
6. Select Disable error reporting.
7. Click OK.
EXTRACT LINK AND NAME FROM HTML USING PHP CODE SNIPPET
Posted by anonymous in PHP CODE SNIPPET on Tuesday, August 31, 2010
here is a simple php code snippet to do the job.
it simply extract the link and name and save it into array.
here is the code...
<?php
function extract_linkdata($htmllink){
$data=array();
//array for storing url and name
$var=array();
array_push($var,$htmllink);
//ALGORITHM FOR EXTRACTING LINK
$link_start=stripos($var[0],'"')+1;$one=substr($var[0],$link_start);
$link_end=stripos($one,'"');
$extracted_link=substr($one,0,$link_end);
$data[url]=$extracted_link;
//ALGORITHM FOR EXTRACTING NAME
$name_start=stripos($var[0],'>')+1;
$one=substr($var[0],$name_start);
$name_end=stripos($one,'<');
$extracted_name=substr($one,0,$name_end);
//saving the name into array
$data[title]=$extracted_name;
return $data;
}
?>
how to use the function:
<?php
$link_and_name=extract_linkdata('<a href="www.iloveutech.blogspot.com">iLOVEuTECH</a>');//use any html link as parameter
//now access the link by this way or do anything with the link
echo $link_and_name[url];
//access the link name
echo $link_and_name[title];
?>
pys60 python sis support for symbian mobile s60v2 fp3
Posted by anonymous in pys60v2 software on Monday, August 9, 2010
All the files for symbian s60v2 fp3 mobile phone such as NOKIA N70-1.
English to bangla dictionary for mobile
Posted by anonymous in educational mobile soft on Sunday, August 8, 2010
Installation:
Browse http://weaverspark.com/java/mobile/dictionary/download.php from your mobile. This will start the installation of the application.
Supported Platform:
This application should run on any mobile that supports CLDC 1.1 and MIDP 2.0. This application is tested on Nokia 3110c and Nokia 6300.
Features:
1. This application can be configured to run both online and offline. Default configuration is to access necessary raw data online.
2. GRE Word Filtering can be enabled to view words that appear on Barron’s GRE Word book. This will be helpful to those who are preparing for GRE and want to know the meaning of words that starts with ‘a’, for example.
3.19000+ words
To access the dictionary offline:
Default configuration need internet connection when you want to find meaning for any word. To be able to find meaning when you are offline (not connected to internet) all files or raw data that are used should be downloaded from the URL ‘http://weaverspark.com/downloads/java/mobile/dictionary/BanglaDictionary.zip‘ to the memory card of your mobile. All the directory contents from ‘A’ to ‘Z’ should be downloaded. Let us assume that all the folders are downloaded/copied to the folder ‘dictionary’ of your mobile’s memory card. Now start the application and go to ‘Settings’ window for this application and change the value in ‘Raw Data URL‘ field that locates to the dictionary folder of your memory card. In most cases mobile’s memory card is assigned the drive letter ‘E’. So in this case our final URL should be ‘file///E:/dictionary/‘. Dont forget to Save these settings. Optionally you can change the attribute of the ‘dictionary’ folder to hidden so that other application of your mobile do not find this folder.
Please click here for more help regarding Raw Data URL value.This application is not signed by any trusted CA. Please let me know if any one can help me in this regard.
I would be thankful to those who give me valuable feedback to improve this application. Thanks in advance to all of you for using my application.
Block websites without using software great tips tricks
Posted by anonymous in Web tips and tricks on Friday, August 6, 2010
Gmail free smtp server pop server start now
Posted by anonymous in Web Developer tricks, Web tips and tricks
If you dont already have an email account with Gmail, you will need to set one up before you start. Leave a comment on this post and I will get an invite to you within a day or so.
joomla hacking tutorial free for all download now
Posted by anonymous in Web Developer tricks
hack personal computer through yahoo messenger
Posted by anonymous in Web tips and tricks
1) Open Command Prompt. Have some one on yahoo messenger send you a file; while the file is sending, in command prompt type -> netstat -an press enter
three Hacks firefox double internet browsing speed
Posted by anonymous in Web tips and tricks, windows tips
false identity generator
Posted by anonymous in Web tips and tricks, windows tips
fake name generator is somewhat up and running. Very very rough draft. But it works!
It generates:
First and last name
Valid city, state, and zip code
Telephone number with area code/prefix that match the generated city
Mother’s maiden name
Birthday
Working on adding in valid full addresses, but that is a lot tougher. There aren’t really any random address generators out there. Well, there are, but they don’t give you a random VALID address, which is important if the website you are using it at validates it using the USPS system.
Check it out: http://www.fakenamegenerator.com/
Some possible uses:
Signing up for paid offers (like affiliate programs that pay for leads) or those annoying free iPod pyramid schemes. If it doesn’t require you to actually get something shipped to you, then a real looking fake name/address from another state can be real useful.
Pseudonym to use as your online identity to avoid companies from seeing your colorful past. If you use an “unused” name, then it will be very easy to search for everything related to yourself using Google.
Load it (or a couple) into a form filler to quickly fill out junk mail forms. Very useful if they want you to refer 5 friends or whatever.
Fake websites to promote your own website. Work at least the city/state into it somewhere and it looks like people from all over the country are raving about your *insert something cool here*. Of course, thats a lot more work than I’d be willing to do. Maybe if I generate an XML API like someone suggested, it could be done automatically… Hmmm…
Sweepstakes site that is used to gather names/emails to sell. Use the fake names/addresses as the people who “win” your sweepstakes.
Umm. Thats it really. Not sure what else you’d use it for. Guess there are a lot of illegitimate uses… Oh well…
UPDATES:
Added street address generation. Doesn’t always validate because it is just using common street names, but better than nothing. Validation coming soon!
Added female/male selection.
Added saved identities.
Added middle initial. Weighted middle initial coming soon!
Added weighted first and last names. This means that “Smith” should appear MUCH MUCH MUCH more often than something like “Abdulmuniem”. Hopefully this gives names that are more usable.
rapidshare free download link only work with dynamic ip change ip
Posted by anonymous in Web tips and tricks, windows tips
1. Click Start->Type Run on your computer
2. Type cmd on the run field. This will open a command prompt window.
3. Type the following commands exactly as you see it in here then press enter key to go to the next line
‘@ ECHO OFF
ipconfig /release
ipconfig /flushdns
ipconfig /setclassid
ipconfig /registerdns
ipconfig /renew
EXIT
4. This will make your computer registered with a new IP address.
5. Go to Rapidshare and try downloading several files to repeat the above procedures every time you download files from Rapidshare
This is a very simple tweak. In order to further simplify it, just copy and paste the above commands to a notepad file so you will just have to open it next time and find no difficulty finding the tweak file.
Hack mig33 saved password using file explorer
Posted by anonymous in mig33 tricks on Friday, July 23, 2010
This hacking tricks works If ur using nokia phones. using X-Plore go to the system folder of c: or e:. When u open the system folder u wil see a sub folder named Midlets.
When u open this folder again u’l see some sub folders ( which are .Jar files installed to ur phone).
In this folders there wil be a file named RMS.DB. Open this file using hex viewer.
Then u’l see at the right of ur screen there wil be some letters.
Nearly at the end of it u’l see the username and pasword of the last person who logged in .
Some useful keyboard shortcuts for newbie windows user
Posted by anonymous in windows tips on Thursday, July 22, 2010
F1->Help
F10->Activate the menu bar; type the underlined letter in a menu title; type the underlined character to choose a menu item
Shift+F10->Open a shortcut window; the same as right- clicking an object
Ctrl+C->Copy
Ctrl+X->Cut
Ctrl+V->Paste
Ctrl+Z->Undo
Ctrl+A->Select all items in the window
Alt+Backspace->Undo
Ctrl+P->Print
Ctrl+N->New window
Ctrl+O->Open
Ctrl+B->Bold
Ctrl+U->Underline
Ctrl+I->Italic
Ctrl+F->Find/Search
Ctrl+H->Find and replace
Ctrl+G->Go to
Ctrl+Esc->Open the Start menu; then press the Tab key to jump to the taskbar
Alt+Spacebar->Display the main windows System menu, a shortcut with options to restore, move, size, minimize, maximize, or close the window
Alt+F4->Close window
Alt+Tab->Switch among open programs
winkey(win flag)->Start menu
winkey(win flag)+D->Display the desktop (minimizing all open windows) or restore all open windows
winkey(win flag)+E->Open My Computer
winkey(win flag)+F->Open a Search Results window
Ctrl+ +F->Open a Search Results Computers window
winkey(win flag)+F1->Open the Help And Support Center window
winkey(win flag)+R->Open the Run Command dialog box
winkey(win flag)+Break->Open the System Properties dialog box
winkey(win flag)+M->Minimize all open windows
winkey(win flag)+Shift+M->Undo Minimize all open windows
winkey(win flag)+Tab->Navigate the taskbar buttons
Ctrl+winkey(win flag)+Tab->Toggle among the Start menu, the Quick Launch toolbar, and the notification area
winkey(win flag)+L->Lock the workstation (and switch to the Logon screen if Fast User Switching is enabled)
winkey(win flag)+U->Open the Utility Manager, which manages such accessibility programs as Magnifier and Narrator
.....collected from Microsoft Windows Xp power toolkit ebook
Bangla Different funny wife related Application
Posted by anonymous in funny picture on Wednesday, July 21, 2010
How to change ip address in any platform
Posted by anonymous in Hacking, ubuntu tips, Web tips and tricks, xp tips and tricks
If you follow all the procedures properly you can change your ip.The process is applicable for all platform..So lets start....
Add 3 column footer to blogger blogspot,how?
Posted by anonymous in Blogspot tricks
(NB:before doing any changes please backup your template first)
Do the following steps:
Please Move all your widgets from the Current Footer Section to sidebar or any other section
1.Go to Edit HTML page in the Blogger Layout Window and tic mark expand widget
2.Find the following Code:
<b:section class=’footer’ id=’footer’/>
</div>
(Note:In some templates, instead of footer-wrapper you may find footer or footer-section)
3.Replace the entire code from starting <div> to </div> with the Following Code:
<div id="footer2" style="width: 30%; float: left; margin:0; text-align: left;">
<b:section class="footer-column" id="col1" preferred="yes" style="float:left;"/>
</div>
<div id="footer3" style="width: 40%; float: left; margin:0; text-align: left;">
<b:section class="footer-column" id="col2" preferred="yes" style="float:left;"/>
</div>
<div id="footer4" style="width: 30%; float: right; margin:0; text-align: left;">
<b:section class="footer-column" id="col3" preferred="yes" style="float:right;"/>
</div>
<div style="clear:both;"/>
<p>
<hr align="center" color="#5d5d54" width="90%"/></p>
<div id="footer-bottom" style="text-align: center; padding: 10px;">
<b:section class="footer" id="col-bottom" preferred="yes">
</b:section>
</div>
<div style="clear:both;"/>
</div>
4.Then save the template
CHEAT CODE:ASTERIX AND OBELIX
Posted by anonymous in games cheat
CHEAT CODE
ASTERIX AND OBELIX
01.GO TO LONDON>> DOG:GIRL:WIZARD:ASTERIX
02.FROM SWIS BATTLE FIELD>> ASTERIX:OBELIX:DOG:WIZARD
03.GO TO MOUNTAIN>> DOG:CHIEF:GIRL:WIZARD
04.GO TO PIRAOUS>> GIRL:CHIEF:OBELIX:DOG
05.GO TO OLIMPYA>> GIRL:DOG:CHIEF:WIZARD
06.GO TO DESERT>> DOG:GIRL:CHIEF:WIZARD
07.GO TO DESERT TENT>> ASTERIX:OBELIX:DOG:CHIEF
08.GO TO PIRATE'S SHIP>> GIRL:ASTERIX:DOG:OBELIX
09.GO TO ROMAN'S TENT>> GIRL:CHIEF:DOG:OBELIX
10.LAST LEVEL>> THE BULL FIGHT
CHEAT CODE:GRAND THEFT AUTO SANANDREAS
Posted by anonymous in games cheat
CHEAT CODE
GRAND THEFT AUTO SANANDREAS
01.GUN SET 1: LXGIWYL
02.GUN SET 2: KJKSZPJ
03.GUN SET 3: UZUMYMW
04.HEALTH&2.50$: HESOYAM
05.INCREASE 2 STAR: OSRBLHH
06.WANTED LEAVEL CLEAR: ASNAEB
07.SUNNY WEATHER: AFZLLQLL
08.OVERCAST WEATHER: ALNSFMZO
09.RAINY WEATHER: AUIFRVQS
10.FOGGY WEATHER: CFVFGMJ
11.INCREASE CAR SPEED: YSOHNUL
12.INCREASE GAME SPEED: PPGWJHT
13.SLOW DOWN GAME SPEED: LIYOAAY
14.ATTACK ONE ANOTHER: AJLOJYQY
15.BOUNTY ON HEAD: BAGOWPG
16.ALL PEOPLE WITH GUN: FOOOXFT
17.GONDER: AIWPRTON
18.RANCHER: JQNTDMH
19.RACING CAR: PDNEJOH
CHEAT CODE:Commandows behind the enemy line
Posted by anonymous in games cheat
CHEAT CODE
COMMANDOWS BEHIND THE
ENEMY LINE
FIRST YOU HAVE TO WRIGHT GONZO1982
THEN YOU APPLY THE CHEAT CODE
1.TO VANISH: SHIFT+V
2.TO COMPLETE MISSION: CTRL+SHIFT+N
3.GOD MODE: STRG-I
4.TO WIN THE MISSION: STRG+SHIFT+N
5.MISSION 2: 4JJXB
6.MISSION 3: ZDD1T
7.MISSION 4: RFF1J
8.MISSION 5: K4TCG
9.MISSION 6: MIR4M
10.MISSION 7: 7QVJV
11.MISSION 8: K99XC
12.MISSION 9: AAAX1
13.MISSION 10: JSGPW
14.MISSION 11: CMODD
15.MISSION 12: JGHD3
16.MISSION 13: PUUWW
17.MISSION 14: WT348
18.MISSION 15: 139PO
19.MISSION 16: L9IPV
20.MISSION 17: 5LIMV
21.MISSION 18: YJOJG
22.MISSION 19: YFCWJ
23.MISSION 20: GDKWT
Request free ubuntu linux cd
Posted by anonymous in computer tips, ubuntu on Tuesday, July 20, 2010
# UBUNTU LINUX
# KUBUNTU LINUX
Password Hacking tips tricks
Posted by anonymous in Hacking
You can use brutus to hack password and id.But it is a lengthy process.
To hack password and id easily you have to be a little tricky.
And you should figure out what tricks will appropriate with your hacking process.
Any one can't warranty that the trick can be successful or not.
To be or not to be.But you can make your id and password safe.
How you ensure password safety:
1.Make the password As big as possible.
2.Mix with letter and number
3.Don't use same password for all account
4.Becareful from false site
5.Always clean history after browsing
Some Scam ptc site
Posted by anonymous in Earn Money Online, Web tips and tricks on Monday, July 19, 2010
PY2SIS create sis stand alone application file
Posted by anonymous in pys60
Format of the command is:
py2sis[sisfile] [--uid=0x12345678] [--appname=myapp]
[--presdk20] [--leavetemp]
I used the following command to create SIS file for my program:
F:\Nokia\Tools\Python_for_Series_60\py2sis>py2sis.exe
dse_stock_tracker.py dse.sis --uid 0x12345678
--appname=DSEStockPriceTracker
If you want to know details about py2sis, get the book (ebook is there) "Programming with Python for Series 60 Platform" and go to chapter 14. The book is freely available.
Use swept way to improve your pc performance
Posted by anonymous in windows soft review
Doing this will help you improve your PC’s performance. But if you are too lazy to minimize all the windows you have opened then here is something what you can try.
Swept Away is a small freeware developed by Adam Pash. It is a simple program which keeps on monitoring your open windows. If an inactive window is been maximized for a particular time period then it will be automatically minimized. The maximum time allowed for maximized windows can be set by the user.
It also allows the user to exclude windows which will not be minimized even after the defined time period. To exclude processes right click on the taskbar icon and move your mouse cursor to “exclude”. A list containing all the open windows will be shown. Select the window you want to exclude from the list and done. Swept Away will never minimize the selected window.
Swept away is a freeware and will work on any Windows Operating system. This small app can be useful for computer junkies who always forget to minimize their open windows.Download this tiny app from the link below.
Download Swept Away (Freeware) (435 KB) (Direct)
Recover your system after virus attack with re-enable
Posted by anonymous in computer tips, windows tips, xp tips and tricks
Here is a free tool Re-Enable using which even a novice users can fix all the things which were disabled by the virus. An antivirus can remove the virus files but sometimes it may fail to restore the system settings. In such situations this tool can come handy.
First download Re-Enable 2.0 from here. After downloading the file execute it. As you can see in the screenshot, this tool can be used to re-enable registry editor, command prompt, task manager, folder options etc. Just select the tools you want to enable and click on the “Re-Enable” button.
You will require dot net 3.5 or higher version to run this software. Or if you don’t want to download .Net framework then you can try the portable version of this software.
Download Re-Enable V2 (freeware) (778 KB)
Download Re-Enable V2 portable (Freeware) (23 MB)
Burn iso on pen drive
Posted by anonymous in computer tips, xp tips and tricks
So follow now and have fun.........
1. Download and install UltraISO trial.
2. Plug in your pen drive.
3. Open UltraISO as Administrator (right-click shortcut, “Run as Administrator”)
4. Open the CD/DVD image file you want to write to pendrive in this instance of UltraISO (File>Open).
5. Under the Bootable menu, select Write Disk Image.
6. A new dialog should open up, listing your pen drive(s).
7. Select the pendrive you want to write your image to.
8. Set the Write Method to USB-HDD (or USB-HDD+ if your BIOS supports it).
9. Click the Write button, and then click Yes/OK in the warning dialog (All data on this drive will be destroyed ……. do you want to continue) that pops up.
8. Sit back, relax.........
Boot from usb device even if not supported by BIOS
Posted by anonymous in computer tips, xp tips and tricks
Features:
* USB boot without BIOS support (UHCI, OHCI and EHCI)
* CD/DVD boot without BIOS support (IDE)
* Floppy boot
* Different profiles for operating systems
* Define up to 16 partitions
* No extra partition for the boot manager
* Hidden boot, maybe you have a rescue system installed and the user should not see that there is another system installed
* Boot countdown
* Hide partitions
* Password protection for the computer and the boot manager setup
* Backup of partition table data
* Textmode user interface 80×50
* Graphic user interface 640×480, 800×600, 1024×786, 1280×1024
* MBR partition table edit
* Start of the boot manager from harddisk, floppy, USB, CD, DVD
* Starting from Windows boot menu
* Starting from LILO, GRUB, Syslinux, Isolinux, Pxelinux (network)
* It can be used as PCI option ROM
* Access the whole USB hard disk (up to 2TB) even when the bios has a 128 GiB limit
* PCMCIA (CardBus) USB comes with the next release
* The boot manager is freeware
This tool is little complicated to use and is meant for advanced computer users only. You may end up screwing your PC if don’t use it with care. So you better use it only if you know how to handle this kind of troubles. I have tested this tool and it worked perfectly for me. You can download Plop Boot Manager from the link given below.
Download Plop Boot Manager
Different keywords for different blogger posts
Posted by anonymous in Blogspot tricks, Web Developer tricks on Sunday, July 18, 2010
In blogspot, the easiest way to add some meta tags is by putting them in the template of your blog. However, when you put some keywords tags there, it goes to all of your posts since all of them use the same template.
For example, if you run a blog about computer hardware and you use some keywords like processor, RAM, VGA, cooler, hardisk, casing, etc, these keywords will be used for all of your posts. If you write a post titled “How to install a VGA”, then most of those keywords are inaccurate and useless. Their effect is more destructive for the particular post itself rather than constructive.
The keywords are good in representing the blog in overall, but poor in describing each posts’ unique contents. We must remember, people use search engines not to look for websites, but to find specific contents that are matching their current need. Therefore, instead of writing “a good website about computer hardware” in search queries, people tend to write “how to install a processor” or “how to replace a VGA”.
Back to the tags, normally, Blogger / Blospot will not allow you to put different keywords meta tags inside your posts, because they should be located in head section of the page (your post are in body section). You can force to put meta tags inside your post by not heeding the warning when Blogger refuse to publish the post (opt to ignore HTML mistake / error). This forcing does not guarantee to work well, as they forbid it for a good reason surely. However, most blogger are also already having so many posts that it’ll kill them to add the keywords to each post manually.
To improve each post visibility in search results, there is a simple yet effective method: using your post title as the keywords. They will not be as good as adding keywords to each of the posts manually, but it is much more accurate than using overall keywords in the template. This idea might sound odd, but shouldn’t each of your posts’ titles represent each of your contents?
To use your posts' titles as your keywords, you only need to add these codes in the head section of the template, between <head> and </head> (access it from dashboard - layout - edit HTML):
<meta expr:content='data:blog.pageTitle' name='keywords' />
Save it, and done. After this step, each of your posts will have their own unique keywords. Note that this line of codes is not stacking with normal keywords meta tags such as:
<meta content=’keyword 1, keyword 2, keyword 3' name=’keywords’ />
It means that you cannot use both of them at the same time. If put together, the first codes (using title codes) will override the second ones, and keyword 1-3 will not be taken into consideration by Google and friends.
To test your changes, you can use free meta tags analyzer such as seocentro.com and see their professional opinion regarding the new tags. From my simple research, using posts' titles as keywords delivers better outcome, unless your title is awfully irrelevant to its content of course :D
If you would like to try this method and having any doubt, don't doubt the technique, but doubt your ability to make representing titles for your posts.
If you think your titles are not representing your overall keywords well enough, add some more keywords in the description meta tags (put it in your template):
<meta content=’bla bla bla,more keywords' name=’description’ />
Do you know a better and easier method to do this? Do you find any difficulties in applying it? Feel free to share.
Free sms A new innovation for getting connected to your loved ones
Posted by anonymous in Others on Thursday, July 15, 2010
Free SMS service offers you unstoppable communication any time and anywhere across the country, letting you save your hard earned money. These free SMS service have given people a million reasons to feel free to get in touch with their long lost and almost forgotten friends .Sending SMS via PC will be faster and as you can send free SMS it will cost you nothing and makes the experience exciting, making your relationship in real terms precious.
Sending free SMS seems to be the most lucrative method to stay in touch. Unlike sending sms from cell phones, Free SMS service is quick and easy and even you don’t have to worry about network problems, battery charges and many more. Nowadays, cell phone companies have produced payment plans to allow its subscribers to send a specified number of SMSs for free. Some plans even allow its subscribers to have unlimited number of SMS messages for free. Nevertheless, this will be a pricey way to send text messages.
Sending SMS messages to a limited number of users may be convenient but sending bulk SMS messages through mobile phone would be a cumbersome task. So Free Sms service has been introduced so that you can send bulk sms. Moreover, the best part of Free SMS is that it is completely free for everyone who uses a mobile phone and a computer. Most striking feature of free SMS is that one can even send bulk sms directly from your excel sheet. Bulk SMS Excel Plugin enables you to send SMS to mobile phone. One just need to do is write a message and send it to the number it wants to get it delivered. Trust me it is absolutely free.
Text messages are basically just mobile email and a SMS can save considerable time versus making a phone call. Texting can be very useful for sending short questions or bits of information and Free SMS service won’t burn a hole in your pocket. All you need to do is enter the mobile number of the recipient and the SMS you want to send and click “Send” and your message will be delivered within 15-30 seconds. Free SMS a no cost affair. So no need to be agonized by the cost or its reach ability. This is an easy process other than sending SMS from your mobile phone. There is no trafficking or no hidden cost involved unlike mobile operators. With Free SMS service get close to your near and dear ones. Mend your old broken relations and get more close to your loved ones. Celebrate your celebrations with free SMS service.
.......by entmind
Discover the hidden secrets on getting free google traffic
Posted by anonymous in Web Developer tricks
Google has paid advertising like adsense or adwords, but there are a few other ways to utilize google to add traffic to your website and these methods are free.
Google news is one of the ways that you can benefit from free google traffic. If you go to http://news.google.com and recommend your website as a newsworthy website and it may be approved by google, but you must keep it updated every 30 days. Another way is submit a press release to www.prweb.com and your site will get listed in google because all press releases from www.prweb.com are listed in google.
http://images.google.com is another free method to use google. If you have existing pictures on your website you can optimize them for google image search. Google describes each image with text and list the source website that carries each image. The key is to use relevant text to describe your images. For example, if you have a cat page and a picture of a cat, you could label it, “free cat pictures” and google will grab this description and your web address and add it to google image.
Having google sitemaps set up will let google
..............by entmind
Effective ways to get free traffic from google
Posted by anonymous in Web Developer tricks
Of course, many people decide that the first thing they should do to get their blog indexed is to submit it to the search engines by hand. There is actually a lot of disagreement on this point! Some people think the search engines look upon this favorably, and other people think that hand submission can hurt you.
The bottom line here is that it really doesn’t seem to hurt your rankings, but it’s best to keep in mind that the search engines “know it’s you” who is submitting the site. What they want are votes of confidence from other established sites out there. That’s why it’s better to concentrate on those.
If you already have a network of sites then you have a huge advantage. All it takes is a relevant contextual link on one of those sites and you’ll often get indexed very quickly. This is especially true If you have access to a site that gets indexed often.
Not everyone has established sites, however! The good thing is that there are sites out there that allow you to put your content on their site. Article directories are one example. If you write an article for a site like EzineArticles.com with a link back to your site in the author’s resource box, the chances are good that you will get indexed fairly quickly. You can also add your content and links to sites like HubPages.com, Squidoo.com, and others.
Another thing you can do is make sure you submit your RSS feed to directories. There are RSS directories out there that alert people (and spiders) that your content has been updated. This can increase your chances of getting indexed. Some examples of sites you can submit to include Feedagg.com and Feedage.com.
Yet another piece of the puzzle is writing great content and updating often. There is no exact formula for this, but we do know that Google likes content! If you can write a few posts right off the bat to show that you’re going to be a great, relevant site, there is a larger chance that your site will get indexed.
If you still haven’t made it into the search engines it is going to take a bit more effort. Usually a combination of a few of these will work well. Also, a little bit of patience goes a long way. It’s not unusual to wait a week or more for the magic to happen! Still, by following the suggestions above you’ll find that you get indexed fairly quickly and often.
.........by entmind
Interesting ways to earn money online
Posted by anonymous in Earn Money Online, Web Developer tricks
1. eBay and Internet auction sites The quickest and easiest way to earn some money is to join an online auction site such as eBay. Look around your home or office and you will probably find lots of things that you no longer use. It is surprising what people will buy – so try putting some of it on eBay. Remember that one persons rubbish is someone else’s treasure! Just be honest in describing the article and its condition and see what happens. Many people start by selling one or two items and end up making quite a business out of these sites.
2. Make your own product Have you any skills that you can bring to mind? Skills that can be converted to a product. For example, you may be able to knit, crochet, make wooden signs, make craft work items like cards or Christmas crackers, etc.. The list goes on. Any of these things could be produced in small quantities to sell on eBay for instance. Can you write about something you know about? Do you have any expertise? Many people have a knowledge of something through work or a hobby that other people will pay to read. For instance write a report on how to do something e.g. arrange a wedding, make model planes, gardening, repairing household goods, cars, decorating tips – again the list is endless. Think hard, it’s surprising what you can come up with. If you can write a short manual on something then save it and burn it onto a Cd – than, again, sell it on eBay!
3. Start blogging is becoming very popular.Going on from the last suggestion, if you didn’t want to sell your information on eBay, then publish it on a blog. You can set up a blog at no cost and post useful information on it. Make regular contributions to it and invite people to comment on it. Discussions soon start and traffic will begin to increase. If you keep at it the blog can become popular and other means of income earning can be introduced. You can add affiliate, adsense and private sales to a successful blog.
4. Google adsense Once you have a blog you can apply to Google to become a member of adsense. Putting one of their ads on your site will help you to earn a little money just from people clicking that ad. It does not pay a lot, but if your site becomes popular then the earnings potential will increase. You can put the adsense ads on any web sites or blogs that you own.
5. Affiliate sales Joining an affiliate program such as Clickbank, PayDotCom or Commission Junction can be very profitable. People click on your ads or links and if they buy the product, you get a commission. These are free to join so risk free. The problem, as always, is getting people to click on your links! Try putting them on your web site or blog. Make sure that the product you are selling is relevant to the subject matter on that page. You could also try advertising free on USfreeads and linking back to your web site.
6. Provide product reviews There are sites on the internet that pay you for submitting product reviews. People like to search the web for reviews on products they are interested in so some companies will look out for reviewers. This can be a fairly easy way to earn a little extra cash for writing about something you have tried.
7. Write articles for people Places such as Elance will pay you for writing articles. Customers go to Elance and request articles on certain subjects. If you have basic writing skills you could write these for them. Usually around 500 words is sufficient and you can find plenty of supporting information to put in the article by searching the internet! Just make sure you don’t simply copy and paste things – all work has to be unique and written by yourself. This can be quite fun to do as well as profitable.
8. Complete paid surveys There are several companies online that ask people to complete surveys. You can do it online and just need to register with a few of them. Joining is free so doing not pay anyone for it. The first few you do may not give you anything much, but keep doing them and they will come to accept you as a reliable and regular responder. Then you will start to get better payments. At that stage you can choose the best surveys to complete.
9. Proof reading Have you a good basic English grammar? If so you can proof read documents and web sites and get paid for it. Check out Elance for offers of work here.
10. Translation This may not be suitable for many, but if you have a good command of a second language, there are always requests for translations online. Again check out Elance for work offers. I realize that not all of these methods will suit everyone but I hope that one or two of them may inspire you to take those first steps to earning some money online and, who knows, start you on your online business. Keep reading and you will find further tips and methods on making money as you learn more.
Six ways To Earn Money With Google Adsense
Posted by anonymous in Adsence tips, Web Developer tricks
That’s exactly what you will find in this article. You’ll discover why you should use Google AdSense to earn money, how you can get started with Google AdSense, and six ways that you can earn money with Google AdSense.
Google offers the following six ways you can start earning money with AdSense. They are AdSense for Content, where Google displays ads targeted to your site’s unique content; AdSense for Search, where visitors to your site can type in search terms and search your site or the web; AdSense for Feeds, where relevant ads are displayed on your site in feeds managed by Google; AdSense for Domains, where Google displays ads on your parked domains; Video units, where Google has partnered with YouTube to display video content on your site. Lastly, there’s AdSense for Mobile Content, where Google targets your mobile site with Google Ads.
There’s time enough for you to think about and decide which of the six you want to use; perhaps you may eventually decide to use them all. After all, Google AdSense is a Free resource, and it can be an exceptionally effective way for you to generate lots of revenue to your sites. like as www.adsense-income-exposed.com Although some web masters complain that Goolge AdSense is not that great, the reason for this, perhaps, in their isolated cases, is that they don’t realize, as do the heavy AdSense earners, that to make the most money with Google AdSense, with the exception of AdSense for Mobile Content, requires them to have multiple SEO (search engine optimized) web sites loaded with relevant content which tells the search engines what their sites are about, so the search engines will send lots of targeted traffic to their sites. You can see the earnings potential when you consider that just fifty such sites earning only an average of $30/month would amount to 50 x 30 = $1500.00. Carry this illustration on out to one hundred or more sites and you are beginning to get the picture of the earnings potential of Google AdSense. Even after you deduct hosting and domain name fees, your earnings would still be substantial.
Google Adsense-Keeping your account from being disabled and useful books about the program
Posted by anonymous in Adsence tips, Web Developer tricks
Google has made it abundantly clear not to click on your own ads or ask others to do so. But what about practices a publisher may not purposely carry out?
Make sure that ads associated with Google never appear in an unrequested pop-up. Don’t be talked into purchasing traffic for your site that may contain adware.
Respect the Google trademarks. Don’t use any Google trademarks or logos without their consent.
Don’t change the Adsense code. If you’re a pro at html, don’t assume you can add your own code. If you’re new to html, simply copy and paste the offered code. Don’t mess with it.
Provide a good environment for advertisers and a positive user experience. Don’t try to be deceptive in any way. Google’s rules may sound strict, but believe me, protecting the integrity of the Google Adsense Program is in your best interest as well as Google’s. After all, a positive, honest Google Adsense program means more money for all of us.
Useful Books About the Google Adsense Program For Users of All Stages
Do you need to buy a book to use Google Adsense? Not necessarily. Google’s support page has a wealth of information. But you might consider it if you want to read a personal account of an Adsense wizard such as Eric Giguere or say, if you want to learn more about HTML. ’Who Let the Blogs Out: A Hyperconnected Peek at the World of Weblogs by Biz Stone has a lot of information on blogging as well as information about Google Adsense. The following is just a few books you can find at amazon.com on the subject:
Make Easy Money with Google: Using the Adsense Advertising Program By Eric Giguere
The Google Adsense Handbook By Angus McLeod
Google Advertising Tools: Cashing in with Adsense, Adwords, and the Google APIs by Harold Davis
Top-Paying Google Adsense and Adwords Keywords for Pharmaceuticals (In Digital Format) [Download: Adobe Reader] By W. Frederick Zimmerman
The Complete Idiot’s Guide to Growing Your Business with Google By Dave Taylor
.................article of entermind
Making money from your web site with google adsense
Posted by anonymous in Adsence tips, Web Developer tricks
Is it really as easy to make money with Google AdSense as many would lead you to believe? Now that I’ve become heavily involved with managing Google AdSense programs for my clients, I can see it’s not all play and no work.
Unfortunately, a lot of people bought into the idea that there was a lot of easy money to be made and they are now finding out they aren’t making nearly as much as they thought they would. Additionally, Google has a lot of prohibited practices when it comes to AdSense, and too many Webmasters are finding out they violated Google’s policies after the fact – often because they never bothered to read the AdSense policies in the first place.
Webmasters must not only comply with AdSense policies, but their web sites must also comply with Google’s webmaster policies.
Prerequisites for Making Money with AdSense
To make money with Google AdSense you need plenty of traffic coming in to your site or there won’t be anyone to click the ads. Web site promotion techniques, especially search engine optimization and article marketing will bring more traffic to your site. You also need to have content that will attract the ads with the highest Pay Per Click (PPC) rate that are relevant to that content. Then, you need to lay out your web pages so the ads blend in with your Web site. Studies have revealed that people who visit sites that contain ads that use colors that are not in harmony with the actual Web site tend to develop “ad blindness”. Meaning no matter how much traffic comes into your site, chances are no one will click the ads because they’ll be ignoring them. If no one clicks, you make nothing.
Dealing with Competitors
If you offer products or services on you Web site, the first thing you’ll notice when you begin hosting PPC ads is that many of the ads are coming from your competitors. Therefore, you’ll want to put ads on pages that aren’t earning you any money, or do like I did and not put ads on your site until you’re so busy anyway you’d rather make a few dollars off of your competitors than to continue turning business away with nothing to show for it.
Google AdSense allows you to specify up to 200 URLs for sites you want to bar from placing ads on your pages. The problem is that most times you won’t know the competitors are out there until their ads appear.
Google Money Making Ad Options
Google offers three ways to make money from them:
Google AdSense for Content – A variety of size and shape ads for placing in your content are available. These can be text or image ads or both – you specify what you’ll allow. Ad units are full ads. Link units are simply a strip of text links that your visitors might want to click. Google allows you to put up to 3 Ad Units and 1 Link unit on each page of your Web site, provided you follow its policies – both for AdSense and for Webmasters.
Google AdSense for Search – This places a search box on your Web site. When a user enters a term and conducts a search, a search results page opens, that hosts more pay-per-click ads. You can customize the color scheme of the search results page to harmonize with your web site.
Google Referrals – Here you make money by referring visitors to use a Google product, like AdSense, AdWords, the Google Toolbar and other Google software. Just like Google AdSense for Content and AdSense for Search, Google generates the code that you paste into the desired location on your web page. You can choose from a wide variety of buttons and text links of different colors. As an example of how Google Referrals works, if someone goes to your site and clicks the link and signs up for an AdSense account, when that person earns a $100 from Google AdSense and receives a payout from Google, you’ll also receive $100 for referring them. This is a great idea to me, because you can be the world’s worst Google AdSense advertiser, but if an ad dynamo happens to visit your site and uses your referral link, you can make money anyway!
Google AdSense Payments
Google will not issue an AdSense payment until your earnings exceed $100. Unfortunately, there are loads of Google AdSense Forum entries about Web site operators who accumulated $90 or more in click through earnings only to get banned from Google and not get paid anything at all before they ever reached $100. This may be because Google doesn’t take a close look to see if you’re complying with their guidelines until it comes time to pay you. So yes, there’s a lot more to the story than meets the eye.
.....................by entmind
Approve your site in google adsense
Posted by anonymous in Adsence tips, Web Developer tricks
Before submitting your Google Adsense account, it is recommended that you generate some quick traffic to your website. Start joining a few popular.
The key is to provide good, useful information, as Google likes to satisfy all the millions of people searching in its search engine. Build a good number of pages with at least 10 pages, before your submission. This seems to be the only way Google can correctly determine just what your website is all about and have a good impression.
Yes, now you have an AdSense account. To use AdSense easy money making ideas you need to create an AdSense ad.
It pulls articles from article directories using the keywords you specify and adds your ads to these pages. You can then copy and paste the resulting html code to an existing blog or just upload them directly to your server. All this takes less than 5 minutes.
Your website copy should also be informative and relevant to your subject matter and should include keywords. Also avoid using Flash sites and one with flashy Javascript menus.
These pages can be write ups, articles, reviews, etc. Just decent size pages, I recommend each page be at least 250 words, optimally try to achieve 500 – 700 words per page but you don’t have to.
You can then copy and paste the resulting html code to an existing blog or just upload them directly to your server. All this takes less than 5 minutes. The only thing you really need to do is send traffic to this site which you can accomplish using good SEO and linkbuilding practices.
The last box agrees that you DON’T already have a Google AdSense account.
Don’t write about guns, porn, drugs, alcohol, hacking, violent, gambling, etc. because that will get you banned in no time.
Create several posts with one paragraph per post, just to get started. Make sure you have at least six sentences per paragraph. Make sure each posts contains high quality content.
Before you give up on your AdSense dream because of the technicality of this step, there are a lot of website builders online that will aid a person with basic technical knowledge to get a site up and running.
Use Per-per-click (PPC) advertising. The two most popular PPC search engines are Google and Yahoo. Google and Yahoo can deliver instant traffic to your website but it is costly to advertise on Google and Yahoo.
This is usually approved within a short time after they review your websites (the website has to be under your own name). After your account has been approved, you will receive access to the AdSense page where you can pull ad code and put it in your account. This is easy and does not require programming knowledge.
It has been found best to blend the AdSense words as much as possible with the content of the site, so that they do not blatantly look like ads. If your site has a white background make the ad they same to blend with it.
With that we come to the end of this very short course on earning money through Google’s AdSense program. Bookmark this website for more articles of this kind.
Take pic from profile mig33....
Posted by anonymous in mig33 tricks
this the method:
=>use operamini
=>log in via http://wap.mig33.com
=>view user
=>download use menu operamini >>tools >>info page >>download
=>there is many pict that will download
=>if you directly download it, you will get pict with small size
=>to get pict with original size, the method by edit the link opera, by the way =>choose menu=>insert the link
there you will see pict link, excample:
http://img.mig33.com/4e796293a03b4670847937b0fa50238a.jpeg?w=84&h=63
then delete back link so will be like this http://img.mig33.com/4e796293a03b4670847937b0fa50238a.jpeg
same method you can use also in ur scrpbook and save pic in ur phone . Enjoy
hack mig33 saved passwords
Posted by anonymous in mig33 tricks
Football slash command(emote command)
Posted by anonymous in mig33 tricks
/goal
/kick
/penalty
/freekick
/red
/yellow
/offside(only use in gc or pv)
/handball+username
Emotes of mig33
Posted by anonymous in mig33 tricks
/apologizes
/argh
/beer
/beg
/blush
/bored
/bow
/boo
/cheer
/chuckle
/cmon
/cry
/duck
/faint
/flirt
/frown
/groan
/hug
/bark
/bearhug
/blink
/blowk
/brb
/burp
/chuckle
/comfort
/confuse
/congrat
/cringe
/doh
/drool
/eek
/embrace
/firebreath
/kiss
/fart
/french
/gasp
/giggle
/glare
/gn
/greet
/grin
/happy
/hiccup
/hfive
/hmm
/hold
/howl
/hum
/lag
/listen
/love
/loser
/laugh
/listen
/mumble
/ponder
/scream
/smile
/martian
/nod
/pinch
/poke
/ponder
/purr
/rose
/ruffle
/salute
/seduce
/shiver
/shmoo
/shrug
/shy
/sigh
/slap
/smirk
/sneeze
/snore
/snuggle
/spit
/spock
/squirt
/stare
/strut
/tag
/tantrum
/thank
/caff
/chicken
/eh
/honor
/joy
/miss
/mmm
/mxit
/gee
/drunk
/loser
/moo
/power
/relax
/sick
/sorry
/phew
/tpyo
/warcry
/wave
/wohoo
/whistle
/whop
/wink
/worship
/worthy
/whistle
/yawn
/yeah
/me
/roll
/8ball
/fortune
New Mig Olympic Emotes
/go
/welcome
/torch
/medal
/gold
/win
/lose
/cheers
/luck
/winner
/champion
/challenge
/record
/proud
/yingying
/nini
/huanhuan
/beibei
/jingjing
/taunt
How to unblock all quickly on mig33
Posted by anonymous in mig33 tricks
After retrieve the block user list select
the first id and press enter twice(use key 5 for enter).
You will see the userlist still there. Now press down
and select the second id. Again press enter twice. Keep
doing the same thing on every id. All id you entered
twice will be unblocked.
IntEresting spacE trIcks!!!
Posted by anonymous in mig33 tricks
Its really an interesting tricks!!
First,open your mig33 application and type your id and password
Now you click again on username option and give as much space as you want then login with your id..
Then enter in any room or start private chat,you’ll see space in your id. .
Example : i gave only two spaces in the two sides of my id..and its showed like this
” onel0ve :hi ”
Try it and enjoy!
N.B. :
only you can see space of your id..nobody will see it nor understand!!
Make mig33 in your own language
Posted by anonymous in mig33 tricks
HerE this tricks….
1. open the mig33.jar witH winrar or winzip
2. extract it to folder
3. open tHe .class file witH U_In Class Translator
4. after you finish change your own mig witH your language, make it to .zip fiLe and rename tHe zip to .jar
try it…
Best of luck….
HOW TO CLOSE UPDATES TAB IN MIG33 4
Posted by anonymous in mig33 tricks
First close the welcome tab and enter in
any room. select leave room and press enter>back>enter>back>back>left>left>wait.. done.
Let me show you how it works..
1. First close the welcome tab.
2. Enter in any room. i entered in happy room.
3. Select leave room and press enter.
4. While processing press back.
5. Press enter again. You will see its still processing to leave room.
6. Now Press back>back. I mean press back twice. you will get the room tab. and then press left>left. I mean go to the updates tab.
just wait a second..
updates tab closed
Change mobile number from account!!
Posted by anonymous in mig33 tricks
Good news!! Now u can change your registered mobile number of ur mig33 Id instantly from ur mig33 account !!
ust go to Menu >> Account settings >> Manage account >> Change Mobile Phone number and enter your new Mobile Number. And submit. After that you will receive a authontication code in your new number. Then re login your id. And enter the authontication code. And your mobile number will be changed. !!!Its so easy.
But its also have a bad side. If anyone know your password then he/she can change your origin number instantly. And you can loose your Id. So be aware from sharing password and use a complex password. So it will be hard to hack your Id.
Cheers !!
Add yourself on mig33 contact list
Posted by anonymous in mig33 tricks
>>login the id in lite version and version 4 at a time..
>>in lite version,go to view details of any of ur frnds id(suppose:mr.fr3ak)…. and edit his/her display and mig33 username to the username….. and update…
>>then u l get an add request from the id..
>>now go to version 4.. skip the add request……..
>>now delete the friends id(mr.fr3ak)…
>>now in lite version alow the add request
>>c d result:D….. u r added to ur contact list……
ENJOY!!!
Invite yourself to the mig33 group chat
Posted by anonymous in mig33 tricks
Add urself to your contact
Login your nick. Give one space after your username while login to MIg33
Create group chat
Leave group chat. Before times up at the same moment press back ( so you still see the group chat window but your nick not in the group chat anymore)
Prees Menu >> Invite >> choose your own nick and invite to the group.
All member of the group chat will see that you invited yourself to the groupchat.
Save mig33 profile or scrapbook pictures by your mobile
Posted by anonymous in mig33 tricks
First open opera mini.
Login via http://wap.mig33.com using opera mini.
See the profile or scrapbook picture from opera mini.
Then download with opera mini menu >> tools >> page info >> download
Then, there’s you can see some pictures.
Choose the picture that you want to download
If you want to download directly it results picture with small size.
If you want to get file with original size, the way is editing opera link.
The methods, choose the Menu >> enter the address. You will see the link of that photos.
Example:
http://img.mig33.com/4e796293a03b4670847937b0fa50238a.jpeg?w=84&h=63Then delete the backside, it will become like:
http://img.mig33.com/4e796293a03b4670847937b0fa50238a.jpegYou have to remove the letters after jpeg
After you applied the link, it will be appeared the original size of that pictures.
Then download and save the picture.
By using this tricks, If any one don’t want to give you picture, you can use this trick to take their picture.
Is ur friend’s mig33 id is banned?
Posted by anonymous in mig33 tricks
Is your friends ID is banned or anything else?
U can know it in just a moment.
Go to invite menu and invite ur friend’s number,if it say invalid mobile number then confirm 20% that id is bannedd.
Next try to register that number. Then if it say already registered then it is 80% sure that, number is banned.
So, 20% +80% = 100% that ur friends ID is banned.
So let’s try
sjboy multy username and multy password
Posted by anonymous in mig33 tricks
# Sign In.db” that have in the folder “C: \ RMS
On mig33 beta, username and password will be sent to the server are collected in a command with the label “Signin” stated in the file “x.class” and on mig33 standards are in the file “i.class” that is in the jar file, and then sjboy to save the data in the file “sjboy # # Sign In.db”
To overcome this problem, we can make modifications in the jar file by using the tools Mobitranslator which is a simple application to modify the string in a file class.
d can be downloaded at: Download Here …
How-carana is brikut as:
Open the jar file with winrar and then drag the file “x.class” if you use mig33 beta, or “i.class” to mig33 standards to the desktop and open the file with the class Mobitranslator and then select the radio button with the label “-class? ????” roll up to the next screen found that the line labeled “Signin” then click dabel and change according signin nik
Files that will be used to replace the original “i.class” is “i.class.rus” Previous first delete the file of the original “i.class” and then rename the file “i.class.rus” to “i.class”
Then open “mig33.jar” with winrar and then drag the file back “i.class” new to you modified earlier in the file “mig33.jar”
Repeat these steps to create a new class in accordance with the amount that you have the nik. When finished, rename the file according mig33.jar you nik.
From now on, every time you open the sjboy, you can choose a username that will be loging in with a different personalized.
Goodluck ..
Edit mig33 and make your own mig33 jar
Posted by anonymous in mig33 tricks
that be needed is :
1) winzip
2) notepad*)
3) program for edit picture**)
4) InClassTrans (for edit mig33 language/java)
first step :
change extension name *.jar to be *.zip
example : mig33.jar >> change to mig33.zip
extract mig33.zip to one folder then open that folder, in that folder that have file *.class, *.png, and one folder META-INF that have MANIFEST-MF
second step :
a) for edit background picture and icon, you need to open *.png then edit with program to edit background picture, afterthe picture suitable with what you want, save (don’t change the format file)
b) to change your language, you just need to open *.class with use InClassTrans program, at there you can translate all words with words that u wanted. after done, dont forget to save
c) edit for multy for all of u that want to install many mig33 in cell phone. the way is edit MANIFEST.FM in META-INF folder use notepad and remember dont change the extension (use “open with” to choose software to open it)
example :
this is the real text in MANIFEST.FM file
Manifest-Version: 1.0
MicroEdition-Configuration: CLDC-1.0
MIDlet-Name: mig33
MIDlet-Vendor: Project Goth
MIDlet-1: mig33,MiG33.png,com.projectgoth.Roshan.Main
MIDlet-Version: 3.02
MicroEdition-Profile: MIDP-1.0
change it to:
Manifest-Version: 1.0
MicroEdition-Configuration: CLDC-1.0
MIDlet-Name: tony_rivero-1
MIDlet-Vendor: Project Goth
MIDlet-1: tony_rivero-1,MiG33.png,com.projectgoth.Roshan.Main
MIDlet-Version: 3.02
MicroEdition-Profile: MIDP-1.0
after change it, save that data
third step :
return file2 to be one by use winzip, choose archive, remember for user winrar dont forget to save with *.zip extension, after done, change name again from *.zip to *.jar
finish…..
*)notepad:standart windows program
**)edit picture program: example llike acdsee, Photoshop ,etc
Download
http://www.ziddu.com/download/5103912/InClassTrans.exe.html
Good Luck
Mig33 chat room ownership
Posted by anonymous in mig33 tricks
NEW! mig33 is launching a major new feature – the opportunity to set up, manage and moderate your own chatroom.
Starting from today, when you create a new chatroom, you can be its “owner”.
As owner, you have special privileges in the room, including setting the
description and rules of the room, immediately kicking users from the room for bad behavior, blocking specific users from entering the room permanently, and receiving feedback from users about your room. If you are the room owner, you can also appoint others to act as moderators to help you manage the room. Moderators will have the same powers to kick, ban etc in their rooms. A user can set up as many new chat rooms as they like.
Current admins will remain, with their role to moderate the community as a whole, to moderate non “owned” chatrooms, and to play a role in banning users that consistently display disruptive behavior.
Want to know more? Visit our FAQ at http://wiki.mig33.com/?q=node/158.
These new “owned” rooms allow more flexibility for mig33 users to create their own experiences within mig33. We hope they will prove a great success. Go have fun!
How to protect ur mig33 id from hacking
Posted by anonymous in mig33 tricks
1.your main id should be on number which is always open and the number is on your own name.
2.your password should not be so small it must be strong and use both alphabet and digits in your password.
3.mig33 will never ask for your password so dnt give any one your password
4.be aware of mig33 fake sites created by peoples to hack your password (remember only wap.mig33.com & http://www.mig33.com & m.mig33.com) these three are only mig official sites for logging
5.never give your mobile to person some one whom you dnt trust coz id’s password can be find from mobile also.
Edit mig33 smiles and images
Posted by anonymous in mig33 tricks
you can edit the mig n give a new look the way you want
1. Go to command menu(DOS) and rename the mig33.jar to mig33.zip
2. Open the zip file with any unzipping application like winzip,winrar,quickzip
3. Extract the zip file to a new folder
4. Now you can edit the mig smileys by editing the file j.png, or mig main
logo by k.png or application icon by MiG33.png
5. if you want to alter the mig name, go to the folder META-INFO and edit the
file MANIFEST.MF with a notepad( edit carefully or ur mig will not work)
6. Now select the all files and folders in the extracted folder
7. Right-click, select send to, compressed(zipped)Folder
8. now go to the command line again and rename the new zip file to file.jar
9. Enjoy its
How to play mig33 game
Posted by anonymous in mig33 tricks
type !start to start
How to join a game::
type !j for join the game
How to spin::
type !s for spin
u can play this game in group chat
Get back mig33 hacked id
Posted by anonymous in mig33 tricks
If yo id hacked then u can get back it v.Easly by just send a mail to mig33…
The give below mail is sample mail,
hi
i m (yo name),here with a complain.My id (yo hacked id) ,being hacked by hackers,they did change my password and register cell no.So forget passward option not helping to get ma passward.
The detail of my id given below,
1) id name=xxxxxx
2) last password=xxxxxx
3) cell no where id was registered=xxxxxxxxxx
i kindly request to u plz reset it at given number xxxxxxxxxx(plz provide yo old number only)
hope u will reset it soon,
kind regards,
xxxxxxxxx
(yo id)
mig33 team should to reset id on old number only,coz hacker knows id and register number.
Show your id in capital letter on mig33
Posted by anonymous in mig33 tricks
then press password column by move our joystick up quickly(at username column) then press there but must quickly,
so which before shown ****** will change our id in username column(see password as manually trick )
then our id will be capital letter all
delete id in password column,change with our original password.
then login
certainly when we chat,our id will shown be capital letter all.
but just ourself whos see it
Lost your sim card now what to do
Posted by anonymous in mig33 tricks
Once you have a new sim we can change your phone number on your existing account so mig33 can sms your password to you, please provide.
1. The new number with country code
2. Your existing username
3. Your existing phone number
5. Your msn id that you use in mig33. This is for verification purpose since you have forgotten your password.
This will enable us to change your details for you.
Trick to online with two different contacts on mig33
1. login with nick yyy-2
2. when appear ‘downloading contact list’, press the back/cancel button
3. then change your username and password. login again. after login success, u will get ur nick xxx-1 and nick yyy-2 contact list in 1 nick (xxx-1)
NB:
the active contact list is only one contact list that is last nick contact list that u use to login (xxx-1) but the contact list from the first nick (yyy-2) is not the active contact list. the point is if there is a nick offline then online, we cant see it and the other way. if that nick online then offline, we dont know too because that list is not update. when we private chat, suddenly appear ‘user is not online’
How to block and mute bot on mig33
Posted by anonymous in mig33 tricks
: LowCardBot, OneBot
Block yourself from adding others on mig33
Posted by anonymous in mig33 tricks
At firts u sent add request to urself from ur other id.Then reject the add request.Do it again nd again from ur another ids.If u reject 15 add request thn ur id become auto block from take a add request.So then no one can add u.
But u can add others.
Trick to stop bot on mig33
Posted by anonymous in mig33 tricks
Now a days we feel so bored from Bot specially when we need to talk something important but cant see text in the room due to large text of Bot. This is more true in case of special room such as pc loves 2 play room. In this situation to keep away from disgusting Bot just do it-
Menu>Private chat>Enter User name>Type the Bot’s name that is running>Block & Mute users.
Now enjoy Bot free chatting.
How to identify scam site
Posted by anonymous in Earn Money Online, Web tips and tricks on Wednesday, July 14, 2010
It is necessary because most of the money earning site is fake
andthey do not pay money to the user.
So it is mandatory to
know about that site before registering.
Now what will you do to identify them if they are scam or not.
To do so the best way is google search.
But you have to search on a different way to get the best result
Follow this
Type
You can search anything by this way to get the best result.Be careful and save your time.......
How To Add The Blogger “Read More” Expandable Posts Link
Posted by anonymous in Blogspot tricks, Web Developer tricks
If your template do not include "Read More" Expandable posts link you can add it by following the steps....
Before doing any changes create a backup of your template
1.Login your blogger.com account
2.Go to Design>Edit html
3.now click "download full template" to backup it if necessary
4.Check mark "Expand Widget Templates"
5.Press "CTRL+F" to search "<div class='post-footer'>"
6.If you get it paste the blow code just before it
<div class='jump-link'>
<a expr:href='data:post.url + "#more"' expr:title='data:post.title' target='_blank'>Read more...</a>
</div>
</b:if>
Now click "SAVE TEMPLATE"
Check out your page to see the changes
Each Post Meta Description for Blogger Blogspot
Posted by anonymous in Blogspot tricks, Web Developer tricks
To achieve better SERP and SEO, each and every articles we write in our blog has to have its own meta description which should be different with that of mainpage’s. This can be easily done in a self-hosted wordpress blog: All in One SEO Pack or Platinum SEO Pack plugins will do the task. Not for a blogger blogspot hosted blog.
There are some few hacks to do this in blogger blogspot. The following hack is the one I like the most and I used for my blog.
Here is how to do it:
1. Login to your blogger.com -> Layout -> Edit HTML
2. Copy and Paste the following code, and put it immediately after <head>
<b:if cond='data:blog.pageType == "index"'>
<META CONTENT='Just another tech blog.Full with tips and tricks to
make your life easier.Download,Know and share with your friends' NAME='Description'/>
<meta content='computer,software,review,developer,Mobile,Code,
snippet,Full,hollywood,english,bangla,hindi,movie,jave,sis,wallpaper,picture,
games,animations,sis,jar,jad,nth,thm,jpg,gif,
exe,deb,png,ico,nokia,iphone,samsung,python,php,script,
bash,ubuntu,xp,vista,sms,mms,picture,message,rpm,free,download' name='keywords'/>
<b:else/>
<meta expr:content='data:blog.pageName + " – Just another tech blog.Full with tips and tricks to make your life easier download,Know and share with your friends "' name='description'/>
<meta expr:content='data:blog.pageName + " computer,software,review,developer,Mobile,Code,
snippet,Full,hollywood,english,bangla,hindi,movie,jave,
sis,wallpaper,picture,games,animations,sis,jar,jad,nth,thm,jpg,gif,exe,
deb,png,ico,nokia,iphone,samsung,python,php,script,
bash,ubuntu,xp,vista,sms,mms,picture,message,rpm,free,download "' name='keywords'/>
</b:if>
3. Change the meta content description and keywords as you like.
4. Click Save Template
Functionality:
1. When search engine visits the main page, it will show the main page meta description and keywords
2. When search engine visits a particular page / post / article, it will show the title as its meta description and meta keywords. Thus different from the main page.
You can view my site for demo...
To view the source click the right button click "view page source" for firefox user
How to add meta tags into your blog
Posted by anonymous in Blogspot tricks, Web Developer tricks
While there are lots of factors involved in building quality blogs that can draw huge traffic in, having simple things right in the beginning is as important. One of this simple thing is getting your blog indexed properly with the right description & keywords to optimize search engine rankings (known as Search Engine Optimization or SEO).
To get information, search engines use automated software agents called spiders, crawlers, robots, or bots to collect the a few words from a site or blog (typically the URLs, blog name, and blog description, and maybe some words in the early part of sentences or paragraphs) that will later be used as keywords to index the blog.
Because you cannot be certain which words are taken as keywords pertaining to your blog, it's most likely that your blog won't be indexed properly in search engines - in the worst case, your highly relevant keywords might not even be used to index your blog. When this happen, searches on keywords relevant to your blog may have your blog buried at the far end of the list of thousands and millions of pages. What a waste!
To have a control of what is read by crawlers on your blog to be indexed, you have to build what is called a META tag - basically a bunch of words that makes up the most relevant description and keywords of your blog. If the META tag exist, this is what the crawlers will read and index and get displayed on any searches related to your keywords.
Here's what a search on my blog looks like on Google. The description is exactly the one I have written in the META tag. The 1st search on the list shows the new META tag description that was made a few seconds before the snap. The old META tag is shown beneath it (22 hours ago).
There are basically 2 parts to a META tag: first is the META description and second is the META keywords. The description are what appears on a search. As you can see, if the description is too long, it'll be cropped as search engines only use a few lines to describe the blog. An optimum number of characters to use for META description is 150 (including spaces and dots).
For META keywords, you can use as many words as you want, but don't repeat the same word too many times (more than 5) to avoid keyword spam. Crawlers can identify keyword spamming easily - which won't make it good either for SEO.
To create a META tag, simply copy the code below and rewrite your META description and keywords (the red text):
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'/>
<meta content='Write your META description here. Keep it less than 150 characters.' name='description'/>
<meta content='Write your META keywords here as many as you want separated with commas. Keep word repetition less than 5 to avoid keyword spamming.' name='keywords'/>
Then, place it in between the
<head> ..... </head>
section near the top part of your template XML code. It's best to put it just below the <title><data:blog.pageTitle/></title>
code.For more details:Go to this Free META Tag Builder tool. It directs you easily to build a META tag, create the HTML or XHTML code, and guides to paste it into your blog template XML code.
Just for the fun of it, you can analyze your blog's original description and keywords by submitting your blog URL at the Free META TAG Analyzer before placing the new META tags in your blog - so that you can compare how it is indexed before and after the change.
How to restart apache on ubuntu
Posted by anonymous in ubuntu, ubuntu command on Monday, July 12, 2010
>>Start gnome-terminal
>>Type
How to create a favicon icon
Posted by anonymous in Blogspot tricks, Web Developer tricks, Web tips and tricks
It works just like a logo.When a user bookmark the page the icon will be beside the book mark.
What is favicon icon:
Look at the location bar and you will see a icon.It is called the favicon icon.
If you are not a professional blogger or web developer and don't know about adobe photoshop or other graphics software and designe a icon for you it is the right palce for you.
We will descrive about a web based tool which generate a favicon icon on the basis of your given pitcure file
So lets start the journey how to do....
Go to this address
FAVICON GENERATOR
You will see a page looks like this:
Follow their instructions and make a icon for you web site or blog
How to integret it to the web site:
At first upload it to your web site or any image hosting server.Like picasa,Or any other image hosting
Then add the above code before "</head>" on your web page
<link rel="shortcut icon" type="image/x-icon" href="icon url">
Replace the "icon url" with your icon location Ex:http://picasa.com/favicon.ico
And now Save the page
And you will see Your favicon icon