
Voldemort, I was making it in VB .NET. If I wanted to make it in PHP, I would've done.It's alot easier in PHP... 8 lines to grab, sort, and display furni. It's 4 more lines to add other stuff. You just use ctrl-f to search for things, et voila.
http://www.yodaofdarkness.com/et2.php
and it works with all type of things, all you change is the if(substr()) line to whatever you want. If you want to add posters after it, addPHP Code:<?php
$lines = file('http://www.habbohotel.com/gamedata/external?id=external_texts');
sort($lines);
foreach ($lines as $line_num => $line) {
if(substr($line, 0, 5) == "furni")
echo $line . "<br />";
}
?>before the ?>PHP Code:foreach ($lines as $line_num => $line) {
if(substr($line, 0, 6) == "poster")
echo $line . "<br />";
}
“two players, two sides.
one is light, one is dark.”
- John Locke
The download link is broken/doesn't work. Can you send it like, on MediaFire?
Thanks.
Edited by Cosmic (Forum Super Moderator) Please do not bump threads with the last post being over 14 days old.
Last edited by Cosmic; 06-07-2010 at 05:54 PM.
Want to hide these adverts? Register an account for free!