Bitcoin Forum
May 05, 2024, 12:16:31 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Alternate cryptocurrencies / Service Discussion (Altcoins) / Re: Enter API Info on: March 13, 2015, 12:38:54 PM
I just want to get it to show ANY information. That would be nice. WHERE DO I PLUG IN THE API INFORMATION? on that website there is this.
List coins
Use this function to list all coins with their data which are available on cryptocoincharts.

URL: GET http://api.cryptocoincharts.info/listCoins
RESULT: array with coins objects
id: coin ID
name: coin name
website: URL of website if available
price_btc: last traded price of best market
volume_btc: 24h trading volume recalculated to BTC
PHP example
   // fetch data
   $curl = curl_init();
   curl_setopt($curl, CURLOPT_URL, "http://api.cryptocoincharts.info/listCoins");
   curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
   $rawData = curl_exec($curl);
   curl_close($curl);
   
   // decode to array
   $data = json_decode($rawData);
   
   // show data
   echo "<pre>";
   foreach ($data as $row) echo $row->id." - ".$row->name."\n";
   echo "</pre>";


Where do I put this URL: GET http://api.cryptocoincharts.info/listCoins
2  Alternate cryptocurrencies / Service Discussion (Altcoins) / Re: Enter API Info on: March 11, 2015, 12:59:03 AM
Nothing happens, that just puts code on my page Undecided
3  Alternate cryptocurrencies / Service Discussion (Altcoins) / Re: Enter API Info on: March 10, 2015, 11:32:44 PM
I want to put this API info on a site so as to recieve all the available data. http://www.cryptocoincharts.info/tools/api
How do I do that?

What specifically are you looking to add? Each api they offer has example codes listed for them.

For example if you wanted to list all of the coins they track you would use the following code,

Code:
<?php
// fetch data
$curl curl_init();
curl_setopt($curlCURLOPT_URL"http://api.cryptocoincharts.info/listCoins");
curl_setopt($curlCURLOPT_RETURNTRANSFERtrue);
$rawData curl_exec($curl);
curl_close($curl);

// decode to array
$data json_decode($rawData);

That doesnt do anything except put code on my page

// show data
echo "<pre>";
foreach ($data as $row) echo $row->id." - ".$row->name."\n";
echo "</pre>";
?>


P.S. Big shout out to CryptoCoinCharts, I use their API for Crypto Database to show pricing information and to track coins highs and lows.
4  Alternate cryptocurrencies / Service Discussion (Altcoins) / Enter API Info on: March 10, 2015, 03:33:21 PM
I want to put this API info on a site so as to recieve all the available data. http://www.cryptocoincharts.info/tools/api
How do I do that?
5  Alternate cryptocurrencies / Altcoin Discussion / Re: No response after Questions on: March 01, 2015, 07:53:53 PM
I approached two different people that seemed to be capable, and both said they were willing, to build me a faucet, a poker page for my site and an escrow plugin for my wordpress site. After I messaged the following, I never heard from them again. Is there anyone with the capabilities and interest in this? I thought what I was asking was quite reasonable....

 "Your prices seem fair friend. Would you be open to the idea of letting somebody look at what you write so I am assured there are no backdoors, virus or such? I cant be too careful with my money, though I dont seek to offend, I have a hard time trusting. At the moment my funds are going to limit me to just BTC for the faucet. If I choose, are you able to add more coins/wallets later? Lastly, how do we make the trade fair? My idea is perhaps to send to person for inspection and when they say all good, I send BTC and inspector sends me faucet? Person to inspect can be agreed on by us both."

 No response to such a fair request makes me sad too realize there are so many shady characters in our community. Sad......Anyways, it whatever I guess...

You are 100% right in worrying about backdoors, what these guys so far seem to think is the back door is to skim off the players, but back doors can do so much more.

I advise you set the MYSQL database and the cron up yourself, Dont give him access to the database, you can request the MYSQL code and do it yourself with one click and then check it all to verify there no hidden admins, check recheck and have a friend who knows PHP check all the files. You set your own wallets up and dont give him the RPCusernames or the RPCPasswords EVER!! do that manually yourself. Lock the games withdraw address so it can never be changed and always withdraw to an offline wallet on your own computer. (you will have to hard code this into the programming Smiley  And tell them you want the ability to have your game on one server and pull the data from your wallet that is on a separate server. if he sayd it cant be done he is lieing it can and has been done and its very secure, more so than having the game and the wallet on the same server.

do the faucet the same way Smiley

to be honest if he doesnt already have the codes what your asking is not an easy task, so you should expect vthe price to be pretty hefty, if it is not, they are scamming you, if you wanted him to set it all up and just hand it over to you, thats a lot of work, especially if your putting the wallet on one server and the game and faucet on another. now if he already has the game codes and files its a very fast process and can be completed in less than one day.

YES! The price I was given was BTC1.85...my request was for 1 faucet that will give the visitor a choice between 6 different coins to despense  for the payout...so if you liked BTCD more than BTC you would click the BTCD button, enter your wallet and get your free faucet money....Is this a reasonable price then? or scam price?
6  Alternate cryptocurrencies / Altcoin Discussion / Re: No response after Questions on: March 01, 2015, 02:42:53 PM
Or they think you want to trick them by using your "inspector" to get the code and then refusing to accept the code. So you can get the all stuff without paying for their work.   

Yeah, you may be right, but there has to be a way for these guys to prove their work. Can yo imagine how rich you would be scamming .5% of 4 games you coded that have an average of 1000 users a day? Lets just say you skim $.50 off each one, thats $2000 a day being stolen because nobody was able to peak at the great and almighty programmers code to prove this cant happen. If I was a coder I would have a portfolio available, references, examples and I would defininitely have a way to show that Im not ripping you off. Anyways, I guess I shouldnt be surprised....Hey anyone want to make me a faucet? yeah Ill do it, heres my price...oh you want to make sure its fair with no back doors? Nevermind.....NEXT VICTIM PLEASE!! Fuck that, Ill learn to do it myself.....ok, Im done venting...have a good day  Cool
7  Alternate cryptocurrencies / Altcoin Discussion / No response after Questions on: February 28, 2015, 11:09:32 PM
I approached two different people that seemed to be capable, and both said they were willing, to build me a faucet, a poker page for my site and an escrow plugin for my wordpress site. After I messaged the following, I never heard from them again. Is there anyone with the capabilities and interest in this? I thought what I was asking was quite reasonable....

 "Your prices seem fair friend. Would you be open to the idea of letting somebody look at what you write so I am assured there are no backdoors, virus or such? I cant be too careful with my money, though I dont seek to offend, I have a hard time trusting. At the moment my funds are going to limit me to just BTC for the faucet. If I choose, are you able to add more coins/wallets later? Lastly, how do we make the trade fair? My idea is perhaps to send to person for inspection and when they say all good, I send BTC and inspector sends me faucet? Person to inspect can be agreed on by us both."

 No response to such a fair request makes me sad too realize there are so many shady characters in our community. Sad......Anyways, it whatever I guess...
8  Bitcoin / Project Development / working on a website on: February 25, 2015, 08:20:52 PM
Hey community of like minded cryptocurrency lovers. I am in the process of putting together a website/blog/forums/ecommerce and wanted to get some ideas brewing for what this community would like to see in a site that incorporates all this. This will not be a coin specific site, but a cryptocurrency community site, though ALL coins and technology will be represented on this site. (In a nuetral way of course.) I will have a blog for visiting writers and full time blog staff, there will be forums, we will have a store to purchase items ( this will be coming at a later date.), many sections of education for the community as a whole and of course links references and guides. What I have right now and the ideas in my head are only small potatoes compared to what the site could be. So I am reaching out, and I ask, what would you like to see incorporated?

If you are interested in writing for some recognition, and are patient and willing to grow in that writing spot, at a later date we can discuss bounty per post/week/month/etc. I am starting this offering with no money, so for now I need somebody that can write well and is willing to write for the recognition. I see daily posts that are amazing in depth detail and knowledge, so if some of this writing is yours, contact me and we will work something out as far as details.

I have an idea for a coin faucet that lets you choose what cryptocurrency you want and then receive that faucets amount alotted. You would be unable of course to receive more than a one time amount of your chosen currency, having to wait 24-48hrs for more and too pick another currency. I run WordPress 4.1 if anyone is interested in this project. If you are, contact me and tell me what you would charge for the bounty. If it is reasonable I will return your message and we may be able to come to an agreement.

If there is anyone that can write a plugin for WordPress version 4.1 to create a multi-coin escrow system that can be plugged right into my site with ability to generate wallets for each type of coin, please contact me. I want my visitors to be able to purchase/trade with  each other and I want the ability to escrow my visitors transactions at a percentage of course. This all has to happen automatic though. Please reference known marketplaces with escrow for an idea of what I want. This is by far the biggest project on the site as of right now. Funds will be set aside for this project, though limited. Please contact with a quote and reference if you have one.

I am working on this site daily. This is my first website I am building from scratch and I want it to be what everyone else wants as well as my own vision. So tell me, what would you want to see on such a site?
9  Alternate cryptocurrencies / Altcoin Discussion / new blog site on: February 25, 2015, 05:21:05 PM
Hey community of like minded cryptocurrency lovers. I am in the process of putting together a website/blog/forums/ecommerce and wanted to get some ideas brewing for what this community would like to see in a site that incorporates all this. This will not be a coin specific site, but a cryptocurrency community site, though ALL coins and technology will be represented on this site. (In a nuetral way of course.) I will have a blog for visiting writers and full time blog staff, there will be forums, we will have a store to purchase items ( this will be coming at a later date.), many sections of education for the community as a whole and of course links references and guides. What I have right now and the ideas in my head are only small potatoes compared to what the site could be. So I am reaching out, and I ask, what would you like to see incorporated?

If you are interested in writing for some recognition, and are patient and willing to grow in that writing spot, at a later date we can discuss bounty per post/week/month/etc. I am starting this offering with no money, so for now I need somebody that can write well and is willing to write for the recognition. I see daily posts that are amazing in depth detail and knowledge, so if some of this writing is yours, contact me and we will work something out as far as details.

I have an idea for a coin faucet that lets you choose what cryptocurrency you want and then recieve that faucets amount alotted. You would be unable of course to recieve more than a one time amount of your chosen currency, having to wait 24-48hrs for more and too pick another currency. I run WordPress 4.1 if anyone is interested in this project. If you are, contact me and tell me what you would charge for the bounty. If it is reasonable I will return your message and we may be able to come to an agreement.

If there is anyone that can write a plugin for WordPress version 4.1 to create a multi-coin escrow system that can be plugged right into my site with ability to generate wallets for each type of coin, please contact me. I want my visitors to be able to purchase/trade with  each other and I want the ability to escrow my visitors transactions at a percentage of course. This all has to happen automatic though. Please reference known marketplaces with escrow for an idea of what I want. This is by far the biggest project on the site as of right now. Funds will be set aside for this project, though limited. Please contact with a quote and reference if you have one.

I am working on this site daily. This is my first website I am building from scratch and I want it to be what everyone else wants as well as my own vision. So tell me, what would you want to see on such a site?

10  Alternate cryptocurrencies / Altcoin Discussion / Re: Cryptocurrency list needed on: February 25, 2015, 03:46:12 AM
Thank you everyone....Ive got what I need. You were all very helpful. I went with http://com-http.us/coins as they seemed to have the most complete list. And thank you for the monero comment. I understand your enthusiasm as I just joined that community, but thats not what I was looking for.....you bad little troll you. Alright friends, have an awesome day......
11  Alternate cryptocurrencies / Altcoin Discussion / Cryptocurrency list needed on: February 25, 2015, 12:00:34 AM
I need a list of all cryptocurrencies in alphabetical order. Does anyone know where to get one? I cant seem to find an accurate or complete list. If I do find one and its not in alphabetical order is there anyone on here that can do that for me if I post the list here?
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: February 24, 2015, 09:59:47 PM
                 E1
               Vision
                AMD

AMD E1 has 2 MB of L2 cache (no L3) so I would recommend one thread for solo mining. That leaves one core unused which should both reduce heat and not hurt your performance too much if you are also using the computer.

You may also be able to get a GPU miner going, using the AMD integrated GPU. It would depend if Claymore's miner (not open source) supports it. Here are your resources for that:

Monero mining thread: https://bitcointalk.org/index.php?topic=653467.0
Claymore thread: https://bitcointalk.org/index.php?topic=638915.0

Much appriciated friend. I will look more into this and see if its something I want to do, or can do. Your words were kind and very helpful. Thank you
13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: February 24, 2015, 09:30:42 PM
If I run bitmonered.exe am I running a node when it syncs? I want to help support this community any way I can and that, for now, seems the best support I can offer.

Yes that is right, and if you type start_mining in the wallet you will be solo mining as well (mostly supports the network but you might get lucky and win a block). Usually the best number of threads to use is the L3 cache size of your CPU divided by 2 MB.



Thanks for all the help everyone. If I run the miner in the wallet I will be helping the community more, but will that burn out anything on my laptop? I dont care if Im successful in obtaining a block, I just want to help and dont want to f up my computer.....it cost me 800$....alot more than Ill get from ANY mining I might be capable of...

Okay first of all, nobody wants you to damage your computer. If it is properly designed and you don't block any vents then it should be fine, but if you have doubts, don't do it.

Quote


The only thing I know Smooth is that it is an HP, I run Window 8.1 and it has a sticker on it that says

                  E1
               Vision
                AMD

I went to the AMD website a few days ago and updated all my drivers because I was trying to download a miner that suggested it, so I did. Because of that I would assume all my drivers are up to date. If that helps. I guess I just want to run the miner in the wallet to the best of my ability, contribute to the community, and maybe make a little something by accident. Thank for your help guys
how do I change the number of threads ? Step my step cuz Im slow like a four yr old type talk please. Thank you so much....

You put the number of threads after the start_mining command in the wallet.

If you don't know your L3 cache size (and most four year olds wouldn't) tell us your CPU model we'll help you. For most laptops the best number of threads to use is 1 but it varies.


