gesior / Gesior2012

Gesior 2012 - Account Maker [website] for OTSes, account maker you can find in BRANCHES. Select 'branch'.
75 stars 84 forks source link

createaccount image verification #14

Closed Pietia10 closed 9 years ago

Pietia10 commented 10 years ago

For some reason the verification code didn't worked I fixed it by this: if(!defined('INITIALIZED')) exit; swap for session_start();

and in createaccount.php replace the line for: $main_content .= 'Code: Image Verification is missing, please contact the administrator

WibbenZ commented 10 years ago

The define function is there to make you able to turn all the websites of via index.php, so that shoulden't be removed. Are you sure the folders and files have the right access set to them?

gesior commented 9 years ago

You should not load pages by link: pages/imagebuilder.php

always load them by index,php: ?subtopic=imagebuilder

Possible reasons why it show error: