phpjobscheduler.co.uk Report : Visit Site


  • Ranking Alexa Global: # 1,182,981

    Server:Apache/2.4.33 (Unix)...
    X-Powered-By:PHP/5.3.28

    The main IP address: 79.170.44.86,Your server United Kingdom,Nottingham ISP:Heart Internet Ltd  TLD:uk CountryCode:GB

    The description :phpjobscheduler demo page - schedule tasks using php and mysql (as cron jobs without root/admin access)....

    This report updates in 04-Jul-2018

Created Date:2007-11-28
Changed Date:2015-09-25

Technical data of the phpjobscheduler.co.uk


Geo IP provides you such as latitude, longitude and ISP (Internet Service Provider) etc. informations. Our GeoIP service found where is host phpjobscheduler.co.uk. Currently, hosted in United Kingdom and its service provider is Heart Internet Ltd .

Latitude: 52.953601837158
Longitude: -1.1504700183868
Country: United Kingdom (GB)
City: Nottingham
Region: England
ISP: Heart Internet Ltd

the related websites

HTTP Header Analysis


HTTP Header information is a part of HTTP protocol that a user's browser sends to called Apache/2.4.33 (Unix) containing the details of what the browser wants and will accept back from the web server.

Date:Wed, 04 Jul 2018 07:02:36 GMT
Transfer-Encoding:chunked
X-Powered-By:PHP/5.3.28
Content-Type:text/html
Server:Apache/2.4.33 (Unix)

DNS

soa:ns1.seirettonameservers.co.uk. hostmaster.mainnameserver.com. 2014040777 86400 604800 2419200 10800
ns:ns1.seirettonameservers.co.uk.
ns2.seirettonameservers.co.uk.
ipv4:IP:79.170.44.86
ASN:20773
OWNER:HOSTEUROPE-AS, DE
Country:GB
mx:MX preference = 10, mail exchanger = mail.phpjobscheduler.co.uk.

HtmlToText

