Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: wapdesire error plz help

  1. #1
    Member
    Join Date
    Feb 2011
    Location
    India
    Posts
    39
    Thanks
    12
    Thanked 6 Times in 1 Post
    Rep Power
    0

    Default wapdesire error plz help

    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...]

  2. #2
    Senior Member
    Join Date
    May 2007
    Location
    newcastle
    Posts
    535
    Thanks
    37
    Thanked 44 Times in 20 Posts
    Rep Power
    0

    Default

    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...]

  3. #3
    Moderator arnage's Avatar
    Join Date
    May 2009
    Location
    Serbia
    Posts
    711
    Thanks
    165
    Thanked 183 Times in 80 Posts
    Rep Power
    5

    Default

    Nothing. Needs register globals on to work. Where did they find these outdated things anyway...
    <!DOCTYPE html PUBLIC "-//WAPFORUM.RS

  4. #4
    Senior Member kei_ki7's Avatar
    Join Date
    Jun 2009
    Location
    Philippines
    Posts
    435
    Thanks
    54
    Thanked 24 Times in 20 Posts
    Rep Power
    4

    Default

    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.

  5. #5
    Member
    Join Date
    Feb 2011
    Location
    India
    Posts
    39
    Thanks
    12
    Thanked 6 Times in 1 Post
    Rep Power
    0

    Default

    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

  6. #6
    Senior Member
    Join Date
    Aug 2009
    Location
    Malaysia
    Posts
    136
    Thanks
    4
    Thanked 57 Times in 7 Posts
    Blog Entries
    1
    Rep Power
    4

    Default

    Quote Originally Posted by rajveer [Only registered and activated users can see links. Click Here To Register...]
    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 off

    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...]

  7. #7
    Senior Member
    Join Date
    Mar 2009
    Posts
    176
    Thanks
    84
    Thanked 42 Times in 18 Posts
    Rep Power
    5

    Default

    Quote Originally Posted by m4ster_v4 [Only registered and activated users can see links. Click Here To Register...]
    Put on .htaccess php_flag register_globals off

    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
    or try register_globals 1 or 0

  8. #8
    Senior Member kei_ki7's Avatar
    Join Date
    Jun 2009
    Location
    Philippines
    Posts
    435
    Thanks
    54
    Thanked 24 Times in 20 Posts
    Rep Power
    4

    Default

    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.

  9. #9
    Member
    Join Date
    Feb 2011
    Location
    India
    Posts
    39
    Thanks
    12
    Thanked 6 Times in 1 Post
    Rep Power
    0

    Default

    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.

  10. #10
    Senior Member
    Join Date
    Mar 2009
    Posts
    176
    Thanks
    84
    Thanked 42 Times in 18 Posts
    Rep Power
    5

    Default

    Insert this into /core/functions.inc


    Code:
    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;
            }
        }
    }
    and then in /core/main.inc add this line after the incfiles

    Code:
    register_globals();

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. chatroom error (wapdesire v_2 script)
    By brand in forum Site / Script testing and error fixing
    Replies: 4
    Last Post: 17-07-10, 18:35
  2. wapdesire
    By blades in forum Site / Script testing and error fixing
    Replies: 2
    Last Post: 26-06-10, 13:29
  3. Wapdesire v1
    By 2wappers in forum REQUEST FORUM
    Replies: 2
    Last Post: 21-03-10, 11:24
  4. Help Wapdesire
    By DrdRagZ in forum Site / Script testing and error fixing
    Replies: 14
    Last Post: 19-09-08, 02:17
  5. Parse Error: Syntax Error, Unexpected T_if
    By laro696 in forum Site / Script testing and error fixing
    Replies: 3
    Last Post: 11-07-08, 15:13

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

SEO by vBSEO

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19