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.0880 | |
| 0.0439 | |
| 0.1791 | |
| 0.0820 | |
| 0.0801 | |
| 0.0451 | |
| 0.1469 | |
| 0.0741 | |
| 0.2091 | |
| 0.0968 | |
| 0.0660 | |
| 0.1261 | |
| 3.9790 | |
| 0.0310 | |
| 0.1059 | |
| 0.1330 | |
| 0.2630 | |
| 0.1059 | |
| 0.0780 | |
| 0.0360 | |
| 0.0880 | |
| 0.1822 | |
| 0.0889 | |
| 0.2201 | |
| 0.0660 | |
| 0.0670 | |
| 0.0420 | |
| 0.0558 | |
| 0.1090 | |
| 0.4940 | |
| 0.2189 | |
| 0.0682 | |
| 0.0920 | |
| 0.3049 | |
| 0.0701 | |
| 0.2851 | |
| 0.0761 | |
| 0.3028 | |
| 0.0780 | |
| 0.2670 | |
| 0.0670 | |
| 0.1760 | |
| 1.2779 | |
| 0.1330 | |
| 0.3729 | |
| 0.2151 | |
| 0.1240 | |
| 2.9352 | |
| 0.1819 | |
| 0.1011 | |
| 0.0839 | |
[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' => 'aolEiZ2zfhojbBrr26zXNwAATmc',
'REDIRECT_QS_ConnectionId' => '178738087301545071987379',
'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' => '1',
'REDIRECT_H2_STREAM_TAG' => '987379-532-1',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'aolEiZ2zfhojbBrr26zXNwAATmc',
'QS_ConnectionId' => '178738087301545071987379',
'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' => '1',
'H2_STREAM_TAG' => '987379-532-1',
'SERVER_SIGNATURE' => '',
'SERVER_NAME' => 'www.zzzzzzzzz.net',
'SERVER_ADDR' => '10.37.77.36',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '216.73.217.122',
'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' => '38774',
'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' => 1787380873.0203421115875244140625,
'REQUEST_TIME' => 1787380873,
'argv' =>
array (
),
'argc' => 0,
);