Simple Machines Community Forum

Archived Boards and Threads... => Archived Boards => SMF Feedback and Discussion => Topic started by: dnelsalty on May 16, 2010, 05:39:15 PM

Title: How was SMF made?
Post by: dnelsalty on May 16, 2010, 05:39:15 PM
I was just wondering what had to be learned to make Forum Software such as SMF.

How do they make all of the admin controls and everything?

I just wanted to know because I want to learn how to build software similar but not for forums...

Thanks
Title: Re: How was SMF made?
Post by: Arantor on May 16, 2010, 05:41:30 PM
The relevant core skills are PHP, SQL, HTML, CSS, Javascript in that order. Any large dynamic project on the web will be based on similar technologies in a similar order - not necessarily PHP, there's quite a few back end languages, but it will be PHP/Python/ASP.NET/Ruby/something else, then SQL in almost all cases to talk to a database, HTML to display it, CSS to make it pretty and Javascript to enhance the interface.

Is it a web based project you have in mind or something else?
Title: Re: How was SMF made?
Post by: dnelsalty on May 16, 2010, 05:43:24 PM
Its web-based.

I want to make a CMS like DotNetNuke combined into something like webs.com

So you can edit all of your stuff online easy and pick from our templates, and the hosting will be provided.
Title: Re: How was SMF made?
Post by: Arantor on May 16, 2010, 05:46:12 PM
Definitely need something like the list I mentioned. Your key problem as I see it is dealing with user content, protecting against nasty stuff that can get in.

I'd point out that for a first project, I really wouldn't do something so ambitious, because all that'll happen is you'll get frustrated at not being able to translate what you visualise into code. (Let me put it this way, SimpleDesk is a much smaller app to visualise, even at 1.0, and there's nearly 10,000 lines of code in it. Coding is not a small task, and the more complex you want to do, the larger the code will get.)
Title: Re: How was SMF made?
Post by: SoLoGHoST on May 16, 2010, 06:01:23 PM
IMO, quite contrary to Arantor, though I understand where he is coming from when he says start small and end up big.  Though I disagree, the only way to learn is to dig into it as deep as you can get.  Learn it all at once, especially when you are just starting out.  Why?  Because that is when you have the most motivation to want to learn, after you build a few small projects, your motivation for big projects may not be so strong.  Trust me, Been there done that!  While you are motivated at an early stage, you need to dig into it as much as possible, go for as much as possible, if you don't get it all, you'll atleast get somewhere, and that somewhere will be better off than if you're goal was to start small.

Aim High, have high standards, and do this from the start and you'll be surprised at what you can do.  Don't get me wrong, trial and error will be like your best friend at first, but you'll get there if you are determined enough.

Good Luck ;)
Title: Re: How was SMF made?
Post by: Arantor on May 16, 2010, 06:10:14 PM
The phrase I was trying to think of was "don't run before you can walk". Aiming high is fine but the letdown when you realise your skills aren't up to the task is immense.

When you're trying to design something that requires tens of thousands of lines of code (and it will) before having even attempted to learn a suitable language is like trying to pick up a paintbrush for the first time and create a masterpiece - it doesn't work.

I've seen it before in people I've taught, I've worked with, people I've known. You cannot learn the skills overnight for something of that size and complexity and while I would encourage you to program, encouraging you to do something of that complexity as a first project is almost certainly a recipe for failure - and I am talking from experience here.

See, not only will you have to master multiple languages at once, multiple techniques, structures and styles of programming - ALL at once, you also need to learn some techniques and processes you'll never have even dreamed of before - CSRF protection methods, XSS protection, session protection, and in doing a CMS these are all a MUST-HAVE concept, from day one, and all of which are relatively advanced things to understand.

Sure, you'll pick them up, but I promise you, learning PHP+MySQL is hard enough without overloading all those very necessary ideas into the mix.
Title: Re: How was SMF made?
Post by: SoLoGHoST on May 16, 2010, 06:20:25 PM
Ok, don't get me started.  But, while these things may be difficult for you, they might not be for someone else to understand.  Just reading your post makes me feel discouraged at wanting to even attempt it... 10,000+ lines of code?  OMG, I'm running away already...lol.  Any motivation I once had is now much lower than before, from those words alone.

