Security Graphic not displayed - GD OK

Helpdesk for my helpdesk software

Moderator: mkoch227

KenHaynes
Posts: 14
Joined: Sun Jul 29, 2012 7:28 pm

Security Graphic not displayed - GD OK

Post by KenHaynes »

Script URL: http://support.primedefenseproducts.com
Version of script: 2.3
Hosting company: Bluehost
URL of phpinfo.php: http://support.primedefenseproducts.com/phpinfo.php
URL of session_test.php: ???
What terms did you try when SEARCHING for a solution: security graphic not displayed

Write your message below:

Hi,

The security graphic is not showing on the login pages. The GD information is as follows

GD is supported by your server!
GD Version Yes
FreeType Support Yes
FreeType Linkage Yes
T1Lib Support No
GIF Read Support Yes
GIF Create Support Yes
JPG Support Yes
PNG Support Yes
WBMP Support Yes
XPM Support No
XBM Support Yes
JIS-mapped Japanese Font Support No

Any assistance would be appreciated.

Many thanks,
Ken
mkoch227
Posts: 666
Joined: Wed Jul 04, 2012 3:37 pm

Re: Security Graphic not displayed - GD OK

Post by mkoch227 »

I do not completely understand what you mean by a "security graphic". As of right now, your login pages (view ticket and admin login) appear the same as mine (despite a few theme changes on mine). Could you supply me with a site that has a security graphic?
Mike, Lead Developer of Image HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
steve
Posts: 147
Joined: Tue Mar 27, 2012 9:32 pm

Re: Security Graphic not displayed - GD OK

Post by steve »

Have you checked the following?

Settings >> Help Desk >>
  • "Use anti-SPAM image" is set to on? Customers or all?
Also have you edited the php source code at all?
-Steve
steve
Posts: 147
Joined: Tue Mar 27, 2012 9:32 pm

Re: Security Graphic not displayed - GD OK

Post by steve »

After reading your post more thoroughly, I have a different response for you.

The login pages do not show security graphics, Just the submit ticket pages.
-Steve
KenHaynes
Posts: 14
Joined: Sun Jul 29, 2012 7:28 pm

Re: Security Graphic not displayed - GD OK

Post by KenHaynes »

Thanks for the replies all.

Please accept my apologies for not being clear. The graphic I was referring to was the Turing CAPTCHA graphic. In Firefox it showed only the ALT text.

>> Also have you edited the php source code at all?

The only mods to the code are; Added logo at the top of the page and commented out the administrator link at the bottom of the customer facing page. I reverted the code and had the same issue.

>> "Use anti-SPAM image" is set to on? Customers or all?

This was set to ON but is now off as it wasn't working.

I appreciate you all taking the time to respond.
steve
Posts: 147
Joined: Tue Mar 27, 2012 9:32 pm

Re: Security Graphic not displayed - GD OK

Post by steve »

Like I said in my previous post, CAPTCHA graphics only show on the submit ticket pages, not the login page.

Also, to turn off the admin link on the main page (instead of commenting it out) Login to hesk admin interface click settings, then click the misc tab, then uncheck the "Admin link: Display a link to admin panel from help desk index"
-Steve
KenHaynes
Posts: 14
Joined: Sun Jul 29, 2012 7:28 pm

Re: Security Graphic not displayed - GD OK

Post by KenHaynes »

Yes, and it isn't showing on the Submit Ticket page. My bad for not specifying the correct page.
KenHaynes
Posts: 14
Joined: Sun Jul 29, 2012 7:28 pm

Re: Security Graphic not displayed - GD OK

Post by KenHaynes »

Just occurred to me, it should show on the admin login page when it is set in the options; the ALT text and text edit box was there.
steve
Posts: 147
Joined: Tue Mar 27, 2012 9:32 pm

Re: Security Graphic not displayed - GD OK

Post by steve »

Enable CATPCHA for both customers and admins. Then we can have a look
-Steve
KenHaynes
Posts: 14
Joined: Sun Jul 29, 2012 7:28 pm

Re: Security Graphic not displayed - GD OK

Post by KenHaynes »

Thanks Steve, I have enabled it for the Submit Ticket page but not the admin login page.

If I enable it for admin I will not be able to log in without bypassing the code again.
steve
Posts: 147
Joined: Tue Mar 27, 2012 9:32 pm

Re: Security Graphic not displayed - GD OK

Post by steve »

I honestly have not a clue. it sounds like it may have something to do with your file attachment issues.

Sorry I could not be more help for you.

Try searching this forum for "CAPTCHA" there are a lot of post related this this issue, you may find a resolve there.
-Steve
KenHaynes
Posts: 14
Joined: Sun Jul 29, 2012 7:28 pm

Re: Security Graphic not displayed - GD OK

Post by KenHaynes »

No problem, I appreciate you trying. I will just revert to the text question. It is easier for some people with poor eyesight to see anyway.

Regards,
Ken.
steve
Posts: 147
Joined: Tue Mar 27, 2012 9:32 pm

Re: Security Graphic not displayed - GD OK

Post by steve »

Bring it up with Klemen when he gets back.
-Steve
Klemen
Site Admin
Posts: 10145
Joined: Fri Feb 11, 2005 4:04 pm

Re: Security Graphic not displayed - GD OK

Post by Klemen »

Try downloading and uploading the original files again - everything except hesk_settings.php, header/footer and "install" folder.

It's quite possible you saved the files as UTF-8 and have a byte order mark at the start of files.

P.s.: to remove the link to the admin panel you should rather use Settings > Misc tab > Other > uncheck "Admin link: [?] Display a link to admin panel from help desk index".
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
Klemen
Site Admin
Posts: 10145
Joined: Fri Feb 11, 2005 4:04 pm

Re: Security Graphic not displayed - GD OK

Post by Klemen »

A little correction - it's not utf-8 BOM, but you have "0d 0a" (empty line) bytes at the start of each file.

Unless this is something your server ads for some strange reason, you should be able to fix it by uploading all files again as suggested before.

Make 101% sure PHP files are uploaded in ASCII, not BINARY mode!
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
Post Reply