<? //########################################################### // // for questions and comments // roland (alias -=: vlieg :=-) // icq #78354631 // mail: [email protected] // // nb: this script won't work on free hosting pages, because of the secure mode! // nb: you must have registered your icq# at http://web.icq.com/sms/login/ in order for this script to work //###########################################################
global $remote; global $post; fputs($remote, $post);
while (!feof($remote)) { $htmlreply.=fgets($remote,120); } //uncomment for output: echo "".htmlspecialchars($htmlreply).""; fclose($remote);
//****************************************************************///persoonlijke cookie uit de inlogpage halen // en: fetch personal cookie from login page
//****************************************************************///verzendpagina openen met de opgehaalde cookie // en: open send page with fetched cookie