Guru Forum - Aliro, PHP, Mambo, Joomla, ...


Reply
 
Thread Tools Display Modes
  #1  
Old October 2nd, 2009, 08:56 AM
jure1873 jure1873 is offline
Junior Member
 
Join Date: Oct 2009
Posts: 1
Default aTicket vs eTicket vs osTicket

I'm trying to find the right ticketing app for me and I would like to know what are the differences between aTicket and osTicket?

How is the development going? If aTicket will be useful for me I could help with the development of new functions.
Reply With Quote
  #2  
Old April 1st, 2010, 06:37 AM
brett brett is offline
Junior Member
 
Join Date: Mar 2010
Posts: 1
Default

I have been locked down on my current server by a php restriction which forbids my eTicket installs from interfacing with the email system due to restrictions on the "escapeshellcmd" or "escapecmdshell" (one of the two) function.
__________________
TOM...
Reply With Quote
  #3  
Old April 1st, 2010, 03:50 PM
counterpoint counterpoint is offline
Administrator
 
Join Date: Jun 2007
Posts: 200
Default

You should be able to avoid that by making a small code change. Look at the file ~/inc/functions.php around line 340 where you should find:

PHP Code:
function getmx_from_email($email) {
    list(
$user,$hostname)=split('@',$email);
    return 
getmx($hostname);

Change it to:

PHP Code:
function getmx_from_email($email) {
    list(
$user,$hostname)=split('@',$email);
    return 
$hostname;

Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:27 PM.


A vBSkinworks Design
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Posts copyright respective authors; compilation copyright Aliro Ltd