Als ik de url http://vampier.babbelforum.nl/mods/netc ... insert.php bezoek dan krijg ik de melding hack attempt en stopt alles.
Als ik eerst inlog en daarna http://vampier.babbelforum.nl/mods/netc ... insert.php aanspreek dan werkt het wel.
In de handleiding staat dat
Code: Selecteer alles
Step 1 : Follow the instructions below.
## Step 2 : Browse to your Admin Control Panel and configure the Newsfeeds.
## Step 3 : Perform news insert by clicking the 'Get News Now' button.
##
## Ensure everything works as expected before setting up the automation in step 4.
##
## If you do not have access to any automation tools then you will have to stop at
## this point and regularly run the news insert script manually from the newsfeed admin page.
##
## Step 4 : Finally, set up an automated task to run the news insert automatically.
##
## LINUX SYSTEMS
## -------------
## Set up a cron job (I use a quarter daily cron job) containing the following...
## (if anyone knows a better way of doing this, please let me know!)
##
## get all - GET http://www.YOURDOMAIN.com/YOURFORUMS/news_insert.php > /dev/null
## get 1 - GET http://www.YOURDOMAIN.com/YOURFORUMS/news_insert.php?n=1 > /dev/null
## get multiple - GET http://www.YOURDOMAIN.com/YOURFORUMS/news_insert.php?n=1,2,3 > /dev/null