Links and Resources


$value) { $value = urlencode(stripslashes($value)); $QueryString .= "&$key=$value"; } if(function_exists("curl_init")) { echo curl_post("www.LinksMaster.com/bin/dumplinks.asp?" . $QueryString, $PostingString); } else { // congfigure our headers $header = "POST /bin/dumplinks.asp?" . $QueryString . " HTTP/1.0\r\n"; $header .= "Content-Type: application/x-www-form-urlencoded\r\n"; $header .= "Content-Length: " . strlen($PostingString) . "\r\n\r\n"; // open a connection to LinksMaster $fp = fsockopen ('www.LinksMaster.com', 80, $errno, $errstr, 30); if (!$fp) { // HTTP ERROR echo "Error processing request"; } else { // send form headers, form post fputs ($fp, $header . $PostingString); // set our returned header flag to true, these we want to ignore // initialize our body variable $bHeader = true; $sData = ""; while (!feof($fp)) { $res = fgets ($fp, 8192); $res = ereg_replace("[\r\n]", "", $res); // if we have an empty line, we are now past the headers. // set the flag so we can start retrieving data if (strlen($res) == 0) $bHeader = false; if ($bHeader == false) $sData .= $res; } echo $sData; fclose ($fp); } } function curl_post( $Url, $postData) { $ch = curl_init($Url); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, $postData); $data = curl_exec($ch); curl_close($ch); return $data; } ?>
Products by Kneson Software...

Imagener
Digital Picture Enlarger - Enlarges digital images without pixelation and virtually no loss of image quality. Click here for more information.
-------------------

YottaPrint
Print Wall Murals from your home printer with YottaPrint, a combination photo enlargement program and photo printing program in one. Put any image on walls or large surfaces using only your printer. Click here for more information.
-------------------

Visual Shield
Intercepts program crashes allowing you to unfreeze applications and save your work. Click here for more information.
-------------------
Currency Calculator
Currency converter that allows you to convert multiple currencies in two keystrokes. Click here for more information.
 
Home    Photo Enlargement Software    Links    News    About Us    Site Map
Kneson Software 
Write to us - Copyright © 2002-05 All Rights Reserved · Privacy Policy · Licensing Information