Showing posts with label Tips and Tricks. Show all posts
Showing posts with label Tips and Tricks. Show all posts

Friday, August 13, 2010

Bpl loop free gprs first see plans available

0 comments
Ab payein 4980 Local seconds (30 dino ke liye valid) Rs 33 ke etop up recharge pe! Aaj hi recharge karein. Conditions Apply.


For new plan from check last post. 

and also on erecharg of 90 u wil get 15000 local sec for 1 month 

now erecharge with Rs 6 and and get all local/ STD calls @50 p/min for 1 year validity.

today all operator having pay per second billing. Who started this first, you know it is Tata Docomo.
No its wrong
no its not Tata Docomo
Its BPL MOBILE WHO START PAY PER SECOND BILLING IN 2004. but due to some problem it discontinue it.  



yup bpl was the first one.
i had d card.
it waz 3p/s call charge.
and it was called bpl mots.
(mots = mobile on the spot) and d card was of white colour.

Now recharge with Rs 13 & get 1500 Loop Mobile to Loop Mobile SMS absolutely Free. Pack Validity-30 days. 

  now 500 loop 2 loop minutes on recharge of Rs 63 for 30 days. 
Read full story

Wednesday, August 11, 2010

Bolt2.1 for GLOBE AIRTEL RELIANCE TATA SUN RED AND MANY MORE

0 comments

Connection Name: Bolt Globe
APN: http.globe.com.ph
proxy: us3.boltbrowser.com or 98.131.115.166
port: 80

Bolt Settings:
Proxy Type>HTTP
twitter.globe.com.ph
front query: twitter.globe.com.ph/p/nph-erp.cgi/000000A/http/

Read full story

List of Working Server for Ebuddy(Smart/Globe)try this.

0 comments
p: paramaribo-0.ebuddy.com or 38.99.73.66
Ip: paramaribo-1.ebuddy.com or 38.99.73.67
Ip: paramaribo-2.ebuddy.com or 38.99.73.68
Ip:misnk-0.ebuddy.com or 38.99.73.116
Ip:misnk-1.ebuddy.com or 38.99.73.117
Ip:misnk-2.ebuddy.com or 38.99.73.120
Ip: osaka-0.ebuddy.com or 38.99.73.63
Ip: osaka-1.ebuddy.com or 38.99.73.109
Ip: osaka-2.ebuddy.com or 38.99.73.110
Ip:adelaide-0.ebuddy.com or 38.99.73.54
Ip:adelaide-1.ebuddy.com or 38.99.73.111
Ip:adelaide-2.ebuddy.com or 38.99.73.112
Ip:newyork-0.ebuddy.com or 38.99.73.124
Ip:newyork-1.ebuddy.com or 38.99.73.125
Ip:newyork-2.ebuddy.com or 38.99.73.126
Ip:verona.ebuddy.com or 38.99.73.30
Ip:nice.ebuddy.com or 38.99.73.9
Ip: prague.ebuddy.com or 38.99.73.24

ALL PORT:80
Read full story

Tuesday, August 3, 2010

NEW AIRTEL MOBILE OFFICE BOLT2.0 TRICKS 100% FREE WORKING

0 comments
BOLT210 Handler SettingUse with airtel default Mobile office(airtelgprs.com) Step-1 Download handlerwrite inFrontQuery:

121.241.248.6.php.flyproxy.com/nph-proxy.pl/010000A/http/

MiddleQuery:Leave it blankBackQuery:Leave it blankFilter:Leave it blankAdd Port to non-port URL:Leave it blank
Now plz click check box Remove port 

Proxy Type-Host  
Read full story

[Tutorial] Basic java Modding Tutorial for free gprs for all..

0 comments

Do you want to modify java apps by yourself using your phone?

Here are tools that you need if you want to modify a java application (ie, Opera Mini, etc.).

1. X-Plore (1.42):
File Manager that is used to extract jar archives and edit manifest.mf’s.
2. Zntxhan (2.04):
File Editor that is used to edit .class files and other files. There are also other files that are supported by zntxhan. (python needed)
3. Image Designer (1.40):
Image Editor that is used to edit or create image files for icons, skins and etc of a java file. (python needed)
4. JarBoom (2.0):
Compiler that is used to compile or pack the extracted java archive. Using this doesnt give me an authorization failed error upon installing the packed jar. (python needed)
Thats it! For a basic need, that was enough. For python based apps, you need the python installer and the module pack to run those apps.

For other s60 such as s60v3. There are also corresponding apps for your phone version of the said apps on same name

or s40, I havent tried it yet but it was possible though I see it a little harder. And we will not settle on that. ;P

I hope you get a little idea about the apps. Up next is the detailed and step by step tutorial on how to modify java apps

We will now start on the basic of modding. I will teach you how I learned this stuff. So the sharing knowledge process is Shankru's way. *credits goes to my mentors and other people that gave me knowledge about modding Ankitkumarpal,jbpsedu,faishaln73,handler and {your_name_here} So let’s proceed.

