Categories
Tips

Check whether someone is Offline, Invisible or Blocked you on Gtalk!

Gtalk is one among the most loved instant messaging service provided by Google which was recently being integrated with Orkut. Every day, the number of Gtalk users multiply. With Gtalk getting popular day by day, there is a need for some tricks and tweaks to get the most out of the service you are making use of, and to continue being called a ‘geek’ in your friends circle. 😉

In this article, I am going to write about two unique stuffs about Gtalk that you may not be aware about.

  1. Finding out friends who are online, but in invisible mode:
    As I remember, Google launched a feature of chatting in invisible mode a year ago. Invisible feature can be used from latest versions of almost all browsers or from Gtalk labs. Couple of months ago Rahul posted an article on figuring out who is online in invisible mode. The other trick I am going to write today is really too simple and silly and will help you only if you have a GPRS activated mobile. To use this trick, simply download and install gotalkmobile into your GPRS activated mobile, login with your Gtalk ID & pass and it will show up all the person online, doesn’t matter whether they are visible or invisible. 😉
  2. Finding out whether someone has blocked you or is offline:
    Many a times anxiety engulfs our mind when we don’t find some of our friends (specially girl friends 😉 ) online for a long period of time. If it is so, the friend might be remaining invisible or offline all the times or he/she must have blocked you. In the above point, we have mentioned about two cool tricks to find whether a friend is really offline or is avoiding you remaining invisible. But what if they would have blocked you? You’ll presume that they are offline but in realty they may not be. In this case, Rakshit will help you on “how to check whether someone has blocked you on gtalk”.

So, using the above two cool tricks, you can easily figure out whether the girl next door is really offline or avoiding you. 😉

Links: GoTalkMobile | Bug in Gtalk (Find who is offline and who is invisible) | Find who has blocked you on Gtalk

Related: Remain always ideal on Gtalk

Categories
Tips

Ever wondered about “autorun.inf” file in CDs/Pen Drives!

While opening some optical drives (CDs) or pen drives you might have noticed that they contain autorun.inf file in it. Some people assume that it is some Virus/Malware which might infect their computer. But actually autorun.inf is just a script for invoking any event when some CD or Pen Drive is Inserted in PC. This feature is actually a part of shell32.dll.

You can set your own custom icon and your own custom file to start when media is inserted in computer. If you are a geek, then you can accomplish much more and impress your friends with some smart autorun scripts while burning CDs for them!

A sample of autorun.inf file looks like as shown below:
[autorun]
open=autorun.exe
icon=autorun.ico
label= My Thumb Drive(98XXXXXXXX)

Taking above examples I’ll explain functions of commands here-

  • Open – Specifies which file to start when media is Inserted.
  • Icon – Specifies the Icon to appear in Windows explorer
  • Label – The Volume of Drive to Appear in Window Explorer

If you are lazy at writing this codes you can try a free tool, Autorun.inf Maker.

You can bypass events written in autorun.inf by pressing shift key while inserting Pen Drive or CD. This is useful when you are unsure about what Pen Drive or CD might contain. However, I recommend you to use some good antivirus like AVG or Avast which takes less load on system and detects any unwanted threats. There is also an antivirus Program which is made for this purpose only which is mentioned here.

Link : Download Autorun Maker
Also Read : Special Virus Scanner for USB

Categories
Reviews

Analyze a site security with McAfee site advisor

Just came across a cool site that claims to analyze the security of a given website. The homepage of McAfee site advisor says:

We test the Web to help keep you safe from spyware, spam, viruses and online scams. Safety ratings from McAfee SiteAdvisor are based on automated safety tests of Web sites (including of our own site) and are enhanced by feedback from our volunteer reviewers and insights from our own analysts. McAfee SiteAdvisor does not accept payment from rated sites, so our ratings are objective and uniformly applied.

<

p align=”justify”>After reading the above statement do we need to say anything else?
Well, to test the service, we tried checking the safety of DevilsWorkshop and we passed the test. 🙂 As you can see on the screen shot, it reads “We tested this site and didn’t find any significant problems.” Though most of us usually have anti-virus packs installed on our system, these kind of advisors can be used as a extra layer of safety. Also, McAfee site advisor comes with a firefox plugin for instant checking of a site reliability which can be downloaded from here.

Links: McAfee SiteAdvisor | SiteAdvisor plugin for firefox.

Categories
Tips

5 Best Blogspot Blogger Hacks Everyone Should Use!

Well I started blogging around three month ago using blogger and it turned out to be quite interesting experience. In my view, the best way to improve your blog is to see what other are doing?

So I started observing some very nicely formatted blogs and noticed what kind of hacks and modification they use for successful blogging and tried to implement them in my own template. Voila! After hours of research and browsing, I have made a list of all hacks which are must have for a professional blog.

