That is, I have to install joomla in the folder htdocs?
AS Templates
POSTED: 2016-01-20
Hello ALEKS2015,
Your license to download the item and receiving our free support is expired. The license grants you access to download the item/design for a period of 365 days (90 days for selected clubs) after the date of purchase. During this period, the item/design will be upgraded regularly and your license grants you permission to download these upgrades. After your license expires, you may continue to use the templates your entitlements allow for, so the templates are not time-limited. For more info please see our terms of use: http://www.astemplates.com/terms
Everything is working: http://astcom.company/smtpauth.php Understand the causes of inoperability of the script no one but the author of this script will not.
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
The script comes from Joomla, try to install default Joomla package from joomla.org website and check it.
Regards, AS Team.
View History
$smtp_server = "mail.astcom.company";
$port = 25;
$mydomain = "astcom.company";
$username = "test@astcom.company";
$password = "Jew~h559";
$sender = "test@astcom.company";
$recipient = "ildar@101domain.ru";
$subject = "Test is OK";
$content = "Test is OK";
// Initiate connection with the SMTP server
$handle = fsockopen($smtp_server, $port);
fputs($handle, "EHLO $mydomain\r\n");
// SMTP authorization
fputs($handle, "AUTH LOGIN\r\n");
fputs($handle, base64_encode($username)."\r\n");
fputs($handle, base64_encode($password)."\r\n");
// Send out the e-mail
fputs($handle, "MAIL FROM:<$sender>\r\n");
fputs($handle, "RCPT TO:<$recipient>\r\n");
fputs($handle, "DATA\r\n");
fputs($handle, "To: $recipient\r\n");
fputs($handle, "Subject: $subject\r\n");
fputs($handle, "$content\r\n");
fputs($handle, ".\r\n");
// Close connection to SMTP server
fputs($handle, "QUIT\r\n");
?>
View History
I'm an amateur. How to do it. I fear that this will break the structure of the site.
You have to install it in some demo folder, the default joomla package should be installed in the same way like our quick-start package:
http://www.astemplates.com/joomla-template-documentation/96-002031
Also, as we suggested, you can try another hosting provider.
Regards, AS Team.
View History
Just checked it on iPhone6, it is working just fine, can you please provide us with more info regarding the problem?
Regards, AS Team.
View History
View History
Your license to download the item and receiving our free support is expired. The license grants you access to download the item/design for a period of 365 days (90 days for selected clubs) after the date of purchase. During this period, the item/design will be upgraded regularly and your license grants you permission to download these upgrades. After your license expires, you may continue to use the templates your entitlements allow for, so the templates are not time-limited. For more info please see our terms of use:
http://www.astemplates.com/terms
Regards, AS Team.
View History
Our suggestion is to ask Joomla community: http://forum.joomla.org/, your question is related to Joomla API.
Regards, AS Team.
View History
is there an comfortable way to update on version 5.1.1 or do I really have to reinstall the complete template?
Tanks for an answer and
kind regards,
Norbert
Yes you have to reinstall it, because the template was fully recreated. Sorry about that.
Regards, AS Team.
View History
Someone explain to me. How so?
So can you explain to us what was the problem?
Regards, AS Team.
View History
Try to use another hosting provider.
Regards, AS Team.
View History
View History
Our templates do not have any scripts, all emails sends by Joomla.
Regards, AS Team.