1.Preparing the java file:
for example we want to modify an Opera Mini 5 final, we use xplore to locate it, click it and we see a lot of files. All we had to do is to extract all files in JarBoom’s unjar folder using X-plore.


2.Editing the Manifest:
Look for META-INF folder and inside you will see a MANIFEST.MF file. You can edit it with X-Plore by pressing [8]. Edit the necessary details you want to change (ie, MIDlet-Vendor, MIDlet-Version, MIDlet-Name, MIDlet-Info-URL, MIDlet-Description and MIDlet-1). Make sure when saving, the Save as unicode option is NOT
checked.


3.Editing the Class Files:
Using Zntxhan, locate any .class file via Listway. We need to edit these to change the server and put a trick on it. In Opera Mini 5 final the server is located in f.class (this differs on every java apps). You can use the functions of Zntxhan to search for the string of the server in the class. After editing, save and delete the created .class_bak (which serves as backup but we do not need this)

4.Editing the Icon:
Here we will use ImageDesigner, you can edit the i.png file that was extracted to any design you like, just make sure you made it small to fit in as an icon, 50is enough (I guess).

5.Compiling:
After we had edited what we needed to, we’re off to compiling the files back into jar file again. In this case, we will use JarBoom, choose Tools-Compile and locate the manifest.mf inside meta-inf folder and give name to your jar file, wait until the packing completes.

That’s it! Try your modded om. If it installs, great! You did it. This is all just for now, I hope you get a little idea about modding and we will proceed to deeper topics in future. Always note that, what I post here was based on my knowledge about this topic. We may have our own style or way. Explore and you will learn.

have a good day everyone!
Read full story

How to make your PC Start Fast

0 comments
Many users dn't knw abt dis but wen they start there PC lots of Unwanted software are start with it which dey dn't use. Like Messengers, Adobe Process etc. If user need dem den he starts it manually na.


So here is the trick to Stop dis automatically start of process at Windows Startup.


Step 1: Go to Desktop and press Windows key+R. (A small window open in the bottom left corner)

Step 2: On dis window type msconfig and press enter. ( A new window pop-up Don't do anything on dis window frm ur mind otherwise it create problem for u n i m nt responsible for it)

Step 3: On dis window go to startup tab.

Step 4: Untick the program dat u dn't want to start automatically like yahoo messenger, adobe processes etc and tick the program you want like Download accelerator, anti-virus etc.

Step 5: Apply it and den Ok now restart the system n see the effect.
Read full story

MS Excel Commands *MUST SEE*

0 comments
KEY <br />
EXEL COMMAND.jpg
Read full story

Top Worst Computer Virus Of All Time

0 comments
10 Worst Computer Virus Of All Time


Brain, 1986 It all started here: Brain was the first "real" virus ever discovered, back in 1986. Brain didn't really hurt your PC, but it launched the malware industry with a bang and gave bad ideas to over 100,000 virus creators for the next 2 decades.
Michelangelo, 1991 The worst MS-DOS virus ever, Michelangelo attacked the boot sector of your hard drive and any floppy drive inserted into the computer, which caused the virus to spread rapidly. After spreading quietly for months, the virus "activated" on March 6, and promptly started destroying data on tens of thousands of computers.
Melissa, 1999 Technically a worm, Melissa (named after a stripper) collapsed entire email systems by causing computers to send mountains of messages to each other. The author of the virus was eventually caught and sentenced to 20 months in prison.
ILOVEYOU, 2000 This was notable for being one of the first viruses to trick users into opening a file, which in this case claimed to be a love letter sent to the recipient. In reality, the file was a VBS script that sent mountains of junk mail and deleted thousands of files. The results were terribly devastating- one estimate holds that 10 percent of all computers were affected, to a cost of $5.5 billion. It remains perhaps the worst worm of all time.
Code Red, 2001 An early "blended threat" attack, Code Red targeted Web servers instead of user machines, defacing websites and later launching denial-of-service attacks on a host of IP addresses, including those of the White House.
Nimda, 2001 Built on Code Red's attack system of finding multiple avenues into machines (email, websites, network connections, and others), Nimda infected both Web servers and user machines. It found paths into computers so effectively that, 22 minutes after it was released, it became the Internet's most widespread virus at the time.
Klez, 2001 An email virus, Klez pioneered spoofing the "From" field in email messages it sent, making it impossible to tell if Bill Gates did or did not really send you that information about getting free money.
Slammer, 2003 Another fast spreader, this worm infected about 75,000 systems in just 10 minutes, slowing the Internet to a crawl (much like Code Red) and shutting down thousands of websites.
MyDoom, 2004 Notable as the fastest-spreading email virus of all time, MyDoom infected computers so they would, in turn, send even more junk mail. In a strange twist, MyDoom was also used to attack the website of SCO Group, a very unpopular company that was suing other companies over its code being used in Linux distributions.
Storm, 2007 The worst recent virus, Storm spread via email spam with a fake attachment and ultimately infected up to 10 million computers, causing them to join its zombie botnet.
Read full story
 

My Blog List

Hello

Hack World © 2008 Business Ads Ready is Designed by Ipiet Supported by Tadpole's Notez