PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
the code below is currently what im using for the service I offer on my website
I want to block browser requests so requests only from websites get accepted!
Also the check link and link check function do not work just displays image backlink not found??? even when the backlink is
located on the page im initiating requests from...
This is just to verify that sites have added a backlink to us on thier HOMEPAGE for our free service
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
tags.
Avoid using all caps.
Don't annoy me.
You need to make your code easily readable, explain exactly what it does, and explain exactly what it's doing wrong.
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
but requests can be sent from the browser as well!
I want to be able to allow the file to only accept requests from website and not from the browser....
they can type in mywebsite.com/file.php?request=whatever and get a response from the browser....
have tried myself to block it and limit to websites only but can quite figure it out???
as far as the backlink part of it the code below works for my tracking system to track pages and sites requests are
initiated from and just grabs the host name (domain) but does not seem to work for the backlink checking???
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]