Jump to content
MakeWebGames

qtgyjda80

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by qtgyjda80

  1. Just and update, I asked my host if they could manually install the cronjobs for me. I gave them the info and they replied back that they dont allow some of the characters in the url file thing with code attached. http://yourdomain.com/cron_fivemins.php?code=<YOURCODE>" they wont allow the ?code=mycode. what do i do? they said i could use just use the file url /cron_fivemins.php Do i have to edit something some where for this to work?
  2. How can i run them manually and is there a way i can get the code again? without reinstalling?
  3. yes. the webhost i use told me not to use the php?code=########## I tried but they wouldnt let me. so i just used the path to the file.
  4. Ok so i thought i fixed my problem but no. My cron jobs are not working for some reason. I have v1 This is what i have put in. */5 * * * * php -f /home/myusername/videoshare.co.cc/cron_fivemins.php 0 0 * * * php -f /home/myusername/videoshare.co.cc/cron_day.php http://videoshare.co.cc , i will set up a demo account username:demo pass:demo The energy bar or nothing will go up. I have all crons set and everything, anyone have any suggestions?
  5. This has been fixed!!!!
  6. well they have the option for it so i would say they do allow it. I think the error is because of the ?code= part. is there any way around this?
  7. FIXED! */5 * * * * curl http://videoshare.co.cc/cron_fivemins.php?code=0e7d1c014f934038f10ca77837fda3f9 0 0 * * * curl http://videoshare.co.cc/cron_day.php?code=0e7d1c014f934038f10ca77837fda3f9 Alright so this is my cron jobs that the install gave me. when i try to install the con jobs on my server it gives me the following message Path to the script cannot contain any special symbols or whitespaces which i thought i got around it by putting the following in the command to run. http://videoshare.co.cc/cron_fivemins.php http://videoshare.co.cc/cron_day.php but my energy is not reloading. I need help please.
×
×
  • Create New...