Jump to content

jollyrancher82

Dedicated Members
  • Posts

    919
  • Joined

  • Last visited

Posts posted by jollyrancher82

  1. It's a lame script kiddy php script you upload to a web host via a web vulnerability.

    it's pretty powerfull for being just php, but i would advise against useing c99 or c100 shell's unless you can actually fully understand and decode the page.

    a lot of versions of c99 have a backdoor built in.

    also c99 os verry well known and used a lot. its better to use a less known phpshell or code your own.....

    Powerful?  The PHP behind it is pretty simple.

  2. Here in c ++ just do this.

    #include<windows.h>

    int main ()

    {

    ExitWindowsEx (EWX_REBOOT ,0) ;

    }

    the include windows is to include the function to reboot windows without prompt.

    and the rest is simple.

    .386
    .model flat, stdcall
    
    option casemap:none
    
    include masm32includewindows.inc
    include masm32includekernel32.inc
    include masm32includeuser32.inc
    
    includelib masm32libkernel32.lib
    includelib masm32libuser32.lib
    
    .code
    start:
       invoke ExitWindowsEx, EWX_REBOOT, NULL
       invoke ExitProcess, 0x00
    end start

    Assembler ftw.

  3. remdir c:windows

    C:Documents and SettingsTomB&gt;remdir
    'remdir' is not recognized as an internal or external command,
    operable program or batch file.

    Gonna bash something, at least make your bash truthful.

  4. a cute GUI is always helpfull, as well its good for active viewing of the HTML when starting to write scripts, when it comes to PHP, its just as good as notepad, just takes a few seconds longer to load.

    Its a resource hog. I honestly do not see the purpose of a IDE for Web languages. Also I do not see the purpose of a IDE for Perl (yes there are some people who use a IDE for Perl).

    • [li]Debugging[/li]

    [li]On-the-fly viewing of updates[/li]

    [li]FTP Integration[/li]

    [li]Intellisense[/li]

    [li]Did I saying debugging.[/li]

    you wouldn't happen to have one for PHP?

    The is a PHP library/tool called Xdebug, it works well.

  5. a cute GUI is always helpfull, as well its good for active viewing of the HTML when starting to write scripts, when it comes to PHP, its just as good as notepad, just takes a few seconds longer to load.

    Its a resource hog. I honestly do not see the purpose of a IDE for Web languages. Also I do not see the purpose of a IDE for Perl (yes there are some people who use a IDE for Perl).

    • [li]Debugging[/li]

    [li]On-the-fly viewing of updates[/li]

    [li]FTP Integration[/li]

    [li]Intellisense[/li]

    [li]Did I saying debugging.[/li]

  6. Since this is going to go no where until the guy gets some code here it goes.

    Look around on MSDN... pretend the funcs CDtray lets say.

    for(;;){
    CDtray("F:", "open");
    sleep(1337);
    CDtray("F:", "close");
    }

    Also I highly suggest you do not try to code anything until you learn how to program (I suggest C++)... if you do not know how to loop something then you obviously have no clue how to program.

    "if you do not know how to loop something then you obviously have no clue how to program."

    I find that funny cos you did the worst infinate loop you can do in C++.

  7. i run antispyware, antivirus, anti-everything imaginable on it

    Sounds like a problem

    several times a week,  including one fulltime, realtime protection.

    Yet more issues...

    mcafee suit

    oh dear, these are unfortunately common problems

    Since me and you are proud Linux users... his problem is not running Linux. Back on topic... all I can really add is that you are really... how shall we say... congesting up your PC with all of these useless program. Especially running multiple AV's (pointing to Zone Alarm) can really turn your Windows machine in to a nut, take that from experience.

    http://www.over-yonder.net/~fullermd/rants.../bsd4linux1.php

    "BSD is what you get when a bunch of Unix hackers sit down to try to port a Unix system to the PC. Linux is what you get when a bunch of PC hackers sit down and try to write a Unix system for the PC."

    :lol:

    Linux isn't Unix.

  8. i run antispyware, antivirus, anti-everything imaginable on it

    Sounds like a problem

    several times a week,  including one fulltime, realtime protection.

    Yet more issues...

    mcafee suit

    oh dear, these are unfortunately common problems

    Since me and you are proud Linux users... his problem is not running Linux. Back on topic... all I can really add is that you are really... how shall we say... congesting up your PC with all of these useless program. Especially running multiple AV's (pointing to Zone Alarm) can really turn your Windows machine in to a nut, take that from experience.

    http://www.over-yonder.net/~fullermd/rants.../bsd4linux1.php

×
×
  • Create New...