Thread: Security Code
View Single Post
Old
  (#2 (permalink))
Matt22
Junior Member
 
Status: Offline
Posts: 97
Join Date: Oct 2004
11-21-2004, 03:32 PM

Well , if you want my advice, the secruity code is rubbish!
Why not get rid of it completly!

Go into your main directory of your site and find config.php

Open it in notepad and use notepad 'Find' to find the text $gfx_chk

It is normally set to $gfx_chk = 7;

If you want to remove it completly just replace the 7 with a 0
Quote:
$gfx_chk = 0;
   
Reply With Quote