Tuesday, 18 December 2012


Just found this on the net, so I gave it a try.

Lo and behold, it actually works.

Very handy if you are an Ebayer.
Enjoy

When you look at an item and click on bid history all the bid amount are replaced with "-" until the end of the auction.

To view these amounts before the auction ends when viewing the item change


http://cgi.ebay.co.uk/ws/eBayISAPI.dll


in the address bar to


http://cgi.ebay.com/ws/eBayISAPI.dll


And then click on the bid history. The bid amounts will be shown.

Delete An "undeletable" File

>Open a Command Prompt window and leave it open.
>Close all open programs.
>Click Start, Run and enter TASKMGR.EXE
>Go to the Processes tab and End Process on Explorer.exe.
>Leave Task Manager open.
>Go back to the Command Prompt window and change to the directory the AVI (or other undeletable file) is located in.
>At the command prompt type DEL <filename> where <filename> is the file you wish to delete.
>Go back to Task Manager, click File, New Task and enter EXPLORER.EXE to restart the GUI shell.
>Close Task Manager.


Or you can try this

Open Notepad.exe

Click File>Save As..>

locate the folder where ur undeletable file is

Choose 'All files' from the file type box

click once on the file u wanna delete so its name appears in the 'filename' box

put a " at the start and end of the filename
(the filename should have the extension of the undeletable file so it will overwrite it)

click save,

It should ask u to overwrite the existing file, choose yes and u can delete it as normal


Here's a manual way of doing it. I'll take this off once you put into your first post zain.

1. Start
2. Run
3. Type: command
4. To move into a directory type: cd c:\*** (The stars stand for your folder)
5. If you cannot access the folder because it has spaces for example Program Files or Kazaa Lite folder you have to do the following. instead of typing in the full folder name only take the first 6 letters then put a ~ and then 1 without spaces. Example: cd c:\progra~1\kazaal~1
6. Once your in the folder the non-deletable file it in type in dir - a list will come up with everything inside.
7. Now to delete the file type in del ***.bmp, txt, jpg, avi, etc... And if the file name has spaces you would use the special 1st 6 letters followed by a ~ and a 1 rule. Example: if your file name was bad file.bmp you would type once in the specific folder thorugh command, del badfil~1.bmp and your file should be gone. Make sure to type in the correct extension.

enjoy divyanshu --------------------

Here is the best way to crack the bios password in windows:

Follow the steps below:

1) Boot up windows.
2) go to dos-prompt or go to command prompt directly from the windows start up menu.

3) type the command at the prompt: "debug" (without quotes)
4) type the following lines now exactly as given.......
o 70 10
o 71 20
quit
exit

4) exit from the dos prompt and restart the machine


password protection gone!!!!!!!!!!!!!

EnjoYYYYYYYYYY

PS: I tested this in Award Bios........
There seems to be some issue regarding display drivers on some machines if this is used. Just reinstall the drivers, Everything will be fine...........

I have not found any other trouble if the codes are used.

To be on safe side, just back up your data..........


The use of this code is entirely at ur risk.......... It worked fine for me..........


How to Rip TM Dynamic Flash Templates


What you need:

Sample dynamic flash template from TM website
Sothink SWF Decompiler
Macromedia Flash
Yourself


1. browse or search your favorite dynamic flash template in TM website. If you got one... click the "view" link and new window will open with dynamic flash.. loading...