php jobscheduler is free to use its released under gpl license about me contact me my other applications phpmysqlautobackup phpautomembersarea support forum like it? please consider to donate every bitcoin, penny or cent helps, any amount is gratefully received php jobscheduler download here (its "donate-ware" as someone rightly stated) see the demo here technical details: version: date: 8th april 2014 size: 51 kbytes host requirements: mysql & php operating system: unix/linux follow me and be informed when upgrades or important security patches are released: found a bug? report bugs here like our script? rate it at php > hot scripts excellent very good good fair poor php jobscheduler download here . scheduling php scripts to run at set intervals your replacement for cron jobs/crontab. a simple php cron script . designed to automate tasks by scheduling php scripts to run at set intervals, see the demo here . it is a replacement for cron jobs on unix or scheduled tasks using microsoft scheduler - php hosting is required (if you host multiple sites try the reseller hosting ). php jobscheduler is a scheduler that runs using php and mysql, other databases should now be compatible as all code now uses php/pdo for database connectivity (no root/admin access is required, so it will run on almost any web server). you can now add variables (arguments) when adding or modifying jobs to be fired, eg. "fire_this_script.php?myvar=22&this_count=4" for further details please read this post in the forum . note within your php scripts you access the passed values in this manner: $_post['myvar']; now using php jobscheduler you can easily set times when a php script should run; automating tedious tasks such as running backups (use with phpmysqlautobackup for a complete mysql automated backup solution), trimming a database table, or emailing a member when their membership fee is due. schedule a task to run every few minutes, hourly, daily or weekly - scheduled data is stored in a mysql database via php. php jobscheduler will fire any php script (or perl script) for you at the correct day/time (dependant upon your traffic to your web site). set one-off tasks to run at a set time, or schedule in a regular job to run each hour, every few days or weeks. limiting factor: hits to site per minute/hour/day. if you wish to add a scheduled job per hour your site must receive sufficient traffic within that time period. each time a page with the relevant php code is visited (this can be put onto multiple pages or different sites) the php jobscheduler will check for any jobs waiting to be run at that time. therefore, so long as your site receives hits every single hour you can set a schedule to run hourly and you can be sure the task will be fired. you can help ensure phpjobscheduler runs every hour by placing the following code on many pages on your site and/or other sites you have: <img src="http://yourdomain/phpjobscheduler/firepjs.php?return_image=1" border="0" alt="phpjobscheduler"> ensure you change 'yourdomain' to your own domain name! then its more likely for the script to be run each hour. it will work on via http, or https (using an ssl) via a secure link. also, note that any scheduled jobs due to be fired or if the fire time has past will be run when the script phpjobscheduler.php is run. the method used is to fire any jobs if the fire time is now or has past. e.g. if you create an hourly scheduled job and add this at 5pm, but your web site doesn't receive a hit until 8pm then the script will be fired just once at 8pm and the next fire time will be set to 9pm (all on the same day). features: - easy setup - runs silently (no screen output) - saves run logs to database - saves error messages to database - runs remote scripts in a secure folder - schedule php scripts to run: 1-59 minutes hourly daily weekly - add scheduled tasks - modify existing scheduled tasks - delete existing scheduled tasks - and more... see the demo here need help, or want to make a request? try the phpjobscheduler forum brief history please consider a donation via bitcoin or paypal don't want to install your own scheduling script? try setcronjob for a simple hosted solution. demo - adding php jobscheduler to your own php mysql web site - demo stages to get it working: download and ftp to your own web site. edit the file: /phpjobscheduler/pjsfiles/config.inc.php using notepad or your favourite php editor and change: define('dbhost', 'localhost');// mysql host address - localhost is usually fine define('dbname', '-');// mysql database name - must already exist define('dbuser', '-');// mysql username - must already exist define('dbpass', '-');// mysql password for above username upload the folders and files to your server. you must password protect the "pjsfiles" folder - if you fail to do so and someone found the folder on your website they could add/delete/modify your scheduled jobs! if you host on unix or linux add htaccess to the folder to force a username and password prompt before entry (if you host on a windows machine rtfm). you can normally add security to a folder using your the control panel provided by your host (please contact your host for details - and not me!). then add the php or html code to fire your scheduled tasks when due. there are two methods: add to the start (must the first script loaded before any output) of an existing php file , for example to your index.php home page (and/or any other relevant page in the root directory): <?php include( dirname(__file__) . "/phpjobscheduler/firepjs.php"); ?> or simply add to an existing html page , like your index.html home page and/or any other well visited page on any website: <img src="http://yourdomain/phpjobscheduler/firepjs.php?return_image=1" border="0" alt="phpjobscheduler"> ensure you change 'yourdomain' to your own domain name! the above html can be added to any web page on any website (not just to the site where phpjobscheduler is installed). adding this code will add a very small clear image to your page - invisible (unless you know its there). execution is very quick so will not slow the loading of any pages. then you can: add a schedule - add scheduled jobs quickly and with ease manage scheduled jobs - modify or delete scheduled jobs, view each jobs properties view error logs - check the output from your scheduled tasks, including any errors if they occur. also, check when a script last fired. php jobscheduler is free need help, or want to make a request try our phpjobscheduler forum copyright dwalker.co.uk | advertise on this site privacy policy | phpama - php mysql members area | del.icio.us links | digg these!

URL analysis for phpjobscheduler.co.uk


http://www.phpjobscheduler.co.uk/demo/manage.html
http://www.phpjobscheduler.co.uk/demo/error-logs.html
http://www.phpjobscheduler.co.uk/demo-pages.php
http://www.phpjobscheduler.co.uk/phpjobscheduler.zip
http://www.phpjobscheduler.co.uk/demo/readme.html#history
http://www.phpjobscheduler.co.uk/demo/add-modify.html
dwalker.co.uk
members.dwalker.co.uk
seiretto.co.uk

Whois Information


Whois is a protocol that is access to registering information. You can reach when the website was registered, when it will be expire, what is contact details of the site with the following informations. In a nutshell, it includes these informations;


Domain name:
phpjobscheduler.co.uk

Registrant:
Dave Walker

Registrant type:
UK Individual

Registrant's address:
581 Etruria Road
STOKE-ON-TRENT
ST4 6HL
United Kingdom

Data validation:
Nominet was able to match the registrant's name and address against a 3rd party data source on 16-Jun-2014

Registered through:
Seiretto
URL: http://www.seiretto.com

Registrar:
Heart Internet Ltd t/a eXtend [Tag = EXTEND]
URL: https://www.heartinternet.uk

