Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
Do we need database.inc.php & database_mysqli.inc.php or only one?
Also with email piping & smtp can we disable/remove the pop3 and imap files?
Database & pop3/imap
Moderator: mkoch227
Re: Database & pop3/imap
Technically, you only need one of the database files as far as I know (as you will be connected to your database only via MySQL or MySQLi - never both at the same time).... but there's no benefit to deleting the extra file. Same goes with the pop3 and imap files. They're not needed if you're not using them, but there's also no major benefit to deleting them (unless you need the extra couple hundred KBs of space
)

Mike, Lead Developer of
HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
-
- Posts: 12
- Joined: Thu Dec 07, 2017 11:11 am
Re: Database & pop3/imap
No just looking at everything down to the millisecond 

Re: Database & pop3/imap
What Mike said.
Hesk will use the improved MySQLi functions to access the database. For legacy reasons (to support some older PHP versions), the alternative mysql functions are available.
You can indeed delete the fetching files you aren't using.
Hesk will use the improved MySQLi functions to access the database. For legacy reasons (to support some older PHP versions), the alternative mysql functions are available.
You can indeed delete the fetching files you aren't using.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
-
- Posts: 12
- Joined: Thu Dec 07, 2017 11:11 am
Re: Database & pop3/imap
ok, so the question still remaining is, with the email piping (incoming?) and smtp (outgoing) is imap still needed?
Re: Database & pop3/imap
No, IMAP is just one of the 3 available options to do the same thing: import emails into tickets.
So you need either email piping, POP3 fetching or IMAP fetching.
So you need either email piping, POP3 fetching or IMAP fetching.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools