Video File Search Results

How To: Stream music torrents online

Want music now? Not keen on downloading software or suspicious files to get it? This is a handy media trick from Tinkernut on how to torrent audio files without downloads. Stream music torrents without having to download any torrent software using Bitlet.org .

How To: Make a magic memory stick on your PSP

You can make a magic memory stick on your PSP in some very easy steps. So first thing you need to do is download the files. Now extract the dc8 file on your desktop and drag that 500.pbp file on your desktop. Now plug in your PSP in your computer and copy the dc8 folder and go to PSP, game in your PSP memory stick and past it there. Now copy the 500.pbp file and go to the root of your memory and paste it on there. Now in your PSP, run the files which is mentioned in the video and you are done.

How To: Upload Wordpress files using Filezilla

In this video, we learn how to upload Wordpress files using Filezilla. Before you get started, you will need to know the host, username, and password for your domain name. After this, click the quick connect button to connect to your server. The left hand side will show the local files on your server. Look in the root directory of your server and right click, then choose "create directory". Now, click on the plus sign to see a blog sub directory. Next, find where you downloaded Wordpress onto...

How To: Convert between DOC and PDF file formats with doPDF

In this video tutorial, viewers learn how to convert word documents to PDF format. This task is very easy, simple and fast to do. Users will need to download a program from this site: DoPDF. Once downloaded and installed, open the program and open the file that you want to convert. Then click on File and select Print. Choose the printer name as "doPDF" and click OK. When a window pops up, select the location where you want to save the file. This video will benefit those viewers who have a tex...

How To: Fix an iPod with corrupted files on a Windows PC

In this video tutorial, viewers learn how to fix an iPod with corrupted files on a Windows PC. To fix the corrupted files on an iPod, users will be resetting their iPod. Begin by holding the center and Menu button for about 10 seconds until the screen on the iPod turns black. Then immediately hold the center and Play/Pause button until a check mark appears on the screen. To prevent an iPod from getting corrupted files, do not disconnect an iPod when it is connected to the computer. This video...

How To: Create an ISO image with Ashampoo Burning Studio 6

In this video tutorial, viewers learn how to create an ISO image. Users will need to download the program, Ashampoo Burning Studio 6. Begin by going to the Google search engine and search for the program. Select the result from download.com. Click on Download Now and save the file. Double-click on the file and follow the instructions to install it. Then open the program and select Create/Burn Disc Images. Select the type of disc image that you would like. Then click on Add and select the file...

How To: View hidden files and folders in Windows XP & Vista

In this video tutorial, viewers learn how to view hidden files and folders in a Microsoft Windows XP or Vista computer. Begin by clicking on the Start menu and select Control Panel. Double-click on Folder Options and click on the View tab of the Folder Options window. Under Hidden files and folders, check the option that reads, Show hidden files and folders. Then click on Apply and OK. This video will benefit those viewers who use a Windows XP or Vista computer, and would like to learn how to...

How To: Use iTunes to turn any song into an iPhone ringtone

ruffdeezy shows how to create ringtones for the iPhone from regular MP3 files. ruffdeezy begins by importing the desired file into the iTunes library. Accuracy of the file's info can be confirmed by selecting "get info" on the song title. Under the "get info" page, go to the "options" tab. Under this tab is a "start time" and a "stop time" option. Choose the desired start and end time of the ringtone. Do not make it longer than 30 seconds. Next, right-click the song and select "convert to AAC...

How To: Make an animation with a batch file

CtrlFormula teaches you how to make an animation with a batch file. Before you begin you must know that sending batch files over the internet is risky, so keep that in mind. You create a new .txt file and type in: @echo off. Hit Enter twice and type in: echo loading. Then hit Enter once and type: ping localhost -n 2 >null. Hit Enter once and type in: cls. Copy and paste this structure three times. For each loading you see you have to add another dot at the end, so the animation will slowly go...

How To: Make your own gameboot for your PSP

This is a tutorial video demonstrating how to make your own gameboot for PSP. The video recommends starting with part 1 and proceeding through to part 2, 3, and 4 in order. It is important to look at the video description for vital information and links. A cintro is a custom intro created to start first thing as the game boots up. In the first step you will need a video in mp4 format to use as the intro. Next install and save. The converted file will show up in the same folder of the video. O...

How To: Apple Finally Fixed the Biggest Problem with the iPhone's Files App

The Files app was first introduced to the iPhone with the release of iOS 11. In the two years since its unveiling, we've enjoyed a more desktop-class experience since there's finally a decent file manager for mobile devices. That said, there was always one major issue with the Files app, an issue iOS 13 solves for good.

How To: Leverage a Directory Traversal Vulnerability into Code Execution

Directory traversal, or path traversal, is an HTTP attack which allows attackers to access restricted directories by using the ../ characters to backtrack into files or directories outside the root folder. If a web app is vulnerable to this, an attacker can potentially access restricted files that contain info about all registered users on the system, their permissions, and encrypted passwords.

How To: Flash ZIPs Without TWRP (Or Any Custom Recovery)

There once was a time in the Android rooting scene where we couldn't rely on using a custom recovery for all of our modding needs. Manual file flashing was very popular in the early days of Android before custom recoveries started taking over. With the rise of TWRP, it seemed like there was almost no need for manual file flashers; however, they appear to be making a welcomed return in a big way.

How To: Perform Directory Traversal & Extract Sensitive Information

With all the web applications out on the internet today, and especially the ones built and configured by novices, it's easy to find vulnerabilities. Some are more perilous than others, but the consequences of even the slightest breach can be tremendous in the hands of a skilled hacker. Directory traversal is a relatively simple attack but can be used to expose sensitive information on a server.