Back up first

It is important to backup your Blogger template (especially before attempting any template customizations). Download a copy of your template to your computer, which you can access in the future if you need to restore your theme (or your entire blog).

For Blogger XML based templates (Layouts):

Go to Layout > Edit HTML in your Blogger dashboard, then click on the link near the top of the page which says “Download Full Template”. This will save a copy of your full template as an XML file to your computer.

Now lets go for some best Blogger hacks…

Expandable post hack…

This hacks gives your blog a professional look by shrinking your full post to few lines and displaying a read more or continue reading link. In many ways this hack is unique. It increases your page impressions and it also helps your blog to load quickly by just loading summaries instead of full posts. This hack has many variations. Many bloggers have modified it in their own way. Let’s see some good variations…

Variation 1

ADVERTISEMENT

Ramani on hackosphere was one of first who promoted this hack. In this version of hack, it uses insertion of codes around various location of your template. This hack is good for people who use a simple template with many hacks.

ADVERTISEMENT

One drawback is: your have to edit each of your earlier post and insert codes between them to apply this hack uniformly. 🙁

ADVERTISEMENT

The problem with this is if you use other hacks it may get disturbed which may result in the read more link disappearing or sometimes appearing after post.Codes for this hack are linked below

Install this hack

Variation 2

I used Ramani’s hacks for quite a time which required editing around the <post:data.body/> section. It created some problems for me so I found this variation.

ADVERTISEMENT

Amanda on bloggerbuster offers a better version of this hack. This is better in many ways. You can use (install) it easily and after installing you don’t have to add separate code between and at end of posts. This automatically shrinks your post and adds read more link. Have a look at codes you need to add…

<b:if cond='data:blog.pageType != "item"'>
<div class='excerpt post-body entry-content'>
<data:post.body/>
<div style='clear: both;'/> <!-- clear for photos floats -->
</div>
<b:else/>
<div class='post-body entry-content'>
<data:post.body/>
<div style='clear: both;'/> <!-- clear for photos floats -->
</div>
</b:if>

This is the best hack for expandable post summaries and it is also hassle free. 🙂

Install this hack

Paged navigation hack

This is really a simple and useful widget. It adds a paged navigation at the end of your posts. Nice way to increase your page impression and it also give option to reader to visit more of your posts in random order.

Thanks to Rias he managed to make this hack as an widget so you can add it to your blog without any hassles. This is so perfect that no variation is needed for this one. Still if you want one, you can check this one posted on Devils Workshop by Arjun.

ADVERTISEMENT

Install this hack

Related post hack

This is very useful and productive hack. It adds a list of related posts after your post content. This is the best way to make your visitor spend more time on your blog without annoying them at all. It also increases impressions and earnings. Also as a visitor spend more time on your blog, he is more likely to subscribe to your RSS feed.

Variation 1

Rias again offers a way to do this but his method is quite complex but offers flexibility. You can try it but it involves lot of editing. Good for bloggers who are comfortable with codes!

Install this hack

Variation 2

This is more comfortable way to install this hack on your blogger template. In this version, you need to put a section of code around <post.data:body/> section and its done!

Its a very easy to use and credit goes to Jackbook for this version of hack.

Install this hack

Social bookmarking

Social bookmarking services are a great way to drive more visitor to your blog and find many potential readers. Services like Digg, Stumble upon, Technorati has helped many bloggers succeed. There are methods which allows you put a set of icons that link to popular social bookmarking services.

Variation 1

Well this hack is designed by Annesh and Beautiful beta. This hack is simple to use.

Just a two step process and you can add a set of booking icons that will appears at the end of your each post. You can add/remove social bookmarking icons that as per your choice.

Install this hack

Variation 2 (Added by Editor)

Rahul created this hack when he was on Blogger. This supports around 30 top social boomarking services and also provide option to add all of them once or one-by-one.

Install this hack

AdSense after each post

Using AdSense after each post is best way to increase your AdSense revenue. It helps in getting more clicks on ads. I used Rahul’s method to do it.

This is good for people who do not use expandable post hack. The problem is, ad appears on home page as well the post pages. Look at screen shot below…

If you are using expandable post hack then it doesn’t look good to show ads on homepage. You can avoid this by adding two lines of code around codes provided in Rahul’s post…

<b:if cond='data:blog.pageType == "item"'>
"Modified Google AdSense Ad Code"
</b:if>

The above lines add a condition which prevent this hack frrom working on homepage, label(category) or archive pages. Look at following screenshot for some help…

That’s All! If you have any really good hack, please share via comments!

Thanks for reading… 🙂


[Editor Note: This is first post by Alok Chaudhari. He blogs at Freewares n Beta about best freeware stuff.

If you like to write for Devils Workshop, please check this. Details about our revenue sharing programs are here.]

