<? //########################################################### // // For questions and comments // Roland (alias -=: Vlieg :=-) // icq #78354631 // mail: vlieg@atoomnet.net // // 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