This gallery contains 1 photo.
comfortable kitty
The default UPS shipping module for zen-cart allows the store owner to add a flat rate “shipping and handling fee” to orders. I wanted to add a percentage to the shipping total instead of a flat rate for every order. … Continue reading
Here are a few useful tools for working with colors: Pixie is a useful tool for finding out the color code of anything you mouse over. The application allows you to copy the current color’s HTML code to the clipboard … Continue reading
#remote file to open $ch = curl_init(“http://www.example.com/test.zip”); #where to save the file $fp = fopen(“test.zip”, “w”); #curl options for downloading and saving the file. curl_setopt($ch, CURLOPT_FILE, $fp); curl_setopt($ch, CURLOPT_HEADER, 0); #complete the curl task curl_exec($ch); curl_close($ch); fclose($fp); This allowed me … Continue reading
This is a great tutorial on using cURL in php and downloading a file. http://phpsense.com/php/php-curl-functions.html I was able to download a zip file to my web server from a website using this code. Sample code: ————- <?php /*** Initialize the … Continue reading
| No entries found. |
| No entries found. |
| 0.0279 | |
| 0.0191 | |
| 0.1099 | |
| 0.0300 | |
| 0.0288 | |
| 0.0229 | |
| 0.1280 | |
| 0.0539 | |
| 0.2198 | |
| 0.0930 | |
| 0.1211 | |
| 0.1519 | |
| 3.4778 | |
| 0.0429 | |
| 0.1068 | |
| 0.1140 | |
| 0.2160 | |
| 0.0889 | |
| 0.0360 | |
| 0.0200 | |
| 0.0310 | |
| 0.0579 | |
| 0.0219 | |
| 0.0219 | |
| 0.0551 | |
| 0.3479 | |
| 0.1719 | |
| 0.0560 | |
| 0.0639 | |
| 0.2129 | |
| 0.0420 | |
| 0.2139 | |
| 0.0532 | |
| 0.1981 | |
| 0.0441 | |
| 0.1800 | |
| 0.0339 | |
| 0.1259 | |
| 1.1978 | |
| 0.0679 | |
| 0.2570 | |
| 0.1569 | |
| 0.0689 | |
| 2.6450 | |
| 0.1249 | |
| 0.0589 | |
| 0.0489 | |
[0] => themes/twentyeleven/inc/theme-options.php [1] => themes/twentyeleven/inc/widgets.php [2] => themes/twentyeleven/category.php [3] => themes/twentyeleven/header.php [4] => themes/twentyeleven/searchform.php [5] => themes/twentyeleven/content-gallery.php [6] => themes/twentyeleven/content.php [7] => themes/twentyeleven/sidebar.php [8] => themes/twentyeleven/footer.php [9] => themes/twentyeleven/sidebar-footer.php
$_GET = array (
);$_POST = array (
);$_COOKIE = array (
);$_SESSION = array (
);$_SERVER = array (
'SERVER_SOFTWARE' => 'Apache',
'REQUEST_URI' => '/category/uncategorized/page/112/',
'LSPHP_ENABLE_USER_INI' => 'on',
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'TEMP' => '/tmp',
'TMP' => '/tmp',
'TMPDIR' => '/tmp',
'PWD' => '/',
'HTTP_ACCEPT' => '*/*',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'CONTENT_LENGTH' => '0',
'HTTP_HOST' => 'www.zzzzzzzzz.net',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_X_HTTPS' => '1',
'REDIRECT_UNIQUE_ID' => 'ajgJYZkzdzfLIWEDktgy4QAAGlk',
'REDIRECT_QS_ConnectionId' => '178205731361981745920432',
'REDIRECT_SCRIPT_URL' => '/category/uncategorized/page/112/',
'REDIRECT_SCRIPT_URI' => 'https://www.zzzzzzzzz.net/category/uncategorized/page/112/',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_SSL_TLS_SNI' => 'www.zzzzzzzzz.net',
'REDIRECT_HTTP2' => 'on',
'REDIRECT_H2PUSH' => 'off',
'REDIRECT_H2_PUSH' => 'off',
'REDIRECT_H2_PUSHED' => '',
'REDIRECT_H2_PUSHED_ON' => '',
'REDIRECT_H2_STREAM_ID' => '3',
'REDIRECT_H2_STREAM_TAG' => '920432-211-3',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'ajgJYZkzdzfLIWEDktgy4QAAGlk',
'QS_ConnectionId' => '178205731361981745920432',
'SCRIPT_URL' => '/category/uncategorized/page/112/',
'SCRIPT_URI' => 'https://www.zzzzzzzzz.net/category/uncategorized/page/112/',
'HTTPS' => 'on',
'SSL_TLS_SNI' => 'www.zzzzzzzzz.net',
'HTTP2' => 'on',
'H2PUSH' => 'off',
'H2_PUSH' => 'off',
'H2_PUSHED' => '',
'H2_PUSHED_ON' => '',
'H2_STREAM_ID' => '3',
'H2_STREAM_TAG' => '920432-211-3',
'SERVER_SIGNATURE' => '',
'SERVER_NAME' => 'www.zzzzzzzzz.net',
'SERVER_ADDR' => '10.37.77.36',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '216.73.216.116',
'DOCUMENT_ROOT' => '/home1/zzz/public_html',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home1/zzz/public_html',
'SERVER_ADMIN' => 'webmaster@zzzzzzzzz.net',
'SCRIPT_FILENAME' => '/home1/zzz/public_html/index.php',
'REMOTE_PORT' => '53590',
'REDIRECT_URL' => '/category/uncategorized/page/112/',
'SERVER_PROTOCOL' => 'HTTP/2.0',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => 1782057313.6228349208831787109375,
'REQUEST_TIME' => 1782057313,
'argv' =>
array (
),
'argc' => 0,
);