@ dnelsalty - Google is your best friend, and there are tons of PHP resources and tutorials.  Start working on it, use some tutorials you may find online that can help you understand basic concepts, and ask people for help when you get stuck.  There are tons of forums out there that offer free help.  SMF is 1 of them.  There's no harm in that.  And learn as you go.

Cheers :)
Title: Re: How was SMF made?
Post by: Arantor on May 16, 2010, 06:25:24 PM
Sorry, but that's the truth and the truth sometimes hurts. That's why I don't recommend a CMS for a first project, because that's the point: a CMS is a huge piece of work to do properly, to be able to keep everything correctly, to resist standard hacking techniques and so on.

And if you think 10k lines is bad... be aware of the 125k lines of PHP in SMF itself. (Yes, 2.0 RC3 = 125k lines of PHP, 10k lines of CSS, 4k lines of Javascript)
Title: Re: How was SMF made?
Post by: Kill Em All on May 16, 2010, 06:35:38 PM
Quote from: Arantor on May 16, 2010, 06:25:24 PM
And if you think 10k lines is bad... be aware of the 125k lines of PHP in SMF itself. (Yes, 2.0 RC3 = 125k lines of PHP, 10k lines of CSS, 4k lines of Javascript)
Do you seriously have every file memorized? haha, seriously, how do you possibly know that, I don't even think devs would keep track of that.
Title: Re: How was SMF made?
Post by: Arantor on May 16, 2010, 06:38:02 PM
Because I have a script that I used to count it, the same one I used to produce dev stats for SimpleDesk :P
Title: Re: How was SMF made?
Post by: Kill Em All on May 16, 2010, 06:44:25 PM
Quote from: Arantor on May 16, 2010, 06:38:02 PM
Because I have a script that I used to count it, the same one I used to produce dev stats for SimpleDesk :P
Fancy. Someone is living the life. ;)
Title: Re: How was SMF made?
Post by: SoLoGHoST on May 16, 2010, 06:45:47 PM
Ok, no offense, but If I want to learn how to play guitar because I heard Metallica - Enter Sandman song on the radio, and thought wow, I wanna play that song cause I love that song.  Hypothetically speaking.  Now I go get lessons and the Guitar teacher says, it's too difficult for you to learn, there are too many chords involved, you need to learn how to play "Twinkle Twinkle Little Star" first, and than a bunch of other useless songs.  Well, that's not what I want to learn, but if you say so.  So now I'm learning songs that don't make sense and my motivation for wanting to play has dropped tremendously because I'm not learning what actually motivated me to begin with.  Because there is a roadblock in the way, must learn Twinkle Twinkle Little Star, and I'm paying this guitar teacher to teach me how to play a song that I'm not interested in playing.  Why can't he just teach me to play Enter Sandman??  Hmmm.

Anyways, this was the first song I learned on the guitar, than I jumped right into Led Zeppelin - Stairway to Heaven, and this was all at the same time that I was learning how to pick and hold the guitar and it's strings with my fingers.  So, the motivation was there, the determination was there, and thus I learned it much faster than most people.

I'm not saying that everyone is like this, but in order to get somewhere, you need to throw yourself into it as much as possible and go for what motivated you to wanna do it to begin with.  Don't settle for any roadblocks that might get in your way with promises of leading you to your ultimate goal.  Take the Direct Approach and go for your ultimate goal right from the start!

There is no project too big for you to handle if you are determined and motivated enough.  The reality could be that you are dealing with 10,000 + lines of code, or even 200,000,000 + lines of code, but this shouldn't be the first thing on your mind.  In fact it shouldn't be on your mind at all.  Because dwelling over how hard/difficult something is doesn't help you to overcome it and do the thing that you really want to do in the end.
Title: Re: How was SMF made?
Post by: Kill Em All on May 16, 2010, 07:18:35 PM
haha, at first I'm like, wrong topic? lol Good approach to it.

Metallica is all down picking btw. :D
Title: Re: How was SMF made?
Post by: Arantor on May 16, 2010, 07:32:24 PM
All right, on that mentality, you'd pick up a guitar with no knowledge of music other than what you think sounds good, and immediately attempt to compose a #1 hit record?

Dreams are great. I have dreams, things I aspire to doing, and put appropriate dedication into them, but at the same time there's steps along the way.

In your example, you learned a song first. Would you have been so successful if you'd immediately jumped into Stairway to Heaven?

