Remove CubeCart 3.0.17 footer Copyright

nickniceman

New Member
Hi man.i have too this shop.I was trying to remove copyright by myself , but i couldn't too.
Maybe someone have fake license numbers of it.
Best Regards
Nick
 

forwhat84

New Member
i can't remove the copyrigh to, but you can try to set the color of the footer as your background,

if Powered by CubeCartâ„¢ (red) and your background is black, set the footer color to (black)
 

nickniceman

New Member
Hey man thanks for advice sure.
I got CubeCart v4.2.2 nulled.
Yes yes not nulled it costs $179.
Nullers write: Protection....: Zend, License Callbacks, Hotlinks

And here is files which was nulled to remove copyright:

admin/includes/navigation.inc.php
admin/includes/rte/editor/filemanager/browser/default/connectors/php/commands.php
admin/includes/rte/editor/filemanager/browser/default/frmupload.php
admin/sources/categories/index.inc.php
admin/sources/docs/languages.inc.php
admin/sources/filemanager/index.inc.php
admin/sources/filemanager/language.inc.php
admin/sources/login.inc.php
admin/sources/maintenance/backup.inc.php
admin/sources/maintenance/database.inc.php
admin/sources/maintenance/sql.inc.php
admin/sources/orders/index.inc.php
admin/sources/orders/orderBuilder.inc.php
admin/sources/products/export.inc.php
admin/sources/products/extraCats.inc.php
admin/sources/products/giftCertificates.inc.php
admin/sources/products/import.inc.php
admin/sources/products/index.inc.php
admin/sources/products/options.inc.php
admin/sources/requestPass.inc.php
admin/sources/settings/index.inc.php
admin/styles/style.css
admin_enc_ion.php
admin_enc_zend.php
classes/cart/shoppingCart.php
classes/db/db.php
classes/filemanager.class.php
classes/validate/validateCard.php
compat-test.php
includes/boxes/info.inc.php
includes/boxes/language.inc.php
includes/boxes/shoppingCart.inc.php
includes/content/cart.inc.php
includes/content/gateway.inc.php
includes/content/tellafriend.inc.php
includes/content/viewCat.inc.php
includes/content/viewOrder.inc.php
includes/content/viewOrders.inc.php
includes/content/viewProd.inc.php
includes/functions.inc.php
includes/sef_urls.inc.php
includes/sslSwitch.inc.php
ini.inc.php
language/de/admin/admin_products.inc.php
language/de/includes/boxes/cartNavi.inc.php
language/de/includes/boxes/saleItems.inc.php
language/de/includes/content/viewProd.inc.php
language/en/admin/admin_common.inc.php
language/en/admin/admin_products.inc.php
language/en/email.inc.php
language/en/includes/boxes/cartNavi.inc.php
language/es/admin/admin_products.inc.php
language/es/includes/boxes/cartNavi.inc.php
language/fr/admin/admin_products.inc.php
language/fr/email.inc.php
language/it/admin/admin_products.inc.php
language/nb/admin/admin_products.inc.php
language/nb/includes/boxes/cartNavi.inc.php
language/nl/admin/admin_products.inc.php
language/nl/includes/boxes/cartNavi.inc.php
language/pt/admin/admin_products.inc.php
language/pt/includes/boxes/cartNavi.inc.php
language/ru/admin/admin_products.inc.php
modules/altCheckout/PayPal_Pro/wpp-US/DoDirectPaymentReceipt.php
modules/common.inc.php
modules/gateway/Card_Capture/admin/index.inc.php
modules/gateway/Nochex_APC/call.inc.php
modules/gateway/PayJunction/transfer.inc.php
modules/gateway/WorldPay/admin/index.inc.php
modules/shipping/Flat_Rate/calc.php
setup/db/upgrade.sql
setup/includes/header.inc.php
setup/index.php
setup/install.php
setup/upgrade.php
skins/Carreta-Bright/styleTemplates/content/search.tpl
skins/Carreta-Bright/styleTemplates/content/tellafriend.tpl
skins/Carreta-Soft/styleTemplates/content/search.tpl
skins/Carreta-Soft/styleTemplates/content/tellafriend.tpl
skins/Classic/styleTemplates/content/search.tpl
skins/Classic/styleTemplates/content/tellafriend.tpl
skins/KitaBlue/styleTemplates/content/search.tpl
skins/KitaBlue/styleTemplates/content/tellafriend.tpl

