Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › Programming › Other Programming › PHP Programming › PHP Functions

PHP Functions

Posts 1–10 of 10 · Page 1 of 1
AN
anonymouss3221
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.
#1 · 7y ago
Het_Beest
Het_Beest
Are you getting some kind of error?

What PHP version does the server run?
#2 · 7y ago
AN
anonymouss3221
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.
#3 · edited 7y ago · 7y ago
Het_Beest
Het_Beest
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?
#4 · 7y ago
AN
anonymouss3221
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?
#5 · 7y ago
Het_Beest
Het_Beest
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
#6 · 7y ago
AN
anonymouss3221
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.
#7 · edited 7y ago · 7y ago
Silent
[MPGH]Silent
If you got access to php ini file, there should be an array of disabled functions. Generally by default, its empty.
#8 · 7y ago
SC
scriptkiddz007
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?
#9 · 7y ago
becksss
becksss
if u can access search for this disable_functions = show_source, system, shell_exec, passthru, exec, phpinfo, popen, proc_open
#10 · 7y ago
Posts 1–10 of 10 · Page 1 of 1

Post a Reply

Similar Threads

  • Disable some of punkbuster's functions.By System79 in Game Hacking Tutorials
    3Last post 20y ago
  • Advanced Hacking tutorial (How to find adresses for the coolest trainer functions)By nukeist_ in WarRock - International Hacks
    8Last post 19y ago
  • hack function ideaBy l0ngcat in WarRock - International Hacks
    6Last post 18y ago
  • Process_promocode.php[code]By ferrar1000 in WarRock - International Hacks
    22Last post 18y ago
  • PhP Programming SectionBy radnomguywfq3 in Suggestions, Requests & General Help
    8Last post 18y ago

Tags for this Thread

None