Deprecated: Joomla\Input\Input implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in /homepages/13/d380392445/htdocs/Jlive/libraries/vendor/joomla/input/src/Input.php on line 41

Deprecated: Return type of Joomla\Input\Input::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /homepages/13/d380392445/htdocs/Jlive/libraries/vendor/joomla/input/src/Input.php on line 170

Deprecated: Joomla\CMS\Input\Input implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in /homepages/13/d380392445/htdocs/Jlive/libraries/src/Input/Input.php on line 31

Deprecated: Joomla\CMS\Input\Cookie implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in /homepages/13/d380392445/htdocs/Jlive/libraries/src/Input/Cookie.php on line 21

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /homepages/13/d380392445/htdocs/Jlive/libraries/src/Uri/Uri.php on line 141
IP Mapping :: Linux System

Deprecated: F0FInput implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in /homepages/13/d380392445/htdocs/Jlive/libraries/f0f/input/input.php on line 35

Deprecated: Joomla\CMS\Input\Files implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in /homepages/13/d380392445/htdocs/Jlive/libraries/src/Input/Files.php on line 21

Linux System

The following is a selection of possible commands that may be used, depending on the executable's installed upon the web server:

lynx -source "http://www.yourwebsite.com/index.php?option=com_ipmapping#38;task=cron.sync&secret=YourSecretKey" > /dev/null

Or

wget -O /dev/null -q "http://www.yourwebsite.com/index.php?option=com_ipmapping&task=cron.sync&secret=YourSecretKey" > /dev/null

If you access your website using an HTTPS protocol, you may want to use this command instead:

wget --no-check-certificate -O /dev/null "http://www.yourwebsite.com/index.php?option=com_ipmapping&task=cron.sync&secret=YourSecretKey" > /dev/null

Some hosting company block the lynx and wget command in which case you should be able to use the curl command instead:

curl --silent --compressed "http://www.yourwebsite.com/index.php?option=com_ipmapping&task=cron.sync&secret=YourSecretKey" > /dev/null 2>&1

or

curl -L -v "http://www.yourwebsite.com/index.php?option=com_ipmapping&task=cron.sync&secret=YourSecretKey" > /dev/null 2>&1

Depending upon the PATH setting in your session it may be necessary to specify the full path to the executable, and is probably a good idea to specify it as a default anyway.

i.e. /usr/bin/wget instead of wget.
[Important]Important

Any line breaks which may be shown in the above examples are included for formatting clarity only. One should not have a line break in the command line!

[Warning]Warning

Do not forget to surround the URL in double quotes. If you don't the script will fail. The reason is that the ampersand is also used in UNIX to separate multiple commands within a single command line. If one doesn't use the double quotes at the start and end of the script URL, your host will think that an attempt has been made to run multiple commands and load your site's home page instead of the front-end page URL.

Contact your host; they usually have a nifty help page for all this stuff.

[Important]Important

Using a web browser (Internet Explorer, Google Chrome, ...) or wget version 1.10 and earlier may result into an error message concerning the maximum redirections limit being exceeded. This is not a bug. Most network software will stop dealing with a web site after it has redirected the request more than 20 times. This is a safety feature to avoid consuming network resources on misconfigured web sites which have entered an infinite redirection loop. To avoid this problem (if you encounter it, there is the option --max-redirect on wget version 1.11 and above.

[Warning]Warning

Any ampersands entered in the crontab entries should be written as a single ampersand, not as an HTML entity (&). Failure to do so will result in a 403: Forbidden error message and the task will not run. This is not a bug, it's the way wget works.

Wget

GNU Wget is a free software package for retrieving files using HTTP, HTTPS and FTP, the most widely-used Internet protocols. It is a non-interactive command line tool, so it may easily be called from scripts, cron jobs, terminals without X-Windows support, etc.

GNU Wget has many features to make retrieving large files or mirroring entire web or FTP sites easy, including:

  • Can resume aborted downloads, using REST and RANGE

  • Can use filename wild cards and recursively mirror directories

  • NLS-based message files for many different languages

  • Optionally converts absolute links in downloaded documents to relative, so that downloaded documents may link to each other locally

  • Runs on most UNIX-like operating systems as well as Microsoft Windows

  • Supports HTTP proxies

  • Supports HTTP cookies

  • Supports persistent HTTP connections

  • Unattended / background operation

  • Uses local file timestamps to determine whether documents need to be re-downloaded when mirroring

  • GNU Wget is distributed under the GNU General Public License.

Go To Top

Joomla! Debug Console

Session

Profile Information

Memory Usage

Database Queries