This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2012-06-23 02:56:32

vjshgl
New Scratcher
Registered: 2012-06-23
Posts: 1

Backlink PHP script

Hey do anybody know how to make a backlink checker which i can add to a webpage so webmasters can easily check backlinks .

Offline

 

#2 2012-06-23 03:10:33

trinary
Scratcher
Registered: 2012-01-29
Posts: 1000+

Re: Backlink PHP script

Help with Scripts probably isn't the best place to ask this.
Try Advanced Topics.


http://trinary.tk/images/signature_.php

Offline

 

#3 2012-06-23 12:24:07

Magnie
Scratcher
Registered: 2007-12-12
Posts: 1000+

Re: Backlink PHP script

Code:

<?php
echo "You came from: ".$_SERVER['HTTP_REFERER'];
?>

Something like that?

Offline

 

Board footer