This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
define ('USPS_SHIP0_TEXT', 'Express Mail Sunday/Holiday Delivery'); | |
define ('USPS_SHIP1_TEXT', 'Express Mail Flat Rate Envelope Sunday/Holiday Delivery'); | |
define ('USPS_SHIP2_TEXT', 'Express Mail Hold For Pickup'); | |
define ('USPS_SHIP3_TEXT', 'Express Mail'); | |
define ('USPS_SHIP4_TEXT', 'Express Mail Flat Rate Envelope Hold For Pickup'); | |
define ('USPS_SHIP5_TEXT', 'Express Mail Flat Rate Envelope'); | |
define ('USPS_SHIP6_TEXT', 'Priority Mail'); | |
define ('USPS_SHIP7_TEXT', 'Priority Mail Flat Rate Envelope'); | |
define ('USPS_SHIP8_TEXT', 'Priority Mail Flat Rate Box'); | |
define ('USPS_SHIP9_TEXT', 'Priority Mail Large Flat Rate Box'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@rack com_merchant_os]$ grep "8859" /home/*/httpdocs/templates/*common.php | |
/home/4kidsbooks.net/httpdocs/templates/common.php: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> | |
/home/bebeeptoys.com/httpdocs/templates/common.php: <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> | |
/home/carltonhillwines.com/httpdocs/templates/common.php: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> | |
/home/escapeartisttravel.com/httpdocs/templates/common.php: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> | |
/home/flipoutz.com/httpdocs/templates/basecommon.php: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> | |
/home/flipoutz.com/httpdocs/templates/common.php: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> | |
/home/geppettostoys.com/httpdocs/templates/common.php: <meta http-equiv="Content-Type |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/home/2ndstartoys.com/httpdocs/administrator/components/com_virtuemart/classes/shipping/uspsv4.cfg.php:define ('USPS_USERNAME', '053GEARB6251'); | |
/home/bestofbesttoys.com/httpdocs/administrator/components/com_virtuemart/classes/shipping/uspsv4.cfg.php:define ('USPS_USERNAME', '053GEARB6251'); | |
/home/blutrack.com/httpdocs/administrator/components/com_virtuemart/classes/shipping/uspsv4.cfg.php:define ('USPS_USERNAME', 'BluTrack'); | |
/home/brainsnmotion.com/httpdocs/administrator/components/com_virtuemart/classes/shipping/uspsv4.cfg.php:define ('USPS_USERNAME', '053GEARB6251'); | |
/home/browncountytoychest.com/httpdocs/administrator/components/com_virtuemart/classes/shipping/uspsv4.cfg.php:define ('USPS_USERNAME', '053GEARB6251'); | |
/home/demo.stoysnet.com/httpdocs/administrator/components/com_virtuemart/classes/shipping/uspsv4.cfg.php:define ('USPS_USERNAME', '053GEARB6251'); | |
/home/dragonfliestoys.com/httpdocs/administrator/components/com_virtuemart/classes/shipping/uspsv4.cfg.php:define ('USPS_USERNAME', 'dragonfliesto |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/home/blutrack.com/httpdocs/administrator/components/com_virtuemart/classes/shipping/uspsv4.cfg.php:define ('USPS_USERNAME', 'BluTrack'); | |
/home/dragonfliestoys.com/httpdocs/administrator/components/com_virtuemart/classes/shipping/uspsv4.cfg.php:define ('USPS_USERNAME', 'dragonfliestoys'); | |
/home/myimaginationstationtoys.com/httpdocs/administrator/components/com_virtuemart/classes/shipping/uspsv4.cfg.php:define ('USPS_USERNAME', 'Imagine.mis'); | |
/home/tidepooltoys.com/httpdocs/administrator/components/com_virtuemart/classes/shipping/uspsv4.cfg.php:define ('USPS_USERNAME', 'ToysBS11'); | |
/home/yoyojoes.com/httpdocs/administrator/components/com_virtuemart/classes/shipping/uspsv4.cfg.php:define ('USPS_USERNAME', '809YOYOJ2330'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@rack derp]$ find /home/*/httpdocs/components/com_virtuemart/shop_image/product/full -type f -name "*." | |
/home/automobuild.com/httpdocs/components/com_virtuemart/shop_image/product/full/super_loop. | |
/home/automobuild.com/httpdocs/components/com_virtuemart/shop_image/product/full/nanananananan. | |
/home/b2b.anamalzna.com/httpdocs/components/com_virtuemart/shop_image/product/full/81-88_Watson.mj.pdf. | |
/home/b2bdemo.stoysnet.com/httpdocs/components/com_virtuemart/shop_image/product/full/81-88_Watson.mj.pdf. | |
/home/b2cdemo.stoysnet.com/httpdocs/components/com_virtuemart/shop_image/product/full/81-88_Watson.mj.pdf. | |
/home/barstonschildsplay.com/httpdocs/components/com_virtuemart/shop_image/product/full/African_Playground_Cover_Art. | |
/home/brainsnmotion.com/httpdocs/components/com_virtuemart/shop_image/product/full/wallet_balletjpg. | |
/home/brainsnmotion.com/httpdocs/components/com_virtuemart/shop_image/product/full/hpyramidjpg. | |
/home/brainsnmotion.com/httpdocs/components/com_virtuemart/shop_image/product/full/farm_soun |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$('#mod-popup').click(function (e) { | |
if (e.target == this) { | |
$(this).hide(); | |
} | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Sample code for the CreateShipment Canada Post service. | |
* | |
* The CreateShipment service is used to initiate generation of a shipping label | |
* by providing shipment details. Use of this service indicates an intention to | |
* pay for shipment of an item. | |
* | |
* This sample is configured to access the Developer Program sandbox environment. | |
* Use your development key username and password for the web service credentials. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Sample code for the GetRates Canada Post service. | |
* | |
* The GetRates service returns a list of shipping services, prices and transit times | |
* for a given item to be shipped. | |
* | |
* This sample is configured to access the Developer Program sandbox environment. | |
* Use your development key username and password for the web service credentials. | |
* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script> | |
</head> | |
<body> | |
<div class="bar"> | |
Bar | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<Context> | |
<Resource name="jdbc/web" | |
auth="Container" | |
type="javax.sql.DataSource" |