Categories
Tips

Multiple Yahoo Messenger Hack – Using Many Yahoo Accounts at once!

Long time back I published a simple hack using which you can run multiple Google Talk at once. Now thanks to Ankit, we have a way to run multiple Yahoo messenger at once.

Check following screenshot where me and my friend Sameer signed into our (different) yahoo accounts at the same time!

# How-To Go Multiuser…

  1. Download yahoo_multiuser.reg file. (Tip: Right Click on link, select “save as”…)
  2. Double Click on above file once it is downloaded.
  3. Window may show warning. Click Yes to proceed.
  4. Thats it! Now every click on Yahoo messengers shortcut will start new instance of IM!
ADVERTISEMENT

# How-To Restore singleuser…

I don’t find any harm leaving it multiuser. Still in case you want to restore changes made by above registry file…

  1. Download yahoo_singleuser.reg file. (Tip: Right Click on link, select “save as”…)
  2. Double Click on above file once it is downloaded.
  3. Window may show warning. Click Yes to proceed.
  4. Thats it! Everything is restored again!
ADVERTISEMENT

Now this is for all Windows user using Yahoo Messenger. Others can log into multiple yahoo, GoogleTalk, hotmail or any number of account at once using a multiprotocol messenger like pidgin!

Credit: One of our oldest reader Ankit Agrawal posted this hack in comments on post – Check Who is Invisible/Online on Yahoo Messenger Status Hacks!

[Disclaimer: This post deals with registry modification which is critical part of system. It is strongly advised to make backup of registry in advance. Devils Workshop will not accept any liability as per out ToS.]

Categories
Tips

Check Who is Invisible/Online on Yahoo Messenger!

One of my Orkut friend Niharika Arora asked me on Orkut how to check if a person is online on yahoo messenger? I googled for sometime and here are my tested results…

First let me tell you coolest thing about hacks in this tutorial. They do not require a targeted yahoo user to be on your friend list! Now..

To Check Online Status:

This will work only if user is online and NOT into invisible mode. Invisible part is covered later… 😉

ADVERTISEMENT

First Official Way: Go to Yahoos profile directory and check target user profile. Say you want to check status of someone (where someone is Yahoo ID). Now suffix someone to URL http://profiles.yahoo.com/ so it will become http://profiles.yahoo.com/someone. Open final URL in browser and the profile will have status indicator!

Another Way: There are many simple sites which takes Yahoo ID and returns status of Yahoo user. I have tested http://www.blockstatus.com/yahoo/status-checker successfully!

This part is not a hack but official Yahoo feature documented here.

If you want PHP code to create a status-checker page of your own, this page may help you.

ADVERTISEMENT

To Check Invisible Status:

I tested and used a third-party program named Buddy-Spy! Unlike above this requires a Yahoo account. I strongly discourage using your own Yahoo ID. You better create a new one! 😉

Following is a screenshot of my test result, which says everything.

Also point to note is that I was not in friend-list of Yahoo account used for testing! 😀

Buddy-Spy Links: Download | Homepage | User Guide

Update: Try http://yahoostatus.ro/. Its tested, working fine and web-based! (Added October 7, 2008)

Related: How to go Invisible on Gmail Chat!

Categories
News

Another Blow To Orkut! A new bug for spammers…

Remember above image? Few weeks ago we published a bug in Orkut’s click tracking mechanism which let spammer send third party links bypassing image verification!

Now for those who missed that… A new bug is found in Google Video search history feature! Now Whats a big deal you might say? Well Google Videos and Orkut are both owned by Google Inc. So URL which contains google.com in domain part never encounters image verification!

Now consider link below:

ADVERTISEMENT

http://upload.video.google.com/searchhistory/url?url=//www.devilsworkshop.rsites.dev6.rt.gw

 

You can replace any site URL with www.devilsworkshop.rsites.dev6.rt.gw in it and put the link in scraps! Orkut will never ask for image verification!

This bug is more severe compared to bug in Click Tracking mechanism. Fixing this may be still simple but there are many Googles service and so there must be many bugs like this! All this means a lot more spam in coming month on Orkut… 🙁

Credits: Sumit Kalra found this while analyzing a recent spam "VORUS VIDEO SCRAP" code!

Categories
Tips

New Orkut Bug Let Spammer Send Any Link Without Image Verification! (Orkut Loves SPAM)

Not so long back bugs in orkuts privacy features made their users scrapbook & album content accessible to everyone no matter what privacy settings they choose. Orkut team fixed those bug but unfortunately they have to cancel their holiday plan if any as a new bug in Orkut discovered which let spammer send any links without filling up captcha (image verification). All this means more sCrap all spam on orkut!

 

#proof of concept:

ADVERTISEMENT

Paste following code in any scrapbook…

