jd2007 Posted October 18, 2007 Share Posted October 18, 2007 What is php hacking ? Quote Link to comment https://forums.phpfreaks.com/topic/73738-what-is-php-hacking-sorry-for-posting-heretheres-no-one-in-core-php-hacking/ Share on other sites More sharing options...
marcus Posted October 18, 2007 Share Posted October 18, 2007 One acronym and one word. Quote Link to comment https://forums.phpfreaks.com/topic/73738-what-is-php-hacking-sorry-for-posting-heretheres-no-one-in-core-php-hacking/#findComment-372058 Share on other sites More sharing options...
jd2007 Posted October 18, 2007 Author Share Posted October 18, 2007 what do u mean ? Quote Link to comment https://forums.phpfreaks.com/topic/73738-what-is-php-hacking-sorry-for-posting-heretheres-no-one-in-core-php-hacking/#findComment-372060 Share on other sites More sharing options...
trq Posted October 18, 2007 Share Posted October 18, 2007 The art of programming php. Quote Link to comment https://forums.phpfreaks.com/topic/73738-what-is-php-hacking-sorry-for-posting-heretheres-no-one-in-core-php-hacking/#findComment-372117 Share on other sites More sharing options...
neylitalo Posted October 18, 2007 Share Posted October 18, 2007 Hacking PHP is used to describe the modification, addition, or removal of features to or from PHP itself. It has absolutely nothing to do with cracking, attacks, or any of the other negative connotations that have unfortunately been assigned to the word "hack". Quote Link to comment https://forums.phpfreaks.com/topic/73738-what-is-php-hacking-sorry-for-posting-heretheres-no-one-in-core-php-hacking/#findComment-372124 Share on other sites More sharing options...
bilis_money Posted October 18, 2007 Share Posted October 18, 2007 hack = coding = not bad doing crack = un-authorized access = very bad php hack = Neylitalo is right Quote Link to comment https://forums.phpfreaks.com/topic/73738-what-is-php-hacking-sorry-for-posting-heretheres-no-one-in-core-php-hacking/#findComment-372137 Share on other sites More sharing options...
~n[EO]n~ Posted October 18, 2007 Share Posted October 18, 2007 PHP: Hackers Paradise - Hacking PHP Techniques that can help you become a better PHP hacker / Técnicas que le ayudarán a ser un mejor hacker del código PHP. www.biblioteca.co.cr/html/php-hackers-paradise-php.shtml Quote Link to comment https://forums.phpfreaks.com/topic/73738-what-is-php-hacking-sorry-for-posting-heretheres-no-one-in-core-php-hacking/#findComment-372140 Share on other sites More sharing options...
Azu Posted October 21, 2007 Share Posted October 21, 2007 Basically it makes changing the PHP program itself.. php-cgi.exe or whatever it is called on your system. So that it acts differantly then it normally does. A (rather poor) example would be, say, changing = to work the same as ==. Quote Link to comment https://forums.phpfreaks.com/topic/73738-what-is-php-hacking-sorry-for-posting-heretheres-no-one-in-core-php-hacking/#findComment-374663 Share on other sites More sharing options...
Ninjakreborn Posted October 21, 2007 Share Posted October 21, 2007 The thing is all of the programming inside php is just that "programming". Based on what I have seen about hacking php's core, it's about getting inside the code that builds the language, and puts together it's build in functions. Each php function is a basic function (like me you or anyone else can write in php) are done the same way in php. They are functions that do what they say they are done. One form of php core hacking is goign in and changing the base functionality of those functions, adding new ones, or changing the basic way php is suppose to universally operate by default. Another thing is php is writting in either c++ or C# (not sure which one) so I am fairly certain you would have to know the language it's written in to get very far with it. Quote Link to comment https://forums.phpfreaks.com/topic/73738-what-is-php-hacking-sorry-for-posting-heretheres-no-one-in-core-php-hacking/#findComment-374829 Share on other sites More sharing options...
Daniel0 Posted October 21, 2007 Share Posted October 21, 2007 Another thing is php is writting in either c++ or C# (not sure which one) Neither. It's written in C. Quote Link to comment https://forums.phpfreaks.com/topic/73738-what-is-php-hacking-sorry-for-posting-heretheres-no-one-in-core-php-hacking/#findComment-374848 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.