Jump to content

thegamer

New Members
  • Posts

    9
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

thegamer's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I want to check a cron script whether it is executing only once through URL.Please give the code
  2. I want to send an email remainder at a particular time which is written as php script. It should not be accessed through URL& must be prevented by checking IP address.How can write a script for that?
  3. How can i restrict crontab access using IP address?Is it possible to get the IP addess of the remote system?How can i write the code in php to restrict cron by IP address.Please help.
  4. HI, I am working on xampp server.want to configure my virual host file so that it points out all names containing a particular string to 1 ip address. Like for e.example.com and example.com should point 2 one ip address itself,since it has 'example.com' in it. Please Help. ; ;DD
  5. I have to send an email remainder at a particular time which written as a php script and is possible through crone definetly.But that particular script should be executed only once and its access through URL should be restricted .How?
  6. Hi, have you tried setting the server connection limit in your configuration files ae..? If yes, then it is set as the default value i.e., 30. If not, then how to do that? max excution time can be set by the directive max_execution_time = 10. In xampp\apache\bin\php.ini.Likewise You have to change it in php.ini files in the following folders xampp\php\php4\php.ini xampp\php\php5.ni xampp\php\php.ini
  7. Hi, have you tried setting the server connection limit in your configuration files
  8. Hi, i am new to php.I am working in xampp server and need to configure a virtual host so that any url containing the domain part should point to the same file. For example.a url www.a.example.com and another www.example.com, should point to the same file,since it has the domain example.com in it .Please Help
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.