Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Member
    Join Date
    Mar 2004
    Posts
    131

    Default account suspended

    Can someone PLEASE tell me how i can call whmreq via a php script to return whether or not an account is suspended?

    Thank You
    Jeremi C Bergman

  2. #2
    Member
    Join Date
    Mar 2002
    Posts
    159

    Default

    You can check the .htaccess of the account.
    FastServerManagement
    24x7x365 CPanel Server Management & Monitoring only $29.00/month
    http://www.FastServerManagement.com
    sales@FastServerManagement.com 1-877-898-1423

  3. #3
    Member
    Join Date
    Mar 2004
    Posts
    131

    Default

    Originally posted by coastinc
    You can check the .htaccess of the account.
    Thank you very much! That seemed to work perfectly for me!!

    PHP Code:
    function do_check_suspended($cp_username){
        
    $handle = @fopen("/home2/".$cp_username."/public_html/.htaccess""r");
        
    $contents '';
        if(
    $handle){
            while (!
    feof($handle)) {
              
    $contents .= fread($handle8192);
            }
            
    fclose($handle);
        }
        if (
    strpos($contents,'suspended.page')===false)
            return 
    0;
        else
            return 
    1;

    Jeremi C Bergman

Similar Threads & Tags
Similar threads

  1. Account Suspended
    By mojave in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 04-14-2011, 05:14 AM
  2. Account Suspended
    By augustus in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 06-18-2010, 09:21 AM
  3. My Account Is Suspended
    By jarrad in forum cPanel and WHM Discussions
    Replies: 5
    Last Post: 05-10-2010, 01:36 AM
  4. Suspended account redirecting to http://www.suspended.page/
    By n000b in forum cPanel and WHM Discussions
    Replies: 9
    Last Post: 07-31-2007, 01:09 PM
  5. Suspended.Account and its not suspended... What?
    By Leviticus in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 06-22-2004, 03:41 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube