Join us at IRC!
The measure of a mans life is not how well he dies, but how well he lives.
Friday, May 25, 2012
Navigation
Members Online
Total Online: 25
Web Spiders: 12
Guests Online: 24
Members Online: 1

Registered Members: 70209
Newest Member: KalareShou
Latest Articles
View Thread

HellBound Hackers | HellBound Hackers | Comments and Suggestions

Author

Profile into file

goofy
Member



Posts: 11
Location: The Netherlands‭‮
Joined: 03.09.06
Rank:
Elite
Posted on 05-10-06 21:34
This would be nice.
Because you could use your stat's in a costum signature

The scipt just loads the users data and echo's them like this:
username,points,ranking,etz...

Then you could open it with php and read it's output and use it for signatures or just to display your point of HBH on you're site.

The php scblockedript that gets the data could be as simple as this:
<?php
$url = "http://hellboundhackers.org/profile/<user_ID>.php";
$read = file_get_contents($url);
$data = eregi("(.*)", $read, $output);
$output = $output[1];

list($username, $points, $ranking) = split(',', $output);
echo "Username: $username;<br /> Points: $points;<br /> Ranking: $ranking\n";
?>


It can already be done using curl but then it loads the whole page when you only need the data. and it would make you sig/page/etz slower.

-Goofy


Author

RE: Profile into file

tancurrom
Member

Posts: 537
Location:
Joined: 03.10.05
Rank:
HBH Guru
Posted on 05-10-06 22:51
like xfire?


Author

RE: Profile into file

Mr_Cheese
HBH Owner



Posts: 2468
Location: Brighton, UK
Joined: 30.11.04
Rank:
God
Posted on 06-10-06 00:43
i'll do that tommorow for you. shouldnt take long.


Guest
Username

Password

Remember Me


Bookmark This Page
Affiliates
Adverts

 

 

Links
By using, viewing or obtaining any information contained on this site, you agree to the disclaimer.

© HellBound Hackers 2008- 2009. Since 3rd December 2004.