riphabbo 0 Report post Posted February 17, 2007 Recently, my system was infected by a Trojan Horse. Since then, I've been finding files missing and now my PHP will not work, my Apache server will not display PHP files, i've tried getting rid of the files in my C:\Windows and C:\Windows\system32 folders but nothing is working. (it comes up with 'file in use')All help greatly appreciated. Share this post Link to post Share on other sites
jlhaslip 4 Report post Posted February 18, 2007 Uninstall the server and download a fresh XAMPP or WAMP package to re-install.As for the spyware, get a copy of Spybot S&D, Avast or something else and run them all seperately under a Safe Mode start-up. Run them one at a time while you are off-line until they have all had a shot at the Malware. Another thing is to clear your caches and Temp Internet Folders, too.And then do the install of the softwares you need.. Share this post Link to post Share on other sites
farsiscript 0 Report post Posted February 18, 2007 Dear riphabbo you must reinstall windows , becuase trojan infect your web service and your softwareyou must re install windows and then scan your files befor install any program Share this post Link to post Share on other sites
xanigv 0 Report post Posted February 20, 2007 SyntaxWikibooks Programming has more about this subject: PHPPHP primarily acts as a filter. The PHP program takes input from a file or stream containing text and special PHP instructions and outputs another stream of data for display. From PHP 4, the PHP parser compiles input to produce bytecode for processing by the Zend Engine, giving improved performance over its interpreter predecessor. The Zend Engine II is at the heart of PHP 5.The usual Hello World code example for PHP is:<?phpecho 'Hello, World!';?>PHP only parses code within its delimiters, such as <?php ?>. Anything outside its delimiters is sent directly to the output and not parsed by PHP. The example above is equivalent to the following text (and indeed is converted into this form):Hello, World!The primary use of this is to allow PHP statements to be embedded within HTML documents, for example:<?php// PHP statements here?>Regular HTML here<?php// More PHP Statements?>lessonshttp://www.landofcode.com/php-tutorials/ Notice from BuffaloHELP: Copied from https://en.wikipedia.org/wiki/PHP Learn to use proper bbcodes. Share this post Link to post Share on other sites
chaowucn 0 Report post Posted March 3, 2007 PHP can't be used to access user's computer. which is very annoying. Share this post Link to post Share on other sites
riphabbo 0 Report post Posted March 5, 2007 thanks all, i got it sorted eventually, just took a good 10 restarts or so :Phappily using PHP for radio station and my other site.thx again! Share this post Link to post Share on other sites