14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: February 24, 2015, 06:57:30 PM
If I run bitmonered.exe am I running a node when it syncs? I want to help support this community any way I can and that, for now, seems the best support I can offer.

Yes that is right, and if you type start_mining in the wallet you will be solo mining as well (mostly supports the network but you might get lucky and win a block). Usually the best number of threads to use is the L3 cache size of your CPU divided by 2 MB.



Thanks for all the help everyone. If I run the miner in the wallet I will be helping the community more, but will that burn out anything on my laptop? I dont care if Im successful in obtaining a block, I just want to help and dont want to f up my computer.....it cost me 800$....alot more than Ill get from ANY mining I might be capable of...how do I change the number of threads ? Step my step cuz Im slow like a four yr old type talk please. Thank you so much....
15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: February 24, 2015, 06:25:04 PM
I was quick to react and downloaded the simplewallet, but I also want to run a node. I guess I can just use mymonero.com and not worry about it. I have created an acct there just now. Where do I download the GUI and is it worth trying to mine from your laptop?


If you want to run a node you should download the blockchain from the OP. It will not be synced up to today but it will be much faster. The GUI list is also on the OP.

As for mining it depends on your objective. You must be really lucky to strike a block (it really depends on your hashrate but i'm assuming it isn't much high), so it's not profitable. OTOH you'll be contributing for monero's network decentralized security.



Also, Jailee, if you're truly new to this, "OP" means original post, which you can get to by clicking on the "1" on the far left of the post page list. When I first started in bitcointalk, I had no idea that this is how forums were utilized. The OP sort of becomes the repository for the rest of the thread.

Thank you Gingerale,
 I am pretty new to this in as far as doing anything with anything with cryptocurrency other than Bitcoin. I was there when bitcoin made its debute and missed out because I was ignorant to the whole scene. Since 2013 though I have been active in the community as far as buying and spending and market analysis and such. As far as profit and investment though, this is my first venture. I am trying to make smart decisions and I believe Monero is one of those smart decisions. Thank you for all your help.
 If I run bitmonered.exe am I running a node when it syncs? I want to help support this community any way I can and that, for now, seems the best support I can offer.
16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: February 24, 2015, 06:01:37 PM
I just recently decided to jump on the Monero train. I went to the website and registered for the forums. Registration was successful but when I try to log in I recieve an error message that says "oops, your acct is not active"....what does that mean? And also I downloaded the wallet and decided to run a node. Im not sure though if Im doing it right. Is your wallet supposed to look like just command lines? It is so much different than say Megacoin or Vericoin wallet. My nodes still say they are syncing at 308 days behind, all in yellow.
 What sucks is you cannot highlight and copy/paste your wallet address from the command prompts in the wallet. Is this really the wallet or the command box that runs my wallet and I dont have it correct? Also I put in the command to start mining. Is this still feasable or am i wasting my time? It says "mining started with one threads, good luck!" and below that it says " miner thread started
  • "....

