what exactly is it saying when u cant register ??
i upload wapdesire n configured it evething ohk but i cant regis even i trie php.ini n htacces i got 500 eror with htacces tried everything but not able to regis plz help my site is [Only registered and activated users can see links. Click Here To Register...]
what exactly is it saying when u cant register ??
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
Nothing. Needs register globals on to work. Where did they find these outdated things anyway...
<!DOCTYPE html PUBLIC "-//WAPFORUM.RS
Check your database if your registration is off
Did I help you?
You can help me too [Only registered and activated users can see links. Click Here To Register...]
Your donations will help me finance my studies.
registration is on but register globals are of in my host tried to use htacess file got 500 eror used php.ini file to turn golbals on nothing happend when try to regis nothing hapeens n i stay on registration page ? plzhelp me
Put on .htaccess php_flag register_globals offOriginally Posted by rajveer [Only registered and activated users can see links. Click Here To Register...]
if won't work try turn it on.
does ur hosting support .htaccess? if not
try this in php.ini
register_globals=on/off
gud luckk![]()
Visit my WEBSITE Project: [Only registered and activated users can see links. Click Here To Register...]
or try register_globals 1 or 0Originally Posted by m4ster_v4 [Only registered and activated users can see links. Click Here To Register...]
First row should be
[PHP]
then second row should be
register_globals = Off
turn On if you want to on.
Did I help you?
You can help me too [Only registered and activated users can see links. Click Here To Register...]
Your donations will help me finance my studies.
i have to put php.ini file in every foder or only in main directory ?
Added after 5 minutes:
Tried everything but always get redircted to regis page
Last edited by rajveer; 15-05-11 at 03:38.
Insert this into /core/functions.inc
and then in /core/main.inc add this line after the incfilesCode:function register_globals($order = 'egpcs') { // define a subroutine if(!function_exists('register_global_array')) { function register_global_array(array $superglobal) { foreach($superglobal as $varname => $value) { global $$varname; $$varname = $value; } } } $order = explode("\r\n", trim(chunk_split($order, 1))); foreach($order as $k) { switch(strtolower($k)) { case 'e': register_global_array($_ENV); break; case 'g': register_global_array($_GET); break; case 'p': register_global_array($_POST); break; case 'c': register_global_array($_COOKIE); break; case 's': register_global_array($_SERVER); break; } } }
Code:register_globals();
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks