And now some WEBMASTER talk..PHP

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pussyserver - BANNED FOR LIFE
    So Fucking Banned
    • Oct 2005
    • 5133

    #1

    And now some WEBMASTER talk..PHP

    anyone got any good suggestions on a local PHP server ( for trouble shooting PHP sites localy)

    for you paysite owners...

    I want to do a flash login pass for my members area on a site i am building ( will kill brute force attacks for a while)

    any ideas

    thanks
  • nakki
    Confirmed User
    • May 2001
    • 137

    #2
    Xampp

    If it's on a Windows box (no, wait, they do other OSs too), XAMPP is an excellent choice. Apache, MySQL, PHP, Pear, Python, sendmail, FTP server, blah blah. And a nice control panel for shutting down & starting the servers.

    Used it on my dev box for half a year now, and no complaints.
    - adult blog aggregator - sign up here
    NastyLittle.com - trade with an established adult blog

    Comment

    • pussyserver - BANNED FOR LIFE
      So Fucking Banned
      • Oct 2005
      • 5133

      #3
      Originally posted by nakki
      If it's on a Windows box (no, wait, they do other OSs too), XAMPP is an excellent choice. Apache, MySQL, PHP, Pear, Python, sendmail, FTP server, blah blah. And a nice control panel for shutting down & starting the servers.

      Used it on my dev box for half a year now, and no complaints.

      thanks for the reply I will give it a try

      Comment

      • quantum-x
        Confirmed User
        • Feb 2002
        • 6863

        #4
        Don't mean to be rude, but how will flash hekp you?
        Flash or no flash, I could build a script that mimic'd / brute'd a login in 5 minutes flat - and I'm no hacker.
        PrettyInCash.com - BoozedGFs.com - TeenGFs.com - JizzGFs.com- MilfUploads.com -

        Comment

        • woj
          <&(©¿©)&>
          • Jul 2002
          • 47882

          #5
          Originally posted by quantum-x
          Don't mean to be rude, but how will flash hekp you?
          Flash or no flash, I could build a script that mimic'd / brute'd a login in 5 minutes flat - and I'm no hacker.
          He is probably displaying a captcha image using flash?
          Custom Software Development, email: woj#at#wojfun#.#com to discuss details or skype: wojl2000 or gchat: wojfun or telegram: wojl2000
          Affiliate program tools: Hosted Galleries Manager Banner Manager Video Manager
          Wordpress Affiliate Plugin Pic/Movie of the Day Fansign Generator Zip Manager

          Comment

          • EviLGuY
            So Fucking Banned
            • Apr 2003
            • 12745

            #6
            I dont see why you'd want to reinvent the wheel when there are a number of decent solutions very reasonably priced.

            As for the server question. Why don't you find and older pc and put some version of linux on it, and then its a simple matter to get php / mysql / apache setup on it and you are good to go to test just about anything you want. Plus it'll be a bit of a learning experience and you'll feel a lot more comfortable logging into a remote box with SSH.

            Comment

            • pussyserver - BANNED FOR LIFE
              So Fucking Banned
              • Oct 2005
              • 5133

              #7
              Originally posted by EviLGuY
              I dont see why you'd want to reinvent the wheel when there are a number of decent solutions very reasonably priced.

              As for the server question. Why don't you find and older pc and put some version of linux on it, and then its a simple matter to get php / mysql / apache setup on it and you are good to go to test just about anything you want. Plus it'll be a bit of a learning experience and you'll feel a lot more comfortable logging into a remote box with SSH.
              I reinvent the wheel each day in hopes of picking up more speed then the competition

              I know how to use the BASH shell via SSH

              I run a cent-os machine as a honeypot

              just wanted a local PHP server on my XP box thats all

              Comment

              • Azathoth
                Confirmed User
                • Nov 2002
                • 217

                #8
                Originally posted by pussyserver
                I reinvent the wheel each day in hopes of picking up more speed then the competition

                I know how to use the BASH shell via SSH

                I run a cent-os machine as a honeypot

                just wanted a local PHP server on my XP box thats all
                You can install Apache/PHP/MySQL on your XP box easy enough.. all windows binaries are available.

                - Az

                Comment

                • pussyserver - BANNED FOR LIFE
                  So Fucking Banned
                  • Oct 2005
                  • 5133

                  #9
                  yeah I got it setup now

                  Comment

                  Working...