Thread: PHP Functions

Results 1 to 10 of 10
  1. #1
    anonymouss3221's Avatar
    Join Date
    Dec 2017
    Gender
    male
    Posts
    522
    Reputation
    10
    Thanks
    17

    PHP Functions

    So I bought some webhosting here, and a ticket I submitted hasn't had a response yet. I'm trying to enable some PHP functions required for the forums software I have installed, but I just don't know how to do it. Everything I've tried doesn't seem to work. Anyone able to help? Also, not sure if this should go here, but it seems like it kinda fits. If not oh well.

  2. #2
    Het_Beest's Avatar
    Join Date
    Nov 2016
    Gender
    male
    Location
    Web
    Posts
    452
    Reputation
    58
    Thanks
    82
    My Mood
    Relaxed
    Are you getting some kind of error?

    What PHP version does the server run?

  3. #3
    anonymouss3221's Avatar
    Join Date
    Dec 2017
    Gender
    male
    Posts
    522
    Reputation
    10
    Thanks
    17
    Quote Originally Posted by Het_Beest View Post
    Are you getting some kind of error?

    What PHP version does the server run?
    They seem to be running PHP 5.6.40, but I've just updated it to 7.1.29. What should I be doing in the first place to enable PHP functions? My previous host had the same problem and I also had to contact them to help me out with it. Not entirely sure what they did though.
    Last edited by anonymouss3221; 05-10-2019 at 11:34 AM.

  4. #4
    Het_Beest's Avatar
    Join Date
    Nov 2016
    Gender
    male
    Location
    Web
    Posts
    452
    Reputation
    58
    Thanks
    82
    My Mood
    Relaxed
    Quote Originally Posted by anonymouss3221 View Post
    They seem to be running PHP 5.6.40, but I've just updated it to 7.1.29. What should I be doing in the first place to enable PHP functions? My previous host had the same problem and I also had to contact them to help me out with it. Not entirely sure what they did though.
    I know CPanel has some PHP extentions you can activate



    Not sure if you're looking for something like this?

  5. #5
    anonymouss3221's Avatar
    Join Date
    Dec 2017
    Gender
    male
    Posts
    522
    Reputation
    10
    Thanks
    17
    Quote Originally Posted by Het_Beest View Post
    I know CPanel has some PHP extentions you can activate



    Not sure if you're looking for something like this?
    After looking into it a little bit, that does seem to be what I'm looking for, but the functions I need enabled are exec and proc_open I believe. Which extension contains those?

  6. #6
    Het_Beest's Avatar
    Join Date
    Nov 2016
    Gender
    male
    Location
    Web
    Posts
    452
    Reputation
    58
    Thanks
    82
    My Mood
    Relaxed
    Quote Originally Posted by anonymouss3221 View Post
    After looking into it a little bit, that does seem to be what I'm looking for, but the functions I need enabled are exec and proc_open I believe. Which extension contains those?
    For the exec and proc_open you need to be in the php.ini

    If you can access this file, you need to search for;

    disable_functions = show_source, system, shell_exec, passthru, exec, phpinfo, popen, proc_open
    Remove the exec and proc_open

  7. #7
    anonymouss3221's Avatar
    Join Date
    Dec 2017
    Gender
    male
    Posts
    522
    Reputation
    10
    Thanks
    17
    Quote Originally Posted by Het_Beest View Post
    For the exec and proc_open you need to be in the php.ini

    If you can access this file, you need to search for;



    Remove the exec and proc_open
    Huh. I guess I must just not have access to it then. That sucks.
    Last edited by anonymouss3221; 05-10-2019 at 01:52 PM.

  8. #8
    Silent's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    5,070
    Reputation
    2172
    Thanks
    8,474
    My Mood
    Bitchy
    If you got access to php ini file, there should be an array of disabled functions. Generally by default, its empty.
    Click Here to visit the official MPGH wiki! Keep up with the latest news and information on games and MPGH! To check out pages dedicated to games, see the links below!











    dd/mm/yyyy
    Member - 31/01/2015
    Premium - 12/09/2016
    Call of Duty minion - 05/11/2016 - 05/11/2019
    BattleOn minion - 28/02/2017 - 05/11/2019
    Battlefield minion - 30/05/2017 - 05/11/2019
    Other Semi-Popular First Person Shooter Hacks minion - 21/09/2017 - 17/09/2019
    Publicist - 07/11/2017 - 02/08/2018
    Cock Sucker - 01/12/2017 - Unknown
    Minion+ - 06/03/2018 - 05/11/2019
    Fortnite minion - 08/05/2018 - 05/11/2019
    Head Publicist - 08/10/2018 - 10/01/2020
    Developer Team - 26/10/2019 - 10/01/2020
    Former Staff - 10/01/2020



  9. #9
    scriptkiddz007's Avatar
    Join Date
    Jun 2019
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by anonymouss3221 View Post
    Huh. I guess I must just not have access to it then. That sucks.
    can u access the server via some kind of remotedesktop? also on wich operating system is ur server running?

  10. #10
    becksss's Avatar
    Join Date
    Jul 2019
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    0
    My Mood
    Fine
    if u can access search for this disable_functions = show_source, system, shell_exec, passthru, exec, phpinfo, popen, proc_open

Similar Threads

  1. PhP Programming Section
    By radnomguywfq3 in forum Suggestions, Requests & General Help
    Replies: 8
    Last Post: 01-30-2008, 08:13 PM
  2. Process_promocode.php[code]
    By ferrar1000 in forum WarRock - International Hacks
    Replies: 22
    Last Post: 10-02-2007, 06:55 PM
  3. hack function idea
    By l0ngcat in forum WarRock - International Hacks
    Replies: 6
    Last Post: 10-02-2007, 06:01 AM
  4. Replies: 8
    Last Post: 07-09-2007, 03:15 PM
  5. Disable some of punkbuster's functions.
    By System79 in forum Game Hacking Tutorials
    Replies: 3
    Last Post: 09-06-2006, 11:32 PM