OK I got the forums taken care of...didnt know I had to wait for an email confirmation. But the rest I still dont know...

Are you talking about simplewallet or bitmonerod?
Of course you can copy/paste the address in simplewallet, if you use windows you have to enable it in the cmd window settings.

Why don't you just use one of the GUIs or mymonero.com Smiley?

I was quick to react and downloaded the simplewallet, but I also want to run a node. I guess I can just use mymonero.com and not worry about it. I have created an acct there just now. Where do I download the GUI and is it worth trying to mine from your laptop?
17  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: February 24, 2015, 05:41:56 PM
I just recently decided to jump on the Monero train. I went to the website and registered for the forums. Registration was successful but when I try to log in I recieve an error message that says "oops, your acct is not active"....what does that mean? And also I downloaded the wallet and decided to run a node. Im not sure though if Im doing it right. Is your wallet supposed to look like just command lines? It is so much different than say Megacoin or Vericoin wallet. My nodes still say they are syncing at 308 days behind, all in yellow.
 What sucks is you cannot highlight and copy/paste your wallet address from the command prompts in the wallet. Is this really the wallet or the command box that runs my wallet and I dont have it correct? Also I put in the command to start mining. Is this still feasable or am i wasting my time? It says "mining started with one threads, good luck!" and below that it says " miner thread started
  • "....

OK I got the forums taken care of...didnt know I had to wait for an email confirmation. But the rest I still dont know...
18  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: February 24, 2015, 05:34:15 PM
I just recently decided to jump on the Monero train. I went to the website and registered for the forums. Registration was successful but when I try to log in I recieve an error message that says "oops, your acct is not active"....what does that mean? And also I downloaded the wallet and decided to run a node. Im not sure though if Im doing it right. Is your wallet supposed to look like just command lines? It is so much different than say Megacoin or Vericoin wallet. My nodes still say they are syncing at 308 days behind, all in yellow.
 What sucks is you cannot highlight and copy/paste your wallet address from the command prompts in the wallet. Is this really the wallet or the command box that runs my wallet and I dont have it correct? Also I put in the command to start mining. Is this still feasable or am i wasting my time? It says "mining started with one threads, good luck!" and below that it says " miner thread started
  • "....
19  Alternate cryptocurrencies / Altcoin Discussion / Re: My Investments this Year 2015 on: February 23, 2015, 06:26:34 PM
This year I have decided to try and invest what I can in cryptocurrency that I think may have a real future, one just as solid or more solid than Bitcoin. I missed my opportunity for a great early investment in Bitcoin. I believe in Bitcoin and always will, but there are other alternatives and technologies that present the possibility of a great early investment like the one I missed with Bitcoin.

I think you're more likely to lose money on those alts to be honest. Why don't you just stick with bitcoin if you believe in it? Just because you missed out doesn't mean to say you can't gain in the future. I think there's still massive potential to make gains on bitcoin but it will take time. We could still be early adopters if bitcoin goes mainstream.

