:: Uninstall XRS ::

Do you really want to Uninstall XRS ?

To verify that you are the administrator of the database, you must type your database's password below.
-
:: About Our team ::'; $about .= '

Our team are made up of a group of friends and reversers from around the world. We are here to have fun and make some quality releases.

'; $about .= '

You cant contact us and we probably wont contact you. Have fun and keep on learning.

'; $about .= '

"Life isnt about waiting for the storms to pass, its about learning to dance in the rain."

'; mysql_query($sql); require("rss.php"); unlink("config.php"); chdir("libs"); unlink("about.txt"); $handle = fopen("about.txt", "a"); fputs($handle, $about); fclose($handle); echo 'XRS has been Uninstalled...'; } else { echo 'Wrong Password !'; } } ?>