Ask not what osTicket community can do for you - ask what you can do for osTicket community

Go Back   osTicket Forums > osTicket 1.6.x > General Discussions

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-19-2008, 10:13 PM
Corey Corey is offline
Senior Member
 
Join Date: Jan 2008
Location: St.Louis, Missouri USA
Posts: 438
Send a message via AIM to Corey Send a message via MSN to Corey Send a message via Yahoo to Corey Send a message via Skype™ to Corey
Default oSTicket or eTicket

Hey guys,

I have a huge user base, around 700,000 users and we get around 1,800 new sign ups a day.

What's the best choice for me oSTicket or eTicket?

I also have a few questions.

Will osTicket be adding captcha anytime soon?

eTicket explains step by step on how to set up Mail Handling, does osTicket have a step by step support page on how to set up pipe emailing?

I noticed osTicket has 'ip_address' in the database but I do not see it when viewing the actual ticket, whereas eTicket does show the IP address.

What's more advanced, eTicket or osTicket?

Thanks,
Corey

Last edited by Corey; 01-20-2008 at 03:57 AM.
Reply With Quote
  #2  
Old 01-21-2008, 02:47 PM
4ice 4ice is offline
Senior Member
 
Join Date: Jan 2008
Posts: 531
Default

Hi Corey,

We are currently trying to release a more stable version of osTicket. After this release we will be starting adding new functionalities. But at the moment there is no way to tell when captcha will be added.

Showing the ip address is something that is not very difficult. I might be able to give you some tips on how to do this later on.

And eticket is based on osTicket, so just see if you like it. One thing is sure, osTicket will continue to improve.
Reply With Quote
  #3  
Old 01-21-2008, 03:09 PM
Corey Corey is offline
Senior Member
 
Join Date: Jan 2008
Location: St.Louis, Missouri USA
Posts: 438
Send a message via AIM to Corey Send a message via MSN to Corey Send a message via Yahoo to Corey Send a message via Skype™ to Corey
Default

Yeah I added the IP thing.. Just thought it would be a default feature.

HTML Code:
<tr>
<th>IP Address:</th>
<td><a href="http://whoisx.co.uk/<?=$ticket->getIp()?>"><?=$ticket->getIp()?></a></td>
</tr>
I tried eTicket, but it has way to many bugs.
Reply With Quote
  #4  
Old 01-21-2008, 03:13 PM
4ice 4ice is offline
Senior Member
 
Join Date: Jan 2008
Posts: 531
Default

I looked into it and if you want to show the IP address do the following:

In ./include/staff/viewticket.inc.php add the following code:
PHP Code:
<tr>
    <th>IP address:</th>
    <td><?php echo $ticket->getIP(); ?></td>
</tr>
under:
PHP Code:
<tr>
    <th>Create Date:</th>
    <td><?=Format::db_datetime($ticket->getCreateDate())?></td>
</tr>
This should do it
Reply With Quote
  #5  
Old 01-21-2008, 03:16 PM
Corey Corey is offline
Senior Member
 
Join Date: Jan 2008
Location: St.Louis, Missouri USA
Posts: 438
Send a message via AIM to Corey Send a message via MSN to Corey Send a message via Yahoo to Corey Send a message via Skype™ to Corey
Default

Read my post above.

Thanks though,
Corey
Reply With Quote
  #6  
Old 01-21-2008, 03:36 PM
4ice 4ice is offline
Senior Member
 
Join Date: Jan 2008
Posts: 531
Default

Quote:
Originally Posted by Corey View Post
Read my post above.

Thanks though,
Corey
LOL, I when I pressed add reply yours wasn't there yet.

Well at least we know it works and I'm glad you went for osTicket
Reply With Quote


Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 -4. The time now is 09:32 AM.