07-18-2009, 08:34 AM
(This post was last modified: 04-03-2010, 11:57 PM by blow_fly98.)
OLDEST POST (Click to View)
My new LF2 Data Changer is FINALLY RELEASED!!!
It has a simple GUI (like Rammichael's) and some of the functions in Jiquera's but you may still think that Azriel's is better...
It reads DAT files really fast (maybe even faster than Azriel's)!!!
Can read R-LF2 encrypted DAT files.
Syntax Editor supports code folding.
HOPEFULLY MORE TO COME SOON
You may need to download .NET Framework 3.5.
BTW, I wouldn't mind if someone designed an icon for this...(I'm not too much of a graphics designer)
![[Image: Screenshot.png]](http://funkyimg.com/u2/611/204/Screenshot.png)
Proudly coded in VB.NET.
It has a simple GUI (like Rammichael's) and some of the functions in Jiquera's but you may still think that Azriel's is better...
It reads DAT files really fast (maybe even faster than Azriel's)!!!
Can read R-LF2 encrypted DAT files.
Syntax Editor supports code folding.
HOPEFULLY MORE TO COME SOON
You may need to download .NET Framework 3.5.
BTW, I wouldn't mind if someone designed an icon for this...(I'm not too much of a graphics designer)
Screenshot (Click to View)
![[Image: Screenshot.png]](http://funkyimg.com/u2/611/204/Screenshot.png)
![[Image: Screenshot.png]](http://funkyimg.com/u2/180/148/Screenshot.png)
Hotkeys/Shortcuts (Click to View)
The application has some of the standard application hotkeys, but for those of you who don't know them, here they are:
Ctrl+O Open
Ctrl+N New
Ctrl+S Save
Ctrl+Shift+S Save as
Ctrl+R Reopen
Ctrl+T Open as text
Ctrl+X Export text
Ctrl+Z Undo
Ctrl+F Find
Ctrl+Shift+Z Focus on "Go to frame number" textbox
Ctrl+Alt+Z Focus on "Go to line number" textbox
Alt+Shift+Z Focus on "Go to frame name" combobox
Ctrl+O Open
Ctrl+N New
Ctrl+S Save
Ctrl+Shift+S Save as
Ctrl+R Reopen
Ctrl+T Open as text
Ctrl+X Export text
Ctrl+Z Undo
Ctrl+F Find
Ctrl+Shift+Z Focus on "Go to frame number" textbox
Ctrl+Alt+Z Focus on "Go to line number" textbox
Alt+Shift+Z Focus on "Go to frame name" combobox
Command-line parameters (Click to View)
To run LF2 Data Changer using command-line use the following:
"LF2 Data Changer" [filetobereadasdat] [[/d:]filetobereadasdat] [[/t:]filetobereadastext]
filetobereadasdat: File to be read as DAT file
filetobereadastext: File to be read as TXT file
Only one file can be passed as an argument (the last one you choose)
e.g.
"LF2 Data Changer" /d:Random.dat /t:Random.txt
will only open Random.txt
"LF2 Data Changer" [filetobereadasdat] [[/d:]filetobereadasdat] [[/t:]filetobereadastext]
filetobereadasdat: File to be read as DAT file
filetobereadastext: File to be read as TXT file
Only one file can be passed as an argument (the last one you choose)
e.g.
"LF2 Data Changer" /d:Random.dat /t:Random.txt
will only open Random.txt
Version 1.3.1 (Click to View)
The DCer has been updated to 1.3.1!!!
![[Image: Screenshot.png]](http://funkyimg.com/u2/940/244/Screenshot.png)
Changelog (Click to View)
-Fixed some shortcut/hotkey issues
Ctrl+X is now cut
Ctrl+R and Ctrl+H now show the Replace dialog
Ctrl+Shift+R for Reopen
-A few less buttons in the GUI (YinYin)
-Added "Fold frames" and "Unfold frames" buttons (Azriel)
-Fold frames now show the name as well
-Added missing tags
-Only highlights "<frame>", not "<frame>" and the name of the frame
Ctrl+X is now cut
Ctrl+R and Ctrl+H now show the Replace dialog
Ctrl+Shift+R for Reopen
-A few less buttons in the GUI (YinYin)
-Added "Fold frames" and "Unfold frames" buttons (Azriel)
-Fold frames now show the name as well
-Added missing tags
-Only highlights "<frame>", not "<frame>" and the name of the frame
Updated Screenshot (Click to View)
![[Image: Screenshot.png]](http://funkyimg.com/u2/940/244/Screenshot.png)
Version 1.4 (Click to View)
UPDATED to 1.4!!!
I'm too lazy to write a changelog. Download it and check it out yourself.
IT IS NOW TABBED DOCUMENT INTERFACE!!!
I haven't implemented the hotkeys/shortcuts in this release yet. DON'T EXPECT THE HOTKEYS TO WORK!!!
Updated Screenshot (Click to View)
![[Image: Screenshot_PNG.png]](http://funkyimg.com/u2/362/580/Screenshot_PNG.png)
IT IS NOW TABBED DOCUMENT INTERFACE!!!
I haven't implemented the hotkeys/shortcuts in this release yet. DON'T EXPECT THE HOTKEYS TO WORK!!!
Version 1.5 (Click to View)
THE DATA CHANGER HAS BEEN UPDATED TO 1.5!!!
I took Azriel's request in and added this feature:
Ctrl+Click on "next:" and the hit_??: tags will bring the caret to the referenced frame.
Other than that, nothing much really, although I fixed some bugs here and there.
Oh, I implemented the shortcuts/hotkeys in this one so the SHORTCUTS/HOTKEYS WORK AGAIN!
![[Image: Screenshot.png]](http://funkyimg.com/u2/747/690/Screenshot.png)
I took Azriel's request in and added this feature:
Ctrl+Click on "next:" and the hit_??: tags will bring the caret to the referenced frame.
Other than that, nothing much really, although I fixed some bugs here and there.
Oh, I implemented the shortcuts/hotkeys in this one so the SHORTCUTS/HOTKEYS WORK AGAIN!
Updated Screenshot (Click to View)
![[Image: Screenshot.png]](http://funkyimg.com/u2/747/690/Screenshot.png)
Version 1.5.1 (Click to View)
THE DATA CHANGER HAS BEEN UPDATED TO 1.5.1!!!
In this version, an options dialog has been added, and you can change the colours of the syntax highlighting and so on...
You can now also Ctrl+Click ON THE NUMBERS provided they were preceded by a "next:" or "hit_??:" tag.
I have also fixed the problem with Jiquera's Data Changer reading the FLiteDC-edited DAT files. (Looks like it couldn't recognise 0x0A and 0x0D as ONE line carrier)
Also added an About box.
In this version, an options dialog has been added, and you can change the colours of the syntax highlighting and so on...
You can now also Ctrl+Click ON THE NUMBERS provided they were preceded by a "next:" or "hit_??:" tag.
I have also fixed the problem with Jiquera's Data Changer reading the FLiteDC-edited DAT files. (Looks like it couldn't recognise 0x0A and 0x0D as ONE line carrier)
Also added an About box.
Version 1.5.2 (Click to View)
DCER UPDATED TO 1.5.2!!!
>>Download Here<<
I added YinYin's history thing.
AND I ADDED THE ABILITY TO AUTO COMPLETE SECTIONS (but it can be turned off if wished)
Say you typed "<frame> 0 standing" then pressed enter, the app would automatically add "<frame_end>". IT'S NOT ONLY FOR FRAMES!!! (I was just using it as an example).
Screenshots will not be posted unless the GUI changes significantly.
Don't try running the PACKED exe when it's unextracted. It doesn't work.
Oh yeah. I fixed the Ctrl+Click on 999. It works now. You can also click on the space in between. And a tooltip shows up now.
>>Download Here<<
I added YinYin's history thing.
AND I ADDED THE ABILITY TO AUTO COMPLETE SECTIONS (but it can be turned off if wished)
Say you typed "<frame> 0 standing" then pressed enter, the app would automatically add "<frame_end>". IT'S NOT ONLY FOR FRAMES!!! (I was just using it as an example).
Screenshots will not be posted unless the GUI changes significantly.
Don't try running the PACKED exe when it's unextracted. It doesn't work.
Oh yeah. I fixed the Ctrl+Click on 999. It works now. You can also click on the space in between. And a tooltip shows up now.
Version 1.6 (Click to View)
DCER UPDATED TO 1.6!!!
>>Download Here<<
Rejoice!!! This took ages...
AUTOCOMPLETE NOW WORKS WITHOUT PROBLEMS BUGS!!! (Hopefully. I spent AGES on it.)
The Frame History is fixed as well (now includes a forward button) but I still haven't been able to prune the menus yet. The lastly visited frames are at the top of the menu, so no need to worry about scrolling through that massive menu (Hopefully).
PLEASE REPORT ANY BUGS!!!
And no, I haven't added the Auto-Inserting-Tag feature to Autocomplete. I have not had enough time.
>>Download Here<<
Rejoice!!! This took ages...
AUTOCOMPLETE NOW WORKS WITHOUT PROBLEMS BUGS!!! (Hopefully. I spent AGES on it.)
The Frame History is fixed as well (now includes a forward button) but I still haven't been able to prune the menus yet. The lastly visited frames are at the top of the menu, so no need to worry about scrolling through that massive menu (Hopefully).
PLEASE REPORT ANY BUGS!!!
And no, I haven't added the Auto-Inserting-Tag feature to Autocomplete. I have not had enough time.
Updated Screenshot (Click to View)
So, I finally felt like adding screenshots...
Well, here are the new features in 1.6!!!
![[Image: Screenshot1.png]](http://funkyimg.com/u2/654/824/Screenshot1.png)
![[Image: Screenshot2.png]](http://funkyimg.com/u2/805/148/Screenshot2.png)
![[Image: Screenshot3.png]](http://funkyimg.com/u2/919/207/Screenshot3.png)
Well, here are the new features in 1.6!!!
![[Image: Screenshot1.png]](http://funkyimg.com/u2/654/824/Screenshot1.png)
![[Image: Screenshot2.png]](http://funkyimg.com/u2/805/148/Screenshot2.png)
![[Image: Screenshot3.png]](http://funkyimg.com/u2/919/207/Screenshot3.png)
Version 1.7 (Click to View)
OK
DATA CHANGER UPDATED TO 1.7!!!!!!!!!
>>Download Here<<
Zomg. This took a long time.
Fixed no one's bug (XD). Saving a file in an older tab is possible now.
IN THIS VERSION:
OK. So some people have been requesting for the auto-insertion of tags.
That's possible now. BUT ONLY FOR FRAMES!!! I'm no DCer, so you will have to configure it youself.
![[Image: Tut1_PNG.png]](http://funkyimg.com/u2/180/699/Tut1_PNG.png)
![[Image: Tut2_PNG.png]](http://funkyimg.com/u2/769/722/Tut2_PNG.png)
![[Image: Tut3_PNG.png]](http://funkyimg.com/u2/552/112/Tut3_PNG.png)
These tags can also be drag-and-dropped from main window.
![[Image: Tut5_PNG.png]](http://funkyimg.com/u2/518/490/Tut5_PNG.png)
DATA CHANGER UPDATED TO 1.7!!!!!!!!!
>>Download Here<<
Zomg. This took a long time.
Fixed no one's bug (XD). Saving a file in an older tab is possible now.
IN THIS VERSION:
OK. So some people have been requesting for the auto-insertion of tags.
That's possible now. BUT ONLY FOR FRAMES!!! I'm no DCer, so you will have to configure it youself.
Tutorial. HUGE PAGE STRETCH!!! (Click to View)
![[Image: Tut1_PNG.png]](http://funkyimg.com/u2/180/699/Tut1_PNG.png)
![[Image: Tut2_PNG.png]](http://funkyimg.com/u2/769/722/Tut2_PNG.png)
![[Image: Tut3_PNG.png]](http://funkyimg.com/u2/552/112/Tut3_PNG.png)
![[Image: Tut4_PNG.png]](http://funkyimg.com/u2/621/778/Tut4_PNG.png)
Page stretch (Click to View)
![[Image: Tut5_PNG.png]](http://funkyimg.com/u2/518/490/Tut5_PNG.png)
Version 1.7.1 (Click to View)
Geez.
After a few weeks, I could only manage a small update...
>>Download Here<<
Well anyway...
NEW FEATURES:
Actual stats:
Of course, those stats are on a computer with 512MB RAM and a 1.73GHz processor, so they may be different for you...
After a few weeks, I could only manage a small update...
>>Download Here<<
Well anyway...
NEW FEATURES:
- File association - you can double click on a .dat file in Windows Explorer and FLite Data Changer will open it. (Provided that you have run FLite Data Changer 1.7.1 once)
Also, FLiteDC will appear in context menus of .dat and .txt files in Window Explorer.
- DAT File icon - I made a icon that will represent .dat files in Windows Explorer. It's basically just an edit of Jiquera's Data Changer's icon. If you want to change it, just reply with an attached icon.
- As discussed, FLiteDC can now have multiple windows. However there will still be a main window, and if that is closed, all the other FLiteDC windows will also close (there will be a message box prompt)
- New shortcut - Ctrl+Shift+N - Opens a new FLiteDC window.
- Fixed some syntax highlighting bugs... (can't believe no one noticed them)
Actual stats:
- 4875 milliseconds for opening a file with 346097 bytes
- 40312.5 milliseconds for opening a file with 692072 bytes
Of course, those stats are on a computer with 512MB RAM and a 1.73GHz processor, so they may be different for you...
DOWNLOAD COUNT FROM 1.3.1: ~388
If anyone has the versions prior to 1.3.1, please send them to me (blow_fly98@hotmail.com). I seem to have lost them.
From Version 1.7.1 onwards, all users MUST HAVE .NET Framework 3.5!!!!!!!!!! Why? Because that .NET virtualization technique doesn't even work....
Hiding users' signatures and avatars was the best decision ever.
| Avatar made by Alectric |
4ye 6anDy (Click to View)
hey blow :P ~ Bamboori
can I call ya koalafly? ~ Phil
Pogofly - Simoneon
k0a1af1y, looks much more stylish ~ Blue Phoenix
So hey, blow, say something! - Simoneon
Quack? ~ blow_fly98
Hi blow ~Ramond
So... is it decided that we call him "blow"? ~ Blue Phoenix
No. ~ blow_fly98
But blow, all the members now will follow us because of this convo. You're ruined!!! - Simoneon
Meh. But I'll leave this convo here anyway. ~ blow_fly98
meh koala is much more awesome so I will stick to that
~ Phil
Wait, what? Koalas can edit profiles? - Simoneon
lol, seems that i started a long discussion :P ~ Bamboori
You did, indeed. I wonder who will exceed the sig-limit... ~ Blue Phoenix
Please don't trash this. It's good eye-candy. ~ blow_fly98
koala has spoken and so shall it be =) ~ Phil
there're some html here, and bla bla bla, so I think I might exceed it. Period - Simoneon
WHY THE SPOILER?! ~ Blue Phoenix
didn't you spoiler the conversation yourself? ~ Bamboori
BLOW BLOW!!! YOU FORGOT TO WRITE NAKATO IN 'WE'RE WATCHING YOU'!!!!! - Simoneon
To0 8ad. H4 D045n't d0 any MoDdin9 at A11!!!!!!! ~ blow_fly98
Evil Sonidow does, eh? - Simoneon
Of course. Just n0t v4ry 0ft4n. ~ blow_fly98
WHY THE 1337-SPEAK?! ~ Blue Phoenix
Because I am a KOALA!!! ~ blow_fly98
To be honest, I thought they use Eucalyptus-Speal..........
......
......
D: - Simoneon
Noez, Simon forgot to close his notice! ~ Blue Phoenix
oh no its the end of the world! *panic* ~ Bamboori
Gzz Hizz Fz Mzzz
Anyone got a Eucalyptus-speak interpreter?
And did you know that a user can have more than 4 images in their signature if we edit it for them? Or am I just the last one to find out?
~ blow_fly98
OMG spoilers in spoilers! ~ Bamboori
OMG offtopic in offtopic! - Simoneon
OH HAI GUYZ, i didnt you see you thar :P ~ Alectric
Now, I seriously need to be a part of this. ~ SirFrog
Wasn't there something about childish mods editing signatures lately?
~ Reaper
What?!?! Where was it?!?!?! ~ blow_fly98
DO YOU HAVE SUGAR?! - Simoneon
I heard if you edit someone's signature enough, your profile automatically is set to Admin status. BP told me. ~ Alectric
then let's do this!
~ Bamboori
Just because I don't go around checking every single post and editing signatures doesn't mean that I don't mod here. I just don't check posts that aren't reported. ~ Evil Sonidow
Seriously. We should encourage people to start reporting more :/ - Simoneon
EvErYoNe'S pOsTeD hErE eXcEpT mH.
Hey, maybe we could report every single post just so ES could check them. ~ blow_fly98
You know, that's a hell lot of work. What about a rule that everyone has to report at least one post whenever he logs in? Or an auto-report function? ~ Reaper
I liked the report-part until we got to the point of an auto-report function. That's something that requires work --> No. ~ Blue Phoenix
Finally, I get to see some invisible users. *sniggers* ~ blow_fly98
Oh, i came back. Well, since im already here, i may as well shoot bees ~ Alectric
You know, the ducks are watching. Always watching... ~ SirFrog
Hmm, I think, Lauli is about to climax due to the awesomeness of this color-wall ~ Blue Phoenix
can I call ya koalafly? ~ Phil
Pogofly - Simoneon
k0a1af1y, looks much more stylish ~ Blue Phoenix
So hey, blow, say something! - Simoneon
Quack? ~ blow_fly98
Hi blow ~Ramond
So... is it decided that we call him "blow"? ~ Blue Phoenix
No. ~ blow_fly98
But blow, all the members now will follow us because of this convo. You're ruined!!! - Simoneon
Meh. But I'll leave this convo here anyway. ~ blow_fly98
meh koala is much more awesome so I will stick to that
~ PhilWait, what? Koalas can edit profiles? - Simoneon
lol, seems that i started a long discussion :P ~ Bamboori
You did, indeed. I wonder who will exceed the sig-limit... ~ Blue Phoenix
Please don't trash this. It's good eye-candy. ~ blow_fly98
koala has spoken and so shall it be =) ~ Phil
there're some html here, and bla bla bla, so I think I might exceed it. Period - Simoneon
WHY THE SPOILER?! ~ Blue Phoenix
didn't you spoiler the conversation yourself? ~ Bamboori
BLOW BLOW!!! YOU FORGOT TO WRITE NAKATO IN 'WE'RE WATCHING YOU'!!!!! - Simoneon
To0 8ad. H4 D045n't d0 any MoDdin9 at A11!!!!!!! ~ blow_fly98
Evil Sonidow does, eh? - Simoneon
Of course. Just n0t v4ry 0ft4n. ~ blow_fly98
WHY THE 1337-SPEAK?! ~ Blue Phoenix
Because I am a KOALA!!! ~ blow_fly98
To be honest, I thought they use Eucalyptus-Speal..........
......
......
D: - Simoneon
Noez, Simon forgot to close his notice! ~ Blue Phoenix
oh no its the end of the world! *panic* ~ Bamboori
Gzz Hizz Fz Mzzz
Anyone got a Eucalyptus-speak interpreter?
And did you know that a user can have more than 4 images in their signature if we edit it for them? Or am I just the last one to find out?
~ blow_fly98
OMG spoilers in spoilers! ~ Bamboori
OMG offtopic in offtopic! - Simoneon
OH HAI GUYZ, i didnt you see you thar :P ~ Alectric
Now, I seriously need to be a part of this. ~ SirFrog
Wasn't there something about childish mods editing signatures lately?
~ ReaperWhat?!?! Where was it?!?!?! ~ blow_fly98
DO YOU HAVE SUGAR?! - Simoneon
I heard if you edit someone's signature enough, your profile automatically is set to Admin status. BP told me. ~ Alectric
then let's do this!
~ BambooriJust because I don't go around checking every single post and editing signatures doesn't mean that I don't mod here. I just don't check posts that aren't reported. ~ Evil Sonidow
Seriously. We should encourage people to start reporting more :/ - Simoneon
EvErYoNe'S pOsTeD hErE eXcEpT mH.

Hey, maybe we could report every single post just so ES could check them. ~ blow_fly98
You know, that's a hell lot of work. What about a rule that everyone has to report at least one post whenever he logs in? Or an auto-report function? ~ Reaper
I liked the report-part until we got to the point of an auto-report function. That's something that requires work --> No. ~ Blue Phoenix
Finally, I get to see some invisible users. *sniggers* ~ blow_fly98
Oh, i came back. Well, since im already here, i may as well shoot bees ~ Alectric
You know, the ducks are watching. Always watching... ~ SirFrog
Hmm, I think, Lauli is about to climax due to the awesomeness of this color-wall ~ Blue Phoenix
We're watching you... (Click to View)
<table border="0" cellspacing="1" cellpadding="4" class="tborder">
<thead>
<tr>
<td class="thead">
<div class="expcolimage"><img src="images/unrealblack//collapse.gif" id="boardstats_img" class="expander" alt="[-]" title="[-]" /></div>
<div><strong>Board Statistics</strong></div>
</td>
</tr>
</thead>
<tbody style="" id="boardstats_e">
<tr>
<td class="tcat"><span class="smalltext"><strong>Who's Online</strong> </span></td>
</tr>
<tr>
<td class="trow1"><span class="smalltext">13 users active in the past 5 minutes (13 members, 0 of whom are invisible, and 0 guests).<br /><a href="member.php?action=profile&uid=838"><span style="color: #ff7f00"><b>Alectric</b></span></a>, <a href="member.php?action=profile&uid=17"><span style="color: #ff7f00"><b>Azriel</b></span></a>, <a href="member.php?action=profile&uid=26"><span style="color: #8888ff"><b>Bamboori</b></span></a>, <a href="member.php?action=profile&uid=1056"><span style="color: #008800"><b>blow_fly98</b></span></a>, <a href="member.php?action=profile&uid=15"><span style="color: #ff0000;"><b>Blue Phoenix</b></span></a>, <a href="member.php?action=profile&uid=5"><span style="color: #8888ff;"><b>Evil Sonidow</b></span></a>, <a href="http://www.lf-empire.de/forum/member.php?action=profile&uid=8"><span style="color: #8888ff;"><b>Lord Silva</b></span></a>, <a href="member.php?action=profile&uid=3"><span style="color: #8888ff;"><b>Marshall</b></span></a>, <a href="member.php?action=profile&uid=1"><span style="color: #ff0000;"><b>MH-Razen</b></span></a>, <a href="member.php?action=profile&uid=736"><span style="color: #8888ff;"><b>Phil</b></span></a>, <a href="member.php?action=profile&uid=10"><span style="color: #ff7f00;"><b>Ramond</b></span></a>, <a href="member.php?action=profile&uid=1659"><span style="color: #008800"><b>Reaper</b></span></a>, <a href="member.php?action=profile&uid=1317"><span style="color: #ff7f00;"><b>Simoneon</b></span></a>, <a href="member.php?action=profile&uid=245"><span style="color: #008800"><b>SirFrog</b></span></a></span></td>
</tr>
</tbody>
</table>
<thead>
<tr>
<td class="thead">
<div class="expcolimage"><img src="images/unrealblack//collapse.gif" id="boardstats_img" class="expander" alt="[-]" title="[-]" /></div>
<div><strong>Board Statistics</strong></div>
</td>
</tr>
</thead>
<tbody style="" id="boardstats_e">
<tr>
<td class="tcat"><span class="smalltext"><strong>Who's Online</strong> </span></td>
</tr>
<tr>
<td class="trow1"><span class="smalltext">13 users active in the past 5 minutes (13 members, 0 of whom are invisible, and 0 guests).<br /><a href="member.php?action=profile&uid=838"><span style="color: #ff7f00"><b>Alectric</b></span></a>, <a href="member.php?action=profile&uid=17"><span style="color: #ff7f00"><b>Azriel</b></span></a>, <a href="member.php?action=profile&uid=26"><span style="color: #8888ff"><b>Bamboori</b></span></a>, <a href="member.php?action=profile&uid=1056"><span style="color: #008800"><b>blow_fly98</b></span></a>, <a href="member.php?action=profile&uid=15"><span style="color: #ff0000;"><b>Blue Phoenix</b></span></a>, <a href="member.php?action=profile&uid=5"><span style="color: #8888ff;"><b>Evil Sonidow</b></span></a>, <a href="http://www.lf-empire.de/forum/member.php?action=profile&uid=8"><span style="color: #8888ff;"><b>Lord Silva</b></span></a>, <a href="member.php?action=profile&uid=3"><span style="color: #8888ff;"><b>Marshall</b></span></a>, <a href="member.php?action=profile&uid=1"><span style="color: #ff0000;"><b>MH-Razen</b></span></a>, <a href="member.php?action=profile&uid=736"><span style="color: #8888ff;"><b>Phil</b></span></a>, <a href="member.php?action=profile&uid=10"><span style="color: #ff7f00;"><b>Ramond</b></span></a>, <a href="member.php?action=profile&uid=1659"><span style="color: #008800"><b>Reaper</b></span></a>, <a href="member.php?action=profile&uid=1317"><span style="color: #ff7f00;"><b>Simoneon</b></span></a>, <a href="member.php?action=profile&uid=245"><span style="color: #008800"><b>SirFrog</b></span></a></span></td>
</tr>
</tbody>
</table>

Chat


![[Image: 00097143.bmp]](http://business.blinkweb.com/uploads.00113965/00097143.bmp)
![[Image: anigif-5.gif]](http://i440.photobucket.com/albums/qq128/bunbeo/anigif-5.gif)



![[Image: iQKrlcDUzuVgIsDYwKFmT.gif]](http://www.freemyspaceupload.com/pics/iQKrlcDUzuVgIsDYwKFmT.gif)