Relevant dates:
Registered on: 28-Nov-2007
Expiry date: 28-Nov-2017
Last updated: 25-Sep-2015

Registration status:
Registered until expiry date.

Name servers:
ns1.seirettonameservers.co.uk 79.170.40.2
ns2.seirettonameservers.co.uk 79.170.43.3

WHOIS lookup made at 10:24:16 16-Aug-2017

--
This WHOIS information is provided for free by Nominet UK the central registry
for .uk domain names. This information and the .uk WHOIS are:

Copyright Nominet UK 1996 - 2017.

You may not access the .uk WHOIS or use any data from it except as permitted
by the terms of use available in full at http://www.nominet.uk/whoisterms,
which includes restrictions on: (A) use of the data for advertising, or its
repackaging, recompilation, redistribution or reuse (B) obscuring, removing
or hiding any or all of this notice and (C) exceeding query rate or volume
limits. The data is provided on an 'as-is' basis and may lag behind the
register. Access may be withdrawn or restricted at any time.

  REFERRER http://www.nominet.org.uk

  REGISTRAR Nominet UK

SERVERS

  SERVER co.uk.whois-servers.net

  ARGS phpjobscheduler.co.uk

  PORT 43

  TYPE domain

OWNER

  ORGANIZATION Dave Walker

TYPE
UK Individual

ADDRESS
581 Etruria Road
STOKE-ON-TRENT
ST4 6HL
United Kingdom
Data validation:
Nominet was able to match the registrant's name and address against a 3rd party data source on 16-Jun-2014
Registered through:
Seiretto
URL: http://www.seiretto.com

DOMAIN

  SPONSOR Heart Internet Ltd t/a eXtend [Tag = EXTEND]

  CREATED 2007-11-28

  CHANGED 2015-09-25

STATUS
Registered until expiry date.

NSERVER

  NS1.SEIRETTONAMESERVERS.CO.UK 79.170.40.2

  NS2.SEIRETTONAMESERVERS.CO.UK 79.170.43.3

  NAME phpjobscheduler.co.uk

DISCLAIMER
This WHOIS information is provided for free by Nominet UK the central registry
for .uk domain names. This information and the .uk WHOIS are:
Copyright Nominet UK 1996 - 2017.
You may not access the .uk WHOIS or use any data from it except as permitted
by the terms of use available in full at http://www.nominet.uk/whoisterms,
which includes restrictions on: (A) use of the data for advertising, or its
repackaging, recompilation, redistribution or reuse (B) obscuring, removing
or hiding any or all of this notice and (C) exceeding query rate or volume
limits. The data is provided on an 'as-is' basis and may lag behind the
register. Access may be withdrawn or restricted at any time.

  REGISTERED yes

Go to top

Mistakes