I'd also note a key skill you didn't learn with the guitar teacher - self discipline. In order to master any skill, a degree of self discipline will be required, to keep at it. Simple determination isn't enough, nor is enthusiasm. You have to have the discipline to keep at it.

Do you think I approached every day of SimpleDesk's development with nauseating quantities of enthusiasm and determination? Hell no. There were days I wanted nothing to do with it, where I was fed up of coding for it, but I had the discipline to keep going. If I pointed out that during development of 1.0, I lost my father and had to deal with everything that went on with that, you still think I did what I did out of enthusiasm?


tl:dr; Even with the best will in the world, you need a degree of self-discipline. And without the intermediate stepping stones, it's very, very hard to build up that discipline.

I don't want to dampen anyone's enthusiasm but even the best will in the world needs a reality check occasionally.
Title: Re: How was SMF made?
Post by: SoLoGHoST on May 16, 2010, 08:21:35 PM
There's all kinds of picking involved Kill Em All, triple picking, down and up picking.  Nothing Else Matters, don't need a pick at all for that song, all fingerpicking (cept for the lead), Fade to Black definitely need a pic for that, and One.  Master of Puppets uses a lot of double picking throughout that entire song.  Four Horsemen uses a lot of triple picking and is fun to play.

@ Arantor - I learned Stairway to Heaven and Enter Sandman both together as my first songs.  Enter Sandman was a lot easier to pick up since it used a pic and was just real easy.  Stairway to Heaven was all finger-picking and my fingers weren't quite trained for it, so I had to discipline myself for it.  But these were songs that I learned how to play and aquire the discipline for it by myself.  As well as the knowledge for it.  Sorry to hear that you lost your father.  Nothing last forever though.  I lost my mother back in 2004, only met my father 1 time in my life when I was 18.  I lost my wife, just recently.  I don't need any sympathy, and I'm not saying that you need any either.

I think we all go through our ups and downs while developing, and I think you are missing my point again.  I'm not saying that the person should be enthusiastic the entire time while developing or even will be.  I'm saying that that person should take the most direct approach to the goal that that person has in mind.  And should reach high, and dig into it as deep as possible.  There are online help forums for every single area of Developing, that if he/she should have any questions on, I'm sure he/she would be able to get help on it.  If there is an error along the way, it will come to surface sooner or later, nothing to worry about.  Errors happen to everyone.  And you don't have to be a MASTER of ANYTHING to create something that's a Masterpiece.  But you should be able to understand things and try to catch on quickly as it will only help you in the long run.  But most of all, don't act like you know everything and remember, the only stupid question is the one that's not asked.  Don't let anyone try and make you feel that you should be embarrassed or ashamed to ask questions, no matter how stupid they are.  The worst thing that could happen is that you would be banned for a forum for asking a question that was considered stupid, in most cases that would never happen, but if that ever did, there are a million and one other forums of the same type where you can ask questions on.

There's no harm in asking any questions you might have, no matter how stupid they might seem.  True Wisdom comes from knowing that you know absolutely nothing!  That's where it all begins...

Anyways, I'm sure Arantor will have a lot to say on this....

Cheers and I'm done with this topic, hopefully it helps you atleast a little dnelsalty.

Title: Re: How was SMF made?
Post by: Arantor on May 16, 2010, 08:32:27 PM
*shrug* I've said all I had to say, glad to know that you think that much of me you automatically assume I'd make a huge argument.

I get it, you're all for diving headlong into it and learning as you go. I get that very clearly, even though too many years of experience disagree with you. Hope it works out for you.
Title: Re: How was SMF made?
Post by: SoLoGHoST on May 16, 2010, 08:43:37 PM
Actually it has worked out for me Arantor, and it can work out for anyone else as well...

I wasn't going to reply to this, but just to clear this up, didn't assume you'd make an argument of it, just assumed that you'd have something to say on it, such as debate on.  But I really don't feel like debating anymore on this topic, since I've said all I had to say as well.

Cheers :)
Title: Re: How was SMF made?
Post by: Kindred on May 16, 2010, 10:24:28 PM
Sorry.... coding is not at all like music.

With Music, you can "get it", even without having any musical background...  however, most teenagers (in the US, at least) have a good grounding in music and music theory from elementary and secondary school music classes. In the same vein, very few have ANY grounding in logical coding.

