Teach you how to clear a malicious pop-up ad in an RM file

Source: Internet
Author: User

To add pop-up ads to ordinary RM files, the operation is not complex, and now there is a similar function on the Internet share software.

So is there a way to clear these RM files pop-up ads?

The fact that you can add events to the movie is one of the attributes of the RM file. Users can install Realproducerplus (one of RealNetworks's official products) to edit, make, and modify RM files. The Ealmediaeditor/rmevents.exe executable file under its installation directory is the command-line program that is used to insert events for RM files. You can create any new text file, such as Myevents.txt, and the contents of the file are as follows:

U 00:00:08.0 00:00:20.0&&_rpexternal&&http://www.zeali.net/

where u is the event flag (Flag), which means that you want to insert a URL address in the file, and 2nd, the third field represents the starting and ending point, and the unit format is hours: seconds. The last field in milliseconds is the address of the URL you want to eject, _rpexternal Parameter represents opening a URL in an external browser, rather than using the default RealPlayer embedded browser.

After saving, open the Command Line window, the CD to the {realproducer installation directory}/realmediaeditor subdirectory, and execute the following command: Rmevents-i d:movieoriginal.rm-e d:myevents.txt- OD:movieWithPopup.rm

After the execution is done, play the processed moviewithpopup.rm file with the player, and a window will pop up when you play to the 8th second or you drag the progress bar to any position between 8-20 seconds.

Know the principle of pop-up window, to the malicious RM file malicious code to remove is also very simple. You can clean up all the events in the specified RM file by simply creating a new, completely blank myevents.txt text file and then executing the command line again.

Note, however, that in addition to the pop-up window in the RM event, you can use the I flag to add some descriptive information or captions to the clip. All header information may also be removed once the above command is executed. But in general, we see the RM movies are not very concerned about these clip title information (not to mention that most of the headline information is some of the site's ads, and so on), so the relationship is not.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.