Raeg,
 You are absolutely right about Bitcoin. What I guess I am trying to say there is that because I believe in Bitcoin, I have a strong inclination that BECAUSE of Bitcoin, other ideas will flower to fruition, such as Ripple, Stellar, NXT etc. ALL ideas that have emerged for altcoins and platforms that go with them came from the original idea and concept of Bitcoin. I missed out on buying 1000000 bitcoin for $150 when they were worthless ( I dont know how many I could have recieved, thats just a guess to make the point). I now, however, have the same opportunity with other 'technology' and hope to one day cash in just like everyone else. But like Ive said before, I dont believe in 'JUST A COIN' 'coins'. There has to be more behind them. I love Bitcoin and DO invest in it. I just think there are larger opportunities out there. I dont however, believe that Bitcoin will ever die. I believe that one day Bitcoin may be the "DOLLAR" of the Cryptocurrency, and may well be there now, in that all other cryptocurrency values will one day be based SOLELY off the value of Bitcoin. The dollar, one day, will have nothing to do with it and will eventually be as worthless as InfiniteCoin . ONE (maybe more) of these new technologies will one day REPLACE the ENTIRE global financial system. Just think about it....bitcoin exchanges and payment centers have debit cards, digital wallets you take with your person everywhere like a real wallet, and all the other benefits that come with Bitcoin (security, low fee's, etc.) Now think about one of these technologies such as Ripple for instance. It COULD become the new WORLD money, knocking down financial boundaries and becoming the new 'dollar' or 'yen'.......the masses ( if it were made easy to understand and operate) I believe, would except it and use it EXCLUSIVELY, for a number of reasons. I dont have much more time to write but here is one reason why: The US government prints money as it pleases and borrows trillions against gold that most likely isnt there and has the ability to just remove your funds from your acct and tell you to f off. ( Like they did in Cyprus) With cryptocurrency, ALL of that can be COMPLETELY STOPPED. Not JUST cryptocurrency though, an ENTIRE NEW MONETARY SYSTEM. 'Coins' only address part of the global financial systems problems.....platforms like Ripple, Stellar, SuperNet, Bitshares, etc all are trying to fill a void that has NEVER been modified to function FOR THE PEOPLE. I just choose the three I did because I believe and hope in them from the information I have studied.
20  Alternate cryptocurrencies / Altcoin Discussion / Re: My Investments this Year 2015 on: February 23, 2015, 05:58:51 PM
Ripple
NXT
Stellar

Completely missing the big picture, big players are:
Ethereum
Bitshares
Darkcoin


 I dont think that I am missing the big picture at all. Though I agree with your statement that your suggestions may be big players, I believe that anything that is JUST A COIN is really kind of worthless and not beneficial to waste my time and investment money on.  As far as 'coins' go, I really have no interest in 'coins' per say.....I am interested in technology that is poised to be integrated into the global financial system whether it be on a personal acct level ( EXAMPLE: wallet on Ripple Trade) or an entire government infrastructure. The above statement about 'JUST A COIN" is in reference to Darkcoin and any other 'coin' that has nothing else to offer other than the ability to spend it IF it is ever worth ANYTHING. Darkcoin and alot of others are coming out with some awesome technology and 'coin' abilities that make them seem attractive, but ultimately I believe that ALL of these 'coins will fail. There has to be more to it than just another new cryptocurrency. ANYONE who has any desire and education can create a cryptocurrency. Cryptocurrencies have changed the world and their integration and continued creation is sure to bring a change to ALL financial systems globally....eventually. For me, Im not interested in the next big altcoin so I can rush to the exchanges to try and make 114$ off my 4$ investment. I want to be able to say in 10 yrs that I got in on the ground floor for such and such technology that included an altcoin that I was able to invest in, that holds the value of my American Dollar initially invested and offers substantial returns on that investment. I think that Ethereum and Bitshares are two concepts worth looking into because they are built with a real future in mind. I am interested in these the same as Im interested in SuperNet and the idea of Kim Dotcom's MegaNet....all grand ideas that will have a huge impact.
 
Pages: [1] 2 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!