The following list shows you to spelling mistakes possible of the internet users for the website searched .

  • www.uphpjobscheduler.com
  • www.7phpjobscheduler.com
  • www.hphpjobscheduler.com
  • www.kphpjobscheduler.com
  • www.jphpjobscheduler.com
  • www.iphpjobscheduler.com
  • www.8phpjobscheduler.com
  • www.yphpjobscheduler.com
  • www.phpjobschedulerebc.com
  • www.phpjobschedulerebc.com
  • www.phpjobscheduler3bc.com
  • www.phpjobschedulerwbc.com
  • www.phpjobschedulersbc.com
  • www.phpjobscheduler#bc.com
  • www.phpjobschedulerdbc.com
  • www.phpjobschedulerfbc.com
  • www.phpjobscheduler&bc.com
  • www.phpjobschedulerrbc.com
  • www.urlw4ebc.com
  • www.phpjobscheduler4bc.com
  • www.phpjobschedulerc.com
  • www.phpjobschedulerbc.com
  • www.phpjobschedulervc.com
  • www.phpjobschedulervbc.com
  • www.phpjobschedulervc.com
  • www.phpjobscheduler c.com
  • www.phpjobscheduler bc.com
  • www.phpjobscheduler c.com
  • www.phpjobschedulergc.com
  • www.phpjobschedulergbc.com
  • www.phpjobschedulergc.com
  • www.phpjobschedulerjc.com
  • www.phpjobschedulerjbc.com
  • www.phpjobschedulerjc.com
  • www.phpjobschedulernc.com
  • www.phpjobschedulernbc.com
  • www.phpjobschedulernc.com
  • www.phpjobschedulerhc.com
  • www.phpjobschedulerhbc.com
  • www.phpjobschedulerhc.com
  • www.phpjobscheduler.com
  • www.phpjobschedulerc.com
  • www.phpjobschedulerx.com
  • www.phpjobschedulerxc.com
  • www.phpjobschedulerx.com
  • www.phpjobschedulerf.com
  • www.phpjobschedulerfc.com
  • www.phpjobschedulerf.com
  • www.phpjobschedulerv.com
  • www.phpjobschedulervc.com
  • www.phpjobschedulerv.com
  • www.phpjobschedulerd.com
  • www.phpjobschedulerdc.com
  • www.phpjobschedulerd.com
  • www.phpjobschedulercb.com
  • www.phpjobschedulercom
  • www.phpjobscheduler..com
  • www.phpjobscheduler/com
  • www.phpjobscheduler/.com
  • www.phpjobscheduler./com
  • www.phpjobschedulerncom
  • www.phpjobschedulern.com
  • www.phpjobscheduler.ncom
  • www.phpjobscheduler;com
  • www.phpjobscheduler;.com
  • www.phpjobscheduler.;com
  • www.phpjobschedulerlcom
  • www.phpjobschedulerl.com
  • www.phpjobscheduler.lcom
  • www.phpjobscheduler com
  • www.phpjobscheduler .com
  • www.phpjobscheduler. com
  • www.phpjobscheduler,com
  • www.phpjobscheduler,.com
  • www.phpjobscheduler.,com
  • www.phpjobschedulermcom
  • www.phpjobschedulerm.com
  • www.phpjobscheduler.mcom
  • www.phpjobscheduler.ccom
  • www.phpjobscheduler.om
  • www.phpjobscheduler.ccom
  • www.phpjobscheduler.xom
  • www.phpjobscheduler.xcom
  • www.phpjobscheduler.cxom
  • www.phpjobscheduler.fom
  • www.phpjobscheduler.fcom
  • www.phpjobscheduler.cfom
  • www.phpjobscheduler.vom
  • www.phpjobscheduler.vcom
  • www.phpjobscheduler.cvom
  • www.phpjobscheduler.dom
  • www.phpjobscheduler.dcom
  • www.phpjobscheduler.cdom
  • www.phpjobschedulerc.om
  • www.phpjobscheduler.cm
  • www.phpjobscheduler.coom
  • www.phpjobscheduler.cpm
  • www.phpjobscheduler.cpom
  • www.phpjobscheduler.copm
  • www.phpjobscheduler.cim
  • www.phpjobscheduler.ciom
  • www.phpjobscheduler.coim
  • www.phpjobscheduler.ckm
  • www.phpjobscheduler.ckom
  • www.phpjobscheduler.cokm
  • www.phpjobscheduler.clm
  • www.phpjobscheduler.clom
  • www.phpjobscheduler.colm
  • www.phpjobscheduler.c0m
  • www.phpjobscheduler.c0om
  • www.phpjobscheduler.co0m
  • www.phpjobscheduler.c:m
  • www.phpjobscheduler.c:om
  • www.phpjobscheduler.co:m
  • www.phpjobscheduler.c9m
  • www.phpjobscheduler.c9om
  • www.phpjobscheduler.co9m
  • www.phpjobscheduler.ocm
  • www.phpjobscheduler.co
  • phpjobscheduler.co.ukm
  • www.phpjobscheduler.con
  • www.phpjobscheduler.conm
  • phpjobscheduler.co.ukn
  • www.phpjobscheduler.col
  • www.phpjobscheduler.colm
  • phpjobscheduler.co.ukl
  • www.phpjobscheduler.co
  • www.phpjobscheduler.co m
  • phpjobscheduler.co.uk
  • www.phpjobscheduler.cok
  • www.phpjobscheduler.cokm
  • phpjobscheduler.co.ukk
  • www.phpjobscheduler.co,
  • www.phpjobscheduler.co,m
  • phpjobscheduler.co.uk,
  • www.phpjobscheduler.coj
  • www.phpjobscheduler.cojm
  • phpjobscheduler.co.ukj
  • www.phpjobscheduler.cmo
Show All Mistakes Hide All Mistakes