Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1
  • 2

TOPIC: Credit card number in admin email

Credit card number in admin email 14 years 8 months ago #7328

  • spamis
  • spamis's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0
This is all of the code in the common.php file so I'm not quite sure where to go from here.
<?php

/**
* @version 2.4.3
* @package Joomla
* @subpackage DT Register
* @copyright Copyright (C) 2006 DTH Development
* @copyright contact [email protected]
* @license Commercial
*/


function mosFormatDate_overridden( $date = 'now', $format = null, $offset = null )  {
    
	
	global $database,$mosConfig_live_site,$mosConfig_absolute_path,$mosConfig_mailfrom,$mosConfig_fromname,$Itemid,$my;

	global $mosConfig_fromname,$mosConfig_mailfrom;
	include ($mosConfig_absolute_path.'/components/com_dtregister/config.dtregister.php');
$offset = 1;
	return mosFormatDate($date,$date_format,$offset);

}

?>

Please Log in or Create an account to join the conversation.

Credit card number in admin email 14 years 8 months ago #7330

  • dthadmin
  • dthadmin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 5470
  • Thank you received: 3
spamis - WOW, you are using version 2.4.3. Do you realize how old that is?? Sorry but there is no support for that. Nothing I have posted in this thread will apply to that old Joomla 1.0 based version. On top of that, looking further I see that there are no previous orders for your username. So you need to do two things:

1) make posts using the username that you purchased DT Register with
2) upgrade DT Reg on your site.

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
  • 2
Time to create page: 0.092 seconds