LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Need help understanding this code (https://www.linuxquestions.org/questions/linux-newbie-8/need-help-understanding-this-code-719081/)

bg1 04-14-2009 02:42 PM

Need help understanding this code
 
Im doing a project on IRC, I am talking about the use of backdoors, but I cant not understand this code, could someone please break it down for me please?

thanks.
PHP Code:

#1 - /on ^ctcp "% % BACKDOOR *" $3-

#2 - /on ^notice "% BACKDOOR *" $2-

#3 - /on ^ctcp "% % BACKDOOR *" quote $3- 

I got the sample code from www.irchelp.org

bg1 04-15-2009 04:53 AM

Quote:

Originally Posted by bg1 (Post 3508752)
Im doing a project on IRC, I am talking about the use of backdoors, but I cant not understand this code, could someone please break it down for me please?

thanks.
PHP Code:

#1 - /on ^ctcp "% % BACKDOOR *" $3-

#2 - /on ^notice "% BACKDOOR *" $2-

#3 - /on ^ctcp "% % BACKDOOR *" quote $3- 

I got the sample code from www.irchelp.org

anyone :)

maresmasb 04-15-2009 07:24 AM

In PHP lines starting with a hash mark (#) are comments. If the code is really from a PHP script, then those lines probably explain something about some nearby parts of the code.

You have marked the code as "PHP script", but it doesn't make sense. What kind of programming language is code from?


All times are GMT -5. The time now is 04:12 PM.