google-site-verification: googlebaca44933768a824.html Run scheduled PHP script - Old Royal Hack Forum

Announcement

Collapse
No announcement yet.

Run scheduled PHP script

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Run scheduled PHP script

    Anyone know how to run a php script on my server, without the use of cron?
    The script must be ran at night.
    Example: the script must be runned at 03:00 AM, and must be runned everyday.
    The script will not get any hits.

    Thanks in advance :)

    #2
    Re: Run scheduled PHP script

    http://webscripts.softpedia.com/script/Miscellaneous/Fake-Cron-39288.html

    Not tested (since I have access to cron) but should work

    Comment


      #3
      Re: Run scheduled PHP script

      Originally posted by siridontcheat View Post
      http://webscripts.softpedia.com/script/Miscellaneous/Fake-Cron-39288.html

      Not tested (since I have access to cron) but should work
      This requires someone to visit a website, which is something I don't need.

      Anyways thanks :)!

      Any other suggestions?

      Comment


        #4
        Re: Run scheduled PHP script



        google perl fake cron, first hit.

        ~W

        Unless you don't have access to Perl...
        <&[myg0t]sp0rk>your little lungs is too small to hotbox with god

        See a Star? Add a Zero, now you can know him.

        Comment


          #5
          Re: Run scheduled PHP script

          Originally posted by WaRPiG View Post
          http://fake-cron.downloadaces.com/

          google perl fake cron, first hit.

          ~W

          Unless you don't have access to Perl...
          Let me quote myself ^^
          "Anyone know how to run a php script on my server, without the use of cron?"
          NO cron - not even FAKE cron :P fake cron is baaaaaaaaaad

          Comment


            #6
            Re: Run scheduled PHP script

            WaRPi[G] #No: you know a php script that will run something at a certain time
            WaRPi[G] #No: <? if (os.time == 3am) { system(./serverupdate -flags) } ?>
            WaRPi[G] #No: this is my try
            Phy: uhm
            Phy: use cron?
            WaRPi[G] #No: obviously its three different things in one script
            WaRPi[G] #No: but yea
            WaRPi[G] #No: no access to cron
            Phy: use cron
            Phy: then, you're boned
            WaRPi[G] #No: he has php access
            Phy: unless you set a time check, and bind events to times, and then reload the page continuously
            Phy: that's about all you can do
            Phy: no cron, no timed events

            Mans been programming PHP for over 10 years. This is his answer, unless you can find something, or someone else does.. this is about the best that you can do.

            ~W

            (Yes, he was in TS eariler..)
            <&[myg0t]sp0rk>your little lungs is too small to hotbox with god

            See a Star? Add a Zero, now you can know him.

            Comment


              #7
              Re: Run scheduled PHP script

              Originally posted by WaRPiG View Post
              WaRPi[G] #No: you know a php script that will run something at a certain time
              WaRPi[G] #No: <? if (os.time == 3am) { system(./serverupdate -flags) } ?>
              WaRPi[G] #No: this is my try
              Phy: uhm
              Phy: use cron?
              WaRPi[G] #No: obviously its three different things in one script
              WaRPi[G] #No: but yea
              WaRPi[G] #No: no access to cron
              Phy: use cron
              Phy: then, you're boned
              WaRPi[G] #No: he has php access
              Phy: unless you set a time check, and bind events to times, and then reload the page continuously
              Phy: that's about all you can do
              Phy: no cron, no timed events

              Mans been programming PHP for over 10 years. This is his answer, unless you can find something, or someone else does.. this is about the best that you can do.

              ~W

              (Yes, he was in TS eariler..)
              Ok thank you so much :)

              Comment


                #8
                Re: Run scheduled PHP script

                Not a problem, good luck though. I'll keep looking for that script, I have a few rars with private tools (that easily cost over 6 grand for some reason..), if I can find something that'd help I'll upload and PM (Private for a reason yano?)

                ~W
                <&[myg0t]sp0rk>your little lungs is too small to hotbox with god

                See a Star? Add a Zero, now you can know him.

                Comment

                Working...
                X