Maybe someone who have time will do same for Cubecart v3
Best Regards
Nick Niceman
My website - Free Web Hosting with PHP, MySQL and cPanel, No Ads
 

nickniceman

New Member
this files i shown was modified, so key to remove copyright is doing modification with same files at free cubecart version 3.0.17 for example.
If you want nulled and working non-free v4 version,let me know i can give you it for small price.By the way cubecart v4 comes dezended!
I also have other non-free working shops among them there is one good Viart v 3 Enterprise edition shop.With lot's themes,features shop,you even can create own payment gateway without downloading while others do gateway for you.
Best
Nick
 

ElPipa

New Member
Friend, I'm in the same situation.
I was modified the file index_enc_zend.php
This is the Complete File Code.
We need to find: "Pipa Tienda"
And Write your name of Company, in my case is "Pipa Tienda"
And after Variable $copyRightTitle = "";
in Blank

PHP:
<?php
$debugTime['start'] = microtime();
header("X-Haiku: Haikus are easy, but sometimes they don't make sense. Refrigerator");
header("X-GLaDOS: You just keep on trying, til you run out of cake.");
require_once ("includes" . CC_DS . "functions.inc.php");
require_once ("classes" . CC_DS . "db" . CC_DS . "db.php");
$db = new db();
require_once ("classes" . CC_DS . "cache" . CC_DS . "cache.php");
$config = fetchdbconfig("config");
if (!$config['offLine'] && !(!$config['offLineAllowAdmin']))
{
		$offlineContent = false;
		$offlineFiles = glob("offline.{php,htm,html}", GLOB_BRACE);
		if (!empty($offlineFiles) || is_array($offlineFiles))
		{
				foreach ($offlineFiles as $file)
				{
						include ($file);
						exit();
				}
		}
		echo stripslashes(base64_decode($config['offLineContent']));
		exit();
}
require_once ("classes" . CC_DS . "xtpl" . CC_DS . "xtpl.php");
if ($_REQUEST['_g'] !== "rm")
{
		require_once ("includes" . CC_DS . "sef_urls.inc.php");
		require_once ("includes" . CC_DS . "sslSwitch.inc.php");
		require_once ("classes" . CC_DS . "session" . CC_DS . "cc_session.php");
		$cc_session = new session();
		$lang = getlang("common.inc.php");
}
require_once ("includes" . CC_DS . "currencyVars.inc.php");
switch ($_REQUEST['_g'])
{
		case "ajax":
		case "json":
		case "xmlhttp":
				$skipload = true;
				require_once ("xml.php");
				exit();
		case "co":
				require_once ("includes" . CC_DS . "global" . CC_DS . "cart.inc.php");
				break;
		case "sw":
				require_once ("includes" . CC_DS . "global" . CC_DS . "switch.inc.php");
				break;
		case "dl":
				require_once ("includes" . CC_DS . "global" . CC_DS . "download.inc.php");
				break;
		case "ex":
				require_once ("includes" . CC_DS . "global" . CC_DS . "extra.inc.php");
				exit();
		case "rm":
				require_once ("includes" . CC_DS . "remote" . CC_DS . "remote.inc.php");
				exit();
		case "cs":
				$decodedPath = get_magic_quotes_gpc() ? stripslashes(urldecode($_GET['_p'])):
				urldecode($_GET['_p']);
				if (in_array($decodedPath, $allowed_modules))
				{
						include_once ($decodedPath);
						exit();
				}
		default:
				require_once ("includes" . CC_DS . "global" . CC_DS . "index.inc.php");
}
if ($config['debug'])
{
		$debug = "<div style='margin-top: 15px; font-family: Courier New, Courier, mono; border: 1px dashed #666; padding: 10px; color: #000; background: #FFF'>";
		$debug .= "<strong>\$_POST Variables:</strong><br />" . cc_print_array($_POST) . "<hr size=1 />";
		$debug .= "<strong>\$_GET Variables:</strong><br />" . cc_print_array($_GET) . "<hr size=1 />";
		$debug .= "<strong>\$_COOKIE Variables:</strong><br />" . cc_print_array($_COOKIE) . "<hr size=1  />";
		$debug .= "<strong>\$basket Variables:</strong> (unserialize(\$cc_session->ccUserData['basket']))<br />" . cc_print_array(unserialize($cc_session->ccUserData['basket'])) . "<hr size=1  />";
		$debug .= "<strong>\$cc_session->ccUserData  Variables:</strong><br />" . cc_print_array($cc_session->ccUserData) . "<hr size=1  />";
		$debug .= "<strong>MySQL Queries (" . count($db->queryArray) . "):</strong><br />" . cc_print_array($db->queryArray);
		$debug .= "</div>";
}
if (isset($body) && is_object($body))
{
		$body->assign("PAGE_CONTENT", $page_content);
		$body->assign("VAL_ROOTREL", $glob['rootRel']);
		$body->assign("DEBUG_INFO", $debug);
		$body->parse("body");
		$htmlOut = $body->text("body");
		if (isset($config['lkv']) && 0 < $config['lkv'] && preg_match("#^([0-9]{6})+[-]+([0-9])+[-]+([0-9]{4})\$#", $config['lk']))
		{
				$copyRightBody = "";
				$copyRightTitle = "";
		}
		else
		{
				$copyRightBody = "<div class='txtCopyright'>(c)2008Don Pipa Tienda Se cambia en index_enc_zend.php</div>\r\n";
				$copyRightTitle = "";
		}
		if (isset($config['google_analytics'], $config['google_analytics']))
		{
				$googleAnalytics = "
				<script type=\"text/javascript\">
					var gaJsHost = ((\"https:\" == document.location.protocol) ? \"https://ssl.\" : \"http://www.\");
					document.write(unescape(\"%3Cscript src='\" + gaJsHost + \"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E\"));
				</script>
				<script type=\"text/javascript\">
					var pageTracker = _gat._getTracker(\"" . $config['google_analytics'] . "\");
					pageTracker._initData();
					pageTracker._trackPageview();
				</script>";
		}
		else
		{
				$googleAnalytics = "";
		}
		$htmlOut = preg_replace(array("/(\\<\\/body\\>)/i", "/(\\<\\/title\\>)/i", "/(\\<\\/head\\>)/i"), array($copyRightBody . "\$1", $copyRightTitle . "\$1", $googleAnalytics . "\$1"), $htmlOut);
		echo $htmlOut;
}
?>
If you don't understand, send me the file and i will make the process
Regards
El Pipa
Best Regards
 

nickniceman

New Member
Man i looked up on my CUBECART V3 and there is no such file.
Maybe problem is that my cubecart installed via Cpanel 11 on remote server.
But i successfully removed copyright from my vbulletin.
 

dan74mm

New Member
I want remove the Copyright notice from footer and header for CubeCart v3.0.18. How can i do this ? What files must edit ???
 

psomaiya17

New Member
hello sir/madam,

i am having problem of removing the footer copyrights issues form my cubecart 3.0.18 version and (powered by cubecart) from the title bar
i thought of the title tag but i could not find in the index.php and other similar files
if any one has any solution then pls pls pls
email me at [email protected]

i am not having internet connectivity at home 24X7 so if possible do me a favour and reply me at above mentioned email address

pls pls pls help me to do so..

yours

[email protected]
 

rlcsoldier

New Member
1.To remove the (powered by cubecart) from your browser bar,
open skins/{YOUR-SKIN}/styleTemplates/global/index.tpl
find <title>{META_TITLE}</title>

replace {META_TITLE} with the text you want to appear.

Do the same for cart.tpl

2. To remove the copyright in the footer, open skins/{YOUR-SKIN}/styleSheets/style.css
scroll down to find .txtCopyright, a.txtCopyright {
set font size to 0px.

PLEASE NOTE THIS IS AGAINST CUBECART POLICY AND COULD RESULT IN LEGAL ACTION AGAINST YOU.
 
Top