How To Auto Activate Account

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How To Auto Activate Account

    please tell me how to auto activate a/c
    i tried changing 0 to 1 in phpmyadmin for validate option
    but still its unable to auto activate
    also where is auto activate in admin tools
    please help

    #2
    auto activate what? what ac as in air con lol
    Want something coded email me at sales@webnwaphost.com for a prices.




    Comment


      #3
      i mean in
      Official-Release-Of-My-Wapdesirelavalair-Version
      when a user register's it says that account will be vaildated in 12 hrs
      i tried changing 0 to 1 in phpmyadmin for validate option
      but still its not vaildating it

      or can i enable a user account by using xhtml ver
      their's admin tools in admin menu
      from their

      Comment


        #4
        ownercp>General Settings>Validation

        Site Name:
        Session Period:
        PM Antiflood
        Forum Message:
        Registration:
        View:
        Validation:

        it should have something like the above on general settings
        Want something coded email me at sales@webnwaphost.com for a prices.




        Comment


          #5
          it will only validate people hu have joined after yu have disabled it people hu joined before will stil need validating
          Want something coded email me at sales@webnwaphost.com for a prices.




          Comment


            #6
            i have enabled admin a/c by changing perm 2 to using phpmyadmin
            how to make owner account
            please help


            sorry to trouble you friends
            i got it
            it was in core.php

            <div class='codetop'>CODE</div><div class='codemain' style='height:200px;white-space:pre;overflow:auto'>

            if($rperm[1]==1)
            {
            return ismod(getuid_sid($sid));
            }
            if($rperm[1]==2)
            {
            return isadmin(getuid_sid($sid));
            }
            if($rperm[1]==3)
            {
            return isheadadmin(getuid_sid($sid));
            }
            if($rperm[1]==4)
            {
            return isowner(getuid_sid($sid));
            }
            if($rperm[0]!=0){
            if(getuage_sid($sid)<$rperm[0])
            {
            return false;
            }
            }
            if($rperm[4]!=0){
            if(getuage_sid($sid)>$rperm[4])
            {
            return false;
            }
            }
            if($uperm[1]<$rperm[2])
            {
            return false;
            }
            return true;

            </div>

            Comment


              #7
              change perms from 2 to 4

              1= mod
              2=admin
              3=head admin
              4=Owner

              i think thats correct permissions
              Want something coded email me at sales@webnwaphost.com for a prices.




              Comment


                #8
                if u want validation off just set it in the sql man change validation default to 1 then everyone will be validated its just a ban not that hard to figure this stuff out

                Comment

                Working...
                X