PDA

View Full Version : Need a Dynamic Runescape Signature generator !! (or if you know how to make one)



nickyc95
25-08-2010, 07:03 PM
Hi, i am currently working on a Brand new Runescape™ Fansite that will have quite alot of features... but i have come to a problem. I dont know how to make a dynamic Sig Gen so that it connects with runescape Highscores and displays them on a Signature that can be used for fourms of other sites

If you know of somewhere where i can download on or something then thats great.. please post a comment..

Also if you know how to make one of these please also leave a comment ...

Thanks :D

Thread moved by scott (Forum Super Moderator) From 'RuneScape'

Jack!
26-08-2010, 03:40 PM
I think most of them that are made are custom. i dont think anyone has released one.

LMS16
26-08-2010, 09:33 PM
Would be as easy as an explode() function :)

I dont use explode much but its something like


<?php
$usr = "USERNAME";
$link = "http://runescape.com/user/" . $usr . "";
$stuff = file_get_contents($link);

$expl = explode("<div id=\"header\">", $stuff);
echo "</div>";
?>

lol I know it wont work but its off top of my head :)

Lew.

Trigs
26-08-2010, 09:55 PM
I would be able to create one for a fee.

But basically it's what Lewie said. Use file_get_contents to get the page that has the info and explode it.

Want to hide these adverts? Register an account for free!