A link will be send which on clicking will take you to this blogs homepage!

Well you may link looks confusing so end user may not click on it…

ADVERTISEMENT

Ok.. What about following code…

How many of you looks at browser status bar when clicking link? 😉

#How to (ab)use!

ADVERTISEMENT

To send links all you need to do is copy following code and append any URL without http:// to it. (Do not remove any slashes…)

http://www.orkut.com/ClickTracker.aspx?url=////// 

 

#How this bug can be abused?

  • Scrap All Script: Spammers most favorite & most powerful tool against orkut is Scrap All script!
  • To spread Trojan, viruses, spywares, worms, etc: www.devilsworkshop.rsites.dev6.rt.gw can be replace by link to malicious contents
ADVERTISEMENT

Old orkut user may remember in past spreading of worm via scrapbook was one of the reason orkut came up with captcha (image verification)while sending third-party links! What the use of captcha, if it can be bypassed!

 

#Bug Details

  • Bug is in ClickTracker.aspx (URL: http://www.orkut.com/ClickTracker.aspx ).

 

ADVERTISEMENT

#A simple fix Orkut can do..

Put a if-else block at the beginning of ClickTracker.aspx which checks url parameter for third party domains (i.e. anything else than orkut.com or google.com). If third party domain is found, call captcha routine or just abort the execution.

 

That’s it! Thanks Gaurav for the bug and reporting this in orkut google-group! If you are a google-group user please post reply in this thread so that it gets noticed by orkut team earlier!

Categories
Tips

View Locked Orkut Album in Orkut Style!

Important Update: This hack is rectified by orkut. SO IT WILL NOT WORK ANYMORE. If I find a new hack I will definitely post it here!

You may subscribe to my RSS feed or email alert to receive automatic updates regarding this and other hacks in future! (Jan 17, 2008)


This is highly recommended way of exploiting Orkut album hack to unlock (view) pics in the album!

Many users claimed that our old orkut album hack is not working. While we noticed few exception most of the users had trouble in copying and pasting lengthy javascript code. So here comes an automated way – a GreaseMonkey script!

Once you install above script successfully, next time you go to any Orkut locked orkut album, you will see pics from locked orkut album in orkut style alongwith error message which obviously lost its meaning! (See screenshot above)

ADVERTISEMENT

#How to Install (Need to do this only once!)

ADVERTISEMENT

Thats it! All locks will be broken automatically as they never existed! 😀

#Credits:

Thanks Leandro Koiti Sato for creating this script script. Original script is here. We made a small change in our version to give maximum result to our users!

Thanks Bean for notifying about script! 🙂


Important Update: This hack is rectified by orkut. SO IT WILL NOT WORK ANYMORE. If I find a new hack I will definitely post it here!

You may subscribe to my RSS feed or email alert to receive automatic updates regarding this and other hacks in future! (Jan 17, 2008)


Categories
Tips

Orkut Viewing Locked Scrapbook Hack is Back!

Important Update: This hack is rectified by orkut. SO IT WILL NOT WORK ANYMORE. If I find a new hack I will definitely post it here!

You may subscribe to my RSS feed or email alert to receive automatic updates regarding this and other hacks in future! (Jan 3, 2008)


Yep! For those who missed old orkut hack to view locked scrapbook, a new hack to do the same is here!

#Steps to use this hack…

  • Navigate to the profile with locked scrapbook or locked scrapbook itself.
  • Now You will see Profile ID in address / navigation bar. Ex. In http://www.orkut.com/Profile.aspx?uid=10226448830416481862 , 10226448830416481862 is Profile ID. Note down this Profile ID.
  • Now replace Profiled in following URL with Profile ID you have noted above.
  • http://x13.110mb.com/scraps.php?uid=ProfileID
ADVERTISEMENT

Finally paste new link in address bar. Hit ENTER and you will get scraps.

ADVERTISEMENT

#Alternate way… (Javascript)

  • Navigate to the profile with locked scrapbook or locked scrapbook itself.
  • Paste Following javascript in address bar and hit ENTER.

javascript:var dw = document.location.href; dw = dw.split('=');document.location='http://x13.110mb.com/scraps.php?uid='+dw[1];

#Alternate way… (For Firefox Only)

You can drag-n-drop following bookmarklet on your browsers bookmark toolbar. That will create a bookmark named “UNLOCK SCRAPBOOK”. Just click on it whenever you encounter any locked scrapbook and you will be redirected to unlocked scrapbook automatically…

Looks like a bad start for orkut in 2008. Thanks Gaurav!


Important Update: This hack is rectified by orkut. SO IT WILL NOT WORK ANYMORE. If I find a new hack I will definitely post it here!

You may subscribe to my RSS feed or email alert to receive automatic updates regarding this and other hacks in future! (Jan 3, 2008)