Also...   learning how to code is not like you example... with music, you COULD pick up a guitar and learn a specific set of strokes and fingerings for one song. With coding, if you don't know the background functions and coding methods, you can't do diddly.
You CAN learn a single program (which is what many admins do, they learn just enough to tweak their sites' program(s)) but you would NEVER be able to build a project... especially one as potentially HUGE as a CMS without having a good, strong, understanding of the background. 
Title: Re: How was SMF made?
Post by: Kill Em All on May 16, 2010, 10:49:56 PM
Quote from: Kindred on May 16, 2010, 10:24:28 PM
Sorry.... coding is not at all like music.
I disagree. Music is a art, and I consider coding an art also to a certain degree. There was even a study done some where I think that musicians tend to be good at coding.
Title: Re: How was SMF made?
Post by: mrtrc266 on May 16, 2010, 11:05:49 PM
Have no clue as to what anyone is talking about but I do think credits should go to where credits are deserved.

http://onlinemodders.com/forums/ (http://onlinemodders.com/forums/)
OM Theme Design By: OnlineModders (http://www.onlinemodders.com/) © 2010

Seems to be very similar to the theme Express Design By DzinerStudio (http://www.dzinerstudio.com/)
http://demo.dzinerstudio.com/ (http://demo.dzinerstudio.com/)

Which is the same theme I use here...
http://www.worldteamofpoker.com (http://www.worldteamofpoker.com)

Theme copyrights should be more like the following I believe....
Express Design By DzinerStudio (http://www.dzinerstudio.com/)
or
Theme by DzinerStudio (http://www.dzinerstudio.com/)
or
Express Design By DzinerStudio (http://www.dzinerstudio.com/) - Customized by By: OnlineModders (http://www.onlinemodders.com/) © 2010
Title: Re: How was SMF made?
Post by: Kindred on May 16, 2010, 11:55:32 PM
mrtrc266...   what the heck does that have to do with the ability (or inability) of learning/knowing coding?
Title: Re: How was SMF made?
Post by: mrtrc266 on May 17, 2010, 01:44:15 AM
Quote from: Kindred on May 16, 2010, 11:55:32 PM
mrtrc266...   what the heck does that have to do with the ability (or inability) of learning/knowing coding?

Nothing at all really (about as much as music does I suppose) but I would hope that someone would learn to respect copyright's before learning coding so they don't do the same thing with possibly taking credit for someone's else code, intentionally or not.

It's possible that dnelsalty didn't know that it's NOT okay to say a theme/code was made by him/her when it's definitely NOT okay and is extremely frowned upon in most communities and in some cases even illegal.

Sorry, I was looking out for a potentially unaware SMF member and Dziner Studios as I would ANY other member SMF or contributor to SMF and it's members.

What if it actually said something like this without any mention of SMF?
Powered by: OnlineModders (http://www.onlinemodders.com/) © 2010

Also, I do see that OnlineModders (http://onlinemodders.com/forums/) is under new ownership so it could have been the previous owners? It's an easy fix though.
 
Find /forums/Themes/express/index.template.php
<div id="ds_copyright">
      <strong>OM Theme</strong> Design By: <a target="_blank" href="http://www.onlinemodders.com">OnlineModders</a> &copy; 2010
</div>

Replace with
<div id="ds_copyright">
      <strong>Express</strong> Design By <a href="http://www.dzinerstudio.com" target="_blank">DzinerStudio</a>
</div>


Sorry to interrupt the conversation about music and art LOL  ;)
Title: Re: How was SMF made?
Post by: Kindred on May 17, 2010, 08:18:43 AM
mrtrc266, if you actually READ the topic, you might understand that the music comments were actually, directly related to the conversation since someone was comparing learning music to learning coding.

again, you obviously did not READ the topic, since copyright or credit was not even mentioned in the slightest...   not even suggested.
Title: Re: How was SMF made?
Post by: mrtrc266 on May 17, 2010, 10:42:57 AM
Kindred I did READ the topic, sorry but my comment was more sarcasm.

I guess I should have posted that somewhere else, you can split or delete it if you like. Once again though...

What if it actually said something like this without any mention   of SMF?
Powered by: OnlineModders (http://www.onlinemodders.com/) © 2010

...would it still be dismissed? I've never seen copyright infringement taken so lightly.
Title: Re: How was SMF made?
Post by: Arantor on May 17, 2010, 10:48:56 AM
Ugh, I see what the problem is - and I don't think Kindred realised what you were getting at, mrtrc266.

The site in the OP's signature is violating the copyright of the theme designer, since it is a modified DzinerStudios theme, not even that seriously modded - mostly just a change of a few images.

And yes, breach of copyright is an issue - but it's one SMF is not obliged to defend because it's not SMF's copyright at stake; but it is very much Bikken's, and I think a nice PM to him is in order... and it certainly doesn't bode well for someone learning coding.
Title: Re: How was SMF made?
Post by: mrtrc266 on May 17, 2010, 11:02:31 AM
Thank you Arantor, exactly my point. I totally understand that SMF cannot defend the infringement on Dziner Studio and I was simply pointing out to dnelsalty that it's NOT okay to claim something as being your when it's not.

The intent was to have a couple other members of SMF chime in and say something to that effect as well, not get into an argument with the Operations Manager of SMF LOL. I like it around here.

The most alarming thing was the fact that he's wanting to building something similar to SMF which would take a TON of work and copyrights are removed (not removed but renamed) from a theme that has a couple MINOR edits.
Title: Re: How was SMF made?
Post by: Kindred on May 17, 2010, 12:49:52 PM
I see...   you didn't ever mention specifically WHY you brought up the copyright comments. :P
Title: Re: How was SMF made?
Post by: SoLoGHoST on May 17, 2010, 12:54:36 PM
Ok, here we go again...lol.

Quote from: Kindred on May 16, 2010, 10:24:28 PM
Sorry.... coding is not at all like music.

Music is just another language.  Just another means of expressing yourself.  Coding is exactly the same, another language.  Sure it could be a lot of languages to learn, but than there are many instruments to learn also.  All you need is the determination to build up the skill required for that language.  Ohh, and let's not forget "Self Discipline"

Quote from: Kindred on May 16, 2010, 10:24:28 PM
With Music, you can "get it", even without having any musical background...  however, most teenagers (in the US, at least) have a good grounding in music and music theory from elementary and secondary school music classes. In the same vein, very few have ANY grounding in logical coding.

This is not true today, maybe yesterday that could be said, but certainly not in the world we live in today.

Quote from: Kindred on May 16, 2010, 10:24:28 PM
Also...   learning how to code is not like you example... with music, you COULD pick up a guitar and learn a specific set of strokes and fingerings for one song. With coding, if you don't know the background functions and coding methods, you can't do diddly.

Coding is based from the same principles, trial and error.  So, ofcourse you will make mistakes, but that is another method of learning.

Quote from: Kindred on May 16, 2010, 10:24:28 PM
You CAN learn a single program (which is what many admins do, they learn just enough to tweak their sites' program(s)) but you would NEVER be able to build a project... especially one as potentially HUGE as a CMS without having a good, strong, understanding of the background.

I never said you'd get there overnight, all I said was to take the Direct Approach and start coding for it now.  There are steps that needs to be taken, surely, cause it can't all be done at once, so you split it up into sections, and complete each section one at a time, and finally, putting it all together at the end.  Again, this comes back to trial and error as well as determination to see it through, and remember there are a million and one forums out there to help along the way, as well as Google.com.

Disclaimer - Don't steal code that doesn't belong to you, only use the code that you find as examples and to understand basic concepts.  If you see some code that you'd like to use within your CMS, get permission from the creator of that code.  NEVER go against the license agreement, if there is one that states that you are not permitted to use their code, etc. etc..
Title: Re: How was SMF made?
Post by: mrtrc266 on May 17, 2010, 01:14:39 PM
Quote from: Kindred on May 17, 2010, 12:49:52 PM
I see...   you didn't ever mention specifically WHY you brought up the copyright comments. :P

In my first post I posted the link in his signature and the copyright. Sorry for the confusion. :)
Quotehttp://onlinemodders.com/forums/ (http://onlinemodders.com/forums/)
OM Theme   Design By: OnlineModders (http://www.onlinemodders.com/) © 2010
Title: Re: How was SMF made?
Post by: MakeItWork on May 18, 2010, 07:19:17 AM
Quote from: mrtrc266 on May 16, 2010, 11:05:49 PM
Have no clue as to what anyone is talking about but I do think credits should go to where credits are deserved.

http://onlinemodders.com/forums/ (http://onlinemodders.com/forums/)
OM Theme Design By: OnlineModders (http://www.onlinemodders.com/) © 2010

Seems to be very similar to the theme Express Design By DzinerStudio (http://www.dzinerstudio.com/)
http://demo.dzinerstudio.com/ (http://demo.dzinerstudio.com/)

Which is the same theme I use here...
http://www.worldteamofpoker.com (http://www.worldteamofpoker.com)

Theme copyrights should be more like the following I believe....
Express Design By DzinerStudio (http://www.dzinerstudio.com/)
or
Theme by DzinerStudio (http://www.dzinerstudio.com/)
or
Express Design By DzinerStudio (http://www.dzinerstudio.com/) - Customized by By: OnlineModders (http://www.onlinemodders.com/) © 2010

.. :o someone's gunna be in trouble if they don't fix that.

A better place to talk about this though would be here: http://www.simplemachines.org/community/index.php?topic=382017.0;topicseen
Title: Re: How was SMF made?
Post by: Arantor on May 18, 2010, 07:22:32 AM
Quote from: MakeItWork on May 18, 2010, 07:19:17 AM
.. :o someone's gunna be in trouble if they don't fix that.

DzinerStudios have been notified.

Quote
A better place to talk about this though would be here: http://www.simplemachines.org/community/index.php?topic=382017.0;topicseen

Except it's a different matter entirely. SMF's copyright has not been removed, so arguing over whether SMF's copyright can be removed here is irrelevant. This one is solely where OnlineModders who've removed the copyright from a DzinerStudios theme, DzinerStudios have been notified, and it's up to them if they want to do something about it.
Title: Re: How was SMF made?
Post by: C4G-TK on May 18, 2010, 12:25:00 PM
SMF was made by little tiny elves in a tree.  Oh wait, that was Keebler, sorry!

As a side note, I love those chocolate covered graham cracker cookies!
Title: Re: How was SMF made?
Post by: Bikken on May 19, 2010, 05:07:51 AM
Quote from: dnelsalty on May 16, 2010, 05:39:15 PM
I was just wondering what had to be learned to make Forum Software such as SMF.

How do they make all of the admin controls and everything?

I just wanted to know because I want to learn how to build software similar but not for forums...

Thanks

Why not start learning to show some sort of respect towards other people and their work? Not only do you claim our work as your own, you are also using a pirated version of our work. Unbelievable! You're already busy destroying your own reputation and you still haven't build a thing. Way to go man!

Oh well, i'm not going to waste much more of my time on this. I have better things to do. Besides, people like dnelsalty are not on my "potential client list" anyway. 
Title: Re: How was SMF made?
Post by: x86cam on May 22, 2010, 09:23:29 AM
Could any of you admins give us a source code of the website and forum so we can tweak it a bit and make a new forum software?
Title: Re: How was SMF made?
Post by: Kindred on May 22, 2010, 09:35:37 AM
WTH?

1- when you download SMF, you get the source code in PHP/HTML/Javascript.
2- You can modify your own site however much you wish...   
3- you can *NOT* release your modified code as "your new software". The SMF license forbids that.
Title: Re: How was SMF made?
Post by: x86cam on May 22, 2010, 09:54:57 AM
OK, I guess I will customize a forum installation,
but Hi Kindred! Could you go back on my forum?
Title: Re: How was SMF made?
Post by: Kindred on May 22, 2010, 12:58:54 PM
1- I do not general visit forums unless they have something I specifically contribute to or participate in.
2- do not just post messages asking people to come to your forum. Find a niche, get some content and you will get forum members
Title: Re: How was SMF made?
Post by: rd on May 22, 2010, 01:55:20 PM
Quote from: x86cam on May 22, 2010, 09:54:57 AM
OK, I guess I will customize a forum installation,
but Hi Kindred! Could you go back on my forum?

Wait, so your going to change the SMF installation page to something else... But it will still install SMF... What the heck ???

Title: Re: How was SMF made?
Post by: Nao 尚 on May 22, 2010, 06:15:21 PM
Quote from: x86cam on May 22, 2010, 09:54:57 AM
OK, I guess I will customize a forum installation,
but Hi Kindred! Could you go back on my forum?
Lulz. (I don't know what else to say  O:))