2. If the movie fully loaded, click View -> Source in your browser to bring the source code of the current page and in the source code, search for "IFRAME" and you will see the iframe page. In this example were going to try the 7045 dynamic template. get the URL(ex.
http://images.templatemonster.com/screenshots/7000/7045.html) then paste it to your browser... easy eh? wait! dont be to excited... erase the .html and change it to swf then press enter then you'll see the flash movie again icon_smile.gif.

3. copy the URL and download that SWF file.. use your favorite download manager.. mine I used flashget icon_smile.gif NOTE: dont close the browser we may need that later on.

4. open your Sothink SWF decompiler... click "Quick Open" then browse where you download your SWF/movie file. Click Export FLA to export your SWF to FLA, in short, save it as FLA icon_smile.gif

5. Open your Macromedia FLash and open the saved FLA file. press Control+Enter or publish the file... then wallah! the output window will come up with "Error opening URL blah blah blah..." dont panic, that error will help you where to get the remaining files.

6. Copy the first error, example: "7045_main.html" then go back to your browser and replace the 7045.swf to 7045_main.html press enter and you'll see a lot of text... nonsense text icon_lol.gif that text are your contents...

NOTE: when you save the remaining files dont forget to save with underscore sign (_) in the front on the file without the TM item number (e.g. 7045) if it is html save it as "_main.html" and same with the image save it as "_works1.jpg" save them where you save the FLA and SWF files. Continue browsing the file inside Flash application so you can track the remaining files... do the same until you finish downloading all the remaining the files.



No right-click scripts will keep some people from being able to steal your text and graphics. There are easy ways around it, but it may stop some newbies. Since newbies are often the ones most likely to steal your stuff because they don't know any better, you'll might stop some content theft with this simple trick.

<script type="text/JavaScript">
//Script courtesy of divyanshudaiya.com
var message="NoRightClicking";
function defeatIE() {if (document.all) {(message);return false;}}
function defeatNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=defeatNS;}
else{document.onmouseup=defeatNS;document.oncontextmenu=defeatIE;}
document.oncontextmenu=new Function("return false")
</script>
Note: To copy and paste the code, highlight it by clicking and holding your mouse button down and dragging the cursor from the beginning to the end of the code, then release the mouse button. When you have the code highlighted, press Ctrl + C on your keyboard to copy it. Press Ctrl + V to paste it into your page.
You can paste the script anywhere on your page. I placed it at the end of the source code just before the </body> tag to keep it out of the way. You'll appreciate that when you want to edit the page.
By combining a no right-click script with a no copy & paste script you'll add another layer of difficulty for those trying to steal your text. Use my HTML Code Protectorto make it as difficult as possible for someone to steal your content. Be warned though, a savvy and determined user can still figure out ways around all the protection, nothing is perfectly safe on the Internet. Fortunately, not many people want to spend that much time at it when it's much easier to go steal from someone else.
Note: This script may not work in all browsers. It does work in Internet Explorer and Firefox, which comprises the overwhelming majority of users


Did you know that you can disable the copy and paste function on your web pages? Of course you did, that's why you're here, to see how it's done. Call me a cwazy wabbit for asking.
This little JavaScript snippet will prevent someone from highlighting your text and using the copy function to copy it and rip it off. It also prevents them from using Ctrl + A to select all the text, or using the right-click menu to Select All. Go ahead, try to copy the text on this page . . . I'll wait.
Of course, since it is JavaScript, it doesn't work if the visitor has JavaScript disabled or has a browser that doesn't support JavaScript. That isn't very many users, but anyone with some experience would know a way around this trick. It will stop most new users though, and at least make it harder for everyone else. That may be all the discouragement they need to move on to easier pickings.

The Howdy Doody of it

Just add the following code to the HEAD tag of your web page:
 
<script type="text/JavaScript">
//courtesy of divyanshudaiya.com
function killCopy(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=killCopy
document.onclick=reEnable
}
</script>
Good thing that's a short bit of code to type isn't it, since you can't copy and paste from this page where the code is being demonstrated? Just kidding—if you view the source code you can copy and paste it from there.
Has anyone seen my muse?
Note: By combining this no-copy-and-paste code with a no right-click script you'll add another layer of difficulty for those trying to steal your text. Use my HTML Code Protector to make it as difficult as possible for someone to steal your content. Be warned though, a savvy and determined user can still figure out ways around all the protection, nothing is perfectly safe on the Internet. Fortunately, not many people want to spend that much time at it when it's much easier to go steal from someone else.
Also: This script may not work in all browsers. It does work in Internet Explorer and Firefox, which comprises the overwhelming majority of users. 


Google is clearly the best general-purpose search engine on the Web (see

www.pcmag.com/searchengines

But most people don't use it to its best advantage. Do you just plug in a keyword or two and hope for the best? That may be the quickest way to search, but with more than 3 billion pages in Google's index, it's still a struggle to pare results to a manageable number.

But Google is an remarkably powerful tool that can ease and enhance your Internet exploration. Google's search options go beyond simple keywords, the Web, and even its own programmers. Let's look at some of Google's lesser-known options.

Syntax Search Tricks

Using a special syntax is a way to tell Google that you want to restrict your searches to certain elements or characteristics of Web pages. Google has a fairly complete list of its syntax elements at

www.google.com/help/operators.html

. Here are some advanced operators that can help narrow down your search results.

Intitle: at the beginning of a query word or phrase (intitle:"Three Blind Mice") restricts your search results to just the titles of Web pages.

Intext: does the opposite of intitle:, searching only the body text, ignoring titles, links, and so forth. Intext: is perfect when what you're searching for might commonly appear in URLs. If you're looking for the term HTML, for example, and you don't want to get results such as

www.mysite.com/index.html

, you can enter intext:html.

Link: lets you see which pages are linking to your Web page or to another page you're interested in. For example, try typing in

link:http://www.pcmag.com


Try using site: (which restricts results to top-level domains) with intitle: to find certain types of pages. For example, get scholarly pages about Mark Twain by searching for intitle:"Mark Twain"site:edu. Experiment with mixing various elements; you'll develop several strategies for finding the stuff you want more effectively. The site: command is very helpful as an alternative to the mediocre search engines built into many sites.

Swiss Army Google

Google has a number of services that can help you accomplish tasks you may never have thought to use Google for. For example, the new calculator feature

(www.google.com/help/features.html#calculator)

lets you do both math and a variety of conversions from the search box. For extra fun, try the query "Answer to life the universe and everything."

Let Google help you figure out whether you've got the right spelling—and the right word—for your search. Enter a misspelled word or phrase into the query box (try "thre blund mise") and Google may suggest a proper spelling. This doesn't always succeed; it works best when the word you're searching for can be found in a dictionary. Once you search for a properly spelled word, look at the results page, which repeats your query. (If you're searching for "three blind mice," underneath the search window will appear a statement such as Searched the web for "three blind mice.") You'll discover that you can click on each word in your search phrase and get a definition from a dictionary.

Suppose you want to contact someone and don't have his phone number handy. Google can help you with that, too. Just enter a name, city, and state. (The city is optional, but you must enter a state.) If a phone number matches the listing, you'll see it at the top of the search results along with a map link to the address. If you'd rather restrict your results, use rphonebook: for residential listings or bphonebook: for business listings. If you'd rather use a search form for business phone listings, try Yellow Search

(www.buzztoolbox.com/google/yellowsearch.shtml).




Extended Googling

Google offers several services that give you a head start in focusing your search. Google Groups

(http://groups.google.com)

indexes literally millions of messages from decades of discussion on Usenet. Google even helps you with your shopping via two tools: Froogle
CODE
(http://froogle.google.com),

which indexes products from online stores, and Google Catalogs
CODE
(http://catalogs.google.com),

which features products from more 6,000 paper catalogs in a searchable index. And this only scratches the surface. You can get a complete list of Google's tools and services at

www.google.com/options/index.html

You're probably used to using Google in your browser. But have you ever thought of using Google outside your browser?

Google Alert

(www.googlealert.com)

monitors your search terms and e-mails you information about new additions to Google's Web index. (Google Alert is not affiliated with Google; it uses Google's Web services API to perform its searches.) If you're more interested in news stories than general Web content, check out the beta version of Google News Alerts

(www.google.com/newsalerts).

This service (which is affiliated with Google) will monitor up to 50 news queries per e-mail address and send you information about news stories that match your query. (Hint: Use the intitle: and source: syntax elements with Google News to limit the number of alerts you get.)

Google on the telephone? Yup. This service is brought to you by the folks at Google Labs

(http://labs.google.com),

a place for experimental Google ideas and features (which may come and go, so what's there at this writing might not be there when you decide to check it out). With Google Voice Search

(http://labs1.google.com/gvs.html),

you dial the Voice Search phone number, speak your keywords, and then click on the indicated link. Every time you say a new search term, the results page will refresh with your new query (you must have JavaScript enabled for this to work). Remember, this service is still in an experimental phase, so don't expect 100 percent success.

In 2002, Google released the Google API (application programming interface), a way for programmers to access Google's search engine results without violating the Google Terms of Service. A lot of people have created useful (and occasionally not-so-useful but interesting) applications not available from Google itself, such as Google Alert. For many applications, you'll need an API key, which is available free from
CODE
www.google.com/apis

. See the figures for two more examples, and visit

www.pcmag.com/solutions

for more.

Thanks to its many different search properties, Google goes far beyond a regular search engine. Give the tricks in this article a try. You'll be amazed at how many different ways Google can improve your Internet searching.


Online Extra: More Google Tips


Here are a few more clever ways to tweak your Google searches.

Search Within a Timeframe

Daterange: (start date–end date). You can restrict your searches to pages that were indexed within a certain time period. Daterange: searches by when Google indexed a page, not when the page itself was created. This operator can help you ensure that results will have fresh content (by using recent dates), or you can use it to avoid a topic's current-news blizzard and concentrate only on older results. Daterange: is actually more useful if you go elsewhere to take advantage of it, because daterange: requires Julian dates, not standard Gregorian dates. You can find converters on the Web (such as

CODE
http://aa.usno.navy.mil/data/docs/JulianDate.html

excl.gif No Active Links, Read the Rules - Edit by Ninja excl.gif


), but an easier way is to do a Google daterange: search by filling in a form at

www.researchbuzz.com/toolbox/goofresh.shtml or www.faganfinder.com/engines/google.shtml

. If one special syntax element is good, two must be better, right? Sometimes. Though some operators can't be mixed (you can't use the link: operator with anything else) many can be, quickly narrowing your results to a less overwhelming number.

More Google API Applications

Staggernation.com offers three tools based on the Google API. The Google API Web Search by Host (GAWSH) lists the Web hosts of the results for a given query

(www.staggernation.com/gawsh/).

When you click on the triangle next to each host, you get a list of results for that host. The Google API Relation Browsing Outliner (GARBO) is a little more complicated: You enter a URL and choose whether you want pages that related to the URL or linked to the URL

(www.staggernation.com/garbo/).

Click on the triangle next to an URL to get a list of pages linked or related to that particular URL. CapeMail is an e-mail search application that allows you to send an e-mail to google@capeclear.com with the text of your query in the subject line and get the first ten results for that query back. Maybe it's not something you'd do every day, but if your cell phone does e-mail and doesn't do Web browsing, this is a very handy address to know.

Monday, 17 December 2012

The most effective way to advertise on the Internet is
to first set up a website and publish its domain name
on major search directories such as Google.com,
Yahoo.com [at http://www.google.com/addurl/?...... and
MSN.com since 85% of Internet shoppers rely on these
search directories to provide them with goods and
services. In a sense, these search directories are a
very large Internet Yellow Pages.

Nevertheless, should your website or opening webpage
fail to contain "generic" keywords, then anyone using
such "generic" queries will not be able to discover
your website. Your domain name [URL] of your website,
in a sense, will be invisible, undiscoverable.

You may want to consider some simple algorithms which,
when observed and committed in designing of a website
with placement of various critical metatags that can
surely achieve a high search engine presence and
increase Internet traffic to your website. These
metatag strategies work well with published webpages
at Google and Yahoo.

Design: Should you create an extensive Flash-based
website, make sure to fill-in the property entries
such as the Title, Description and Keywords. Failing
to do so, leaves no hard HTML or ALT resource that can
be readily indexed by search robots. Also consider the
Internet audience and their incoming setup. For
example, if they are on analog/dialup, Flash webpages
take too long to load up and therefore analog users
will likely lose interest and discontinue entering the
Flash site. On the other hand, anyone on hi-speed DSL
lines, will welcome Flash pages which load quickly. So
before designing a pure Flash websitge, ask the simple
question, "Who's my end user - is he on dialup or
DSL?" And if you had to choose between these two users
for maximum marketability, then select analog users
since 80% of most resident users are still analog
Internet subscribers and pure HTML designed webpages
is best for them.

A non-Flash-based website which relies on hard text,
is far easier to be indexed by search robots. Limit
the use of stylized text saved as .gifs since as a
graphic, they are not indexable by search robots.

Avoid use of frames since any number of search robots
are unable to properly classify textual material.

Placement of Metatags:

A ranking or search order does take place with Google
and Yahoo and it begins with the "Title" metag which
should consist of no more than 60 characters separated
by commas. The "Title" should describe in generic terms, the goods and services, followed by a location from which the resource is located, i.e., city, state. The placement of a domain name which is not generic within the "Title" is not appropriate, unless your
domain name is a major recognizable brand name.

The second metatag is the "Description" which is
usually up to 41 words to form a complete paragraph which
best describes one's goods and services. It is not merely a list.

And the very last category - "Keywords" are also
somewhat limited to 15 words which can be plural
and compound in nature. Again, avoid multiple entries
which could be mistaken as "spamdexed entries" which
is defined as the loading, and submission of
repetitive words into a particular metatag category.
"Spamdexing" when discovered on a webpage and reported
to Google's spamreport.com can result in the
elimination of your website from their search
directory.

Here's an example of a very highly-placed website on
Google.com: Begin with the very "generic" search query
"sandwiches downtown los angeles," taking note to not
abbreviate Los Angeles to "LA" and of course, leave
out the parentheses ("). It will bring up some 2.4
million+ search results. Check out where "Nazos.net"
is ranked. It's on the SECOND FRONT [ranked 15]!
Again, Nazos.net's high web presence was achieved by
proper web design and placement of relevant metatags
according to Google's publication guidelines.

Good luck

earlier torrific was considered to be the most important torrent to dirct download but workload has resulted in its failure so After weeks of searching, I have found two good alternatives to the site. One thing you need to keep in mind is that these are in no way as good as Torrific but they do seem to serve the common motive – Torrent downloads over HTTP.  If you remember torrific or had been a member of it, then you know that premium membership was of no use at Torrific; users could download lots of files and the restriction regarding speed and storage of files was very less. But, these sites I am going to tell you about have quite a restriction regarding free downloads. Don’t get me wrong, you can download files without having to buy the premium membership, but you might not find the ‘free download service’ good enough compared to Torrific’s.

PUT.iO

PUT.iO - Direct download Torrents for free
 The best alternative to Torrific. No bandwidth limit and lots of other features for free! Click on the link above to read a detailed guide about the site.
Update : Put.io has filled up to it’s capacity. It is not accepting any more registrations for free plan. However, you can leave your email on Put.iO and it will notify you whenever the free plan returns.

BoxOpus

It is a relatively new site still in its beta stage. You can register on the site with your Facebook, Twitter, or Dropbox account. If you don’t want to login with those accounts, you’ll require an invitation code. Since the site is in beta, there’s no limitation as to how much you can download (however there is a file size limitation of 2 Gb/torrent) or how much bandwidth you can consume. However, you have to download the file to your computer within 24 hours after the torrent is transferred to the server. The site removes downloaded files within 24 hours whether or not you download them to your computer.

ZBigZ

 
A good alternative to torrific. The downloading speed varies anywhere between 50-150 kbps according to the server load. Files may be stored for a week or longer.
Update : ZBigZ has changed the layout of the site and also, limited the number of torrents for free users to two, meaning you can only leave two torrent links at a time on the site.

 Furk

We are going to use a trick to make the downloads faster and resume-able. If you do not use the method mentioned here, you won’t be able to resume the download and the speed will also be very limited. Furk.Net has a download limitation, meaning you can only download files of about 700 Mb, after that you’ll be asked to buy premium membership. Though they say they have no limitation of the file size, they limit you while you download the file as  a free user. It’s worth it if you are going to download files/movies of small size.
You need to register on the site with your Facebook account.
Go to My Files and then to Add. Now, either put a link to the torrent file you want to download or just upload the .torrent file if you have it on your computer.
Don’t forget to put a tick mark on the option button “Send e-mail when finished”.  Click on Add torrent.
Wait for a while and you should receive a notification by email after the file is available for direct download. If the file has already been transferred by someone else earlier, you won’t need to wait.
Once you are on the page shown above, click on the Play button and a file will be downloaded to your computer immediately. Open that file with Notepad.
If you see the texts on notepad properly, you’ll notice  <location> tagThe link between the <location> </location> tag represents where your file is. (For ex. you might see <location>http://blabla.blabla/video.mp4</location>) So just copy the texts in between <location> </location> and either open it on your browser or paste it on your download manager. Your download should start without any speed limitation and full resume capability.
That’s it. Enjoy the HTTP downloads!
What’s your favorite site among them all? Also, is there any other sites that you know of that offer free download of torrents via http? Please put your answer on the comment section below.

Thursday, 24 May 2012


Change Your Ip In Less Then 1 Minute

1. Click on "Start" in the bottom left hand corner of screen
2. Click on "Run"
3. Type in "command" and hit ok

You should now be at an MSDOS prompt screen.

4. Type "ipconfig /release" just like that, and hit "enter"
5. Type "exit" and leave the prompt
6. Right-click on "Network Places" or "My Network Places" on your desktop.
7. Click on "properties"

You should now be on a screen with something titled "Local Area Connection", or something close to that, and, if you have a network hooked up, all of your other networks.

8. Right click on "Local Area Connection" and click "properties"
9. Double-click on the "Internet Protocol (TCP/IP)" from the list under the "General" tab
10. Click on "Use the following IP address" under the "General" tab
11. Create an IP address (It doesn't matter what it is. I just type 1 and 2 until i fill the area up).
12. Press "Tab" and it should automatically fill in the "Subnet Mask" section with default numbers.
13. Hit the "Ok" button here
14. Hit the "Ok" button again

You should now be back to the "Local Area Connection" screen.

15. Right-click back on "Local Area Connection" and go to properties again.
16. Go back to the "TCP/IP" settings
17. This time, select "Obtain an IP address automatically"
tongue.gif 18. Hit "Ok"
19. Hit "Ok" again
20. You now have a new IP address

With a little practice, you can easily get this process down to 15 seconds.

P.S:
This only changes your dynamic IP address, not your ISP/IP address. If you plan on hacking a website with this trick be extremely careful, because if they try a little, they can trace it back,this is a temporary prevention be careful.......


ENJOY--------------------------------------------------<><><><><><><><><><><><><><><><>