Webuild Habbo.com

Status
Not open for further replies.
Newbie Spellweaver
Joined
May 24, 2011
Messages
22
Reaction score
0
This is an extremely simple tool created in php that has a simple function to return WebBuild (Version) current Habbo.com.
You can tailor your needs, is very useful to those with HP and need to refresh the CMS:

PHP:
<Php
/ * Created by Corey - www.cloud-dev.cz.cc/forum * /
$ Title  = 'H4bb0_web_build' ;
echo  '<title>'  . $ title  . '</ title>' ;
 
$ Link  = file_get_contents ( ' http://www.habbo.com/community ' );
$ CBuilder  = explode ( 'var = habboStaticFilePath " http://images.habbo.com/habboweb/ ' , $ link );
$ CBuilder  = explode ( '/ web-gallery ",' , $ CBuilder [1]);
$ CBuilder  = trim ( $ CBuilder [0]);
echo  'Current <b> Habbo.Com web_build: </ b>' . CBuilder $ ;
?>
 
Banned
Banned
Joined
Jan 9, 2010
Messages
1,850
Reaction score
503
lol @ this, already released like 50 times dude, nice try though
 
Banned
Banned
Joined
Jan 20, 2011
Messages
530
Reaction score
36
this does not even work, poorly coded.
 
Last edited:
C# / Java Programmer
Joined
Jan 1, 2007
Messages
346
Reaction score
177
This won't work, there are spaces within strings that would cause explode to malfunction. Use a properly coded function for this if you need it, or just view-source: . I released a script a while back that automatically updated all the files in the CMS for the latest web_build, I'm sure anyone caring enough to search could find it easily.
 
Status
Not open for further replies.