Bitcoin Forum
May 05, 2024, 11:00:36 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 [1864] 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 ... 2557 »
  Print  
Author Topic: NXT :: descendant of Bitcoin - Updated Information  (Read 2761529 times)
fmiboy
Full Member
***
Offline Offline

Activity: 189
Merit: 100


View Profile
February 25, 2014, 06:32:37 AM
 #37261

C:\nxt>java -cp nxt.jar:lib\*:conf nxt.Nxt
Error: Could not find or load main class nxt.Nxt

0.8.1e
1714950036
Hero Member
*
Offline Offline

Posts: 1714950036

View Profile Personal Message (Offline)

Ignore
1714950036
Reply with quote  #2

1714950036
Report to moderator
1714950036
Hero Member
*
Offline Offline

Posts: 1714950036

View Profile Personal Message (Offline)

Ignore
1714950036
Reply with quote  #2

1714950036
Report to moderator
"This isn't the kind of software where we can leave so many unresolved bugs that we need a tracker for them." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714950036
Hero Member
*
Offline Offline

Posts: 1714950036

View Profile Personal Message (Offline)

Ignore
1714950036
Reply with quote  #2

1714950036
Report to moderator
wakasaki808
Sr. Member
****
Offline Offline

Activity: 476
Merit: 500



View Profile
February 25, 2014, 06:34:35 AM
 #37262

C:\nxt>java -cp nxt.jar:lib/*:conf nxt.Nxt
Error: Could not find or load main class nxt.Nxt

0.8.1e

my .bat file looks like java -Xmx1024M -cp nxt.jar;lib\*;conf nxt.Nxt

looks like your /* is backwards?

unless what you use isn't windows...  Huh

did it work for 0.8.0e?
fmiboy
Full Member
***
Offline Offline

Activity: 189
Merit: 100


View Profile
February 25, 2014, 06:37:00 AM
 #37263

C:\nxt>java -cp nxt.jar:lib/*:conf nxt.Nxt
Error: Could not find or load main class nxt.Nxt

0.8.1e

my .bat file looks like java -Xmx1024M -cp nxt.jar;lib\*;conf nxt.Nxt

looks like your /* is backwards?

unless what you use isn't windows...  Huh

did it work for 0.8.0e?
started to test >0.8..

got it, thanks! Smiley
fmiboy
Full Member
***
Offline Offline

Activity: 189
Merit: 100


View Profile
February 25, 2014, 06:39:49 AM
 #37264

Code:
[2014-02-25 11:35:57.913] Scanning blockchain...
[2014-02-25 11:35:58.051] ...done
[2014-02-25 11:35:58.315] Started peer networking server at 0.0.0.0:7874
[2014-02-25 11:35:58.325] Started API server at 127.0.0.1:7876
[2014-02-25 11:35:58.335] Started user interface server at 127.0.0.1:7875
[2014-02-25 11:35:58.385] Nxt server 0.8.1e started successfully.
[2014-02-25 11:38:39.515] some threads didn't terminate, forcing shutdown
[2014-02-25 11:38:39.520] Error pushing block
java.lang.RuntimeException: Database is already closed (to disable automatic closing at VM shutdown, add ";DB_CLOSE_ON_EXIT=FALSE" to the db URL) [90121-175]
        at nxt.TransactionDb.hasTransaction(TransactionDb.java:38)
        at nxt.BlockchainProcessorImpl.pushBlock(BlockchainProcessorImpl.java:504)
        at nxt.BlockchainProcessorImpl.access$300(BlockchainProcessorImpl.java:36)
        at nxt.BlockchainProcessorImpl$1.run(BlockchainProcessorImpl.java:134)
        at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
        at java.util.concurrent.FutureTask.runAndReset(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
Caused by: org.h2.jdbc.JdbcSQLException: Database is already closed (to disable automatic closing at VM shutdown, add ";DB_CLOSE_ON_EXIT=FALSE" to the db URL) [90121-175]
        at org.h2.message.DbException.getJdbcSQLException(DbException.java:332)
        at org.h2.message.DbException.get(DbException.java:172)
        at org.h2.message.DbException.get(DbException.java:149)
        at org.h2.message.DbException.get(DbException.java:138)
        at org.h2.jdbc.JdbcConnection.checkClosed(JdbcConnection.java:1413)
        at org.h2.jdbc.JdbcConnection.checkClosedForWrite(JdbcConnection.java:1398)
        at org.h2.jdbc.JdbcConnection.rollback(JdbcConnection.java:468)
        at org.h2.jdbcx.JdbcXAConnection.getConnection(JdbcXAConnection.java:105)
        at org.h2.jdbcx.JdbcConnectionPool.getConnectionNow(JdbcConnectionPool.java:229)
        at org.h2.jdbcx.JdbcConnectionPool.getConnection(JdbcConnectionPool.java:199)
        at nxt.Db.getConnection(Db.java:46)
        at nxt.TransactionDb.hasTransaction(TransactionDb.java:32)
        ... 10 more
[2014-02-25 11:38:41.215] Database shutdown completed
[2014-02-25 11:38:41.225] Nxt server 0.8.1e stopped.

ctrl+c shutdown error, I guess nothing serious
allwelder
Legendary
*
Offline Offline

Activity: 1512
Merit: 1004



View Profile
February 25, 2014, 06:42:22 AM
 #37265


need some testcoin,
7191893623143661625
TKS.

I've send you 1KTestNxt  Wink
Thank you ,redsn0w.

 
                                . ██████████.
                              .████████████████.
                           .██████████████████████.
                        -█████████████████████████████
                     .██████████████████████████████████.
                  -█████████████████████████████████████████
               -███████████████████████████████████████████████
           .-█████████████████████████████████████████████████████.
        .████████████████████████████████████████████████████████████
       .██████████████████████████████████████████████████████████████.
       .██████████████████████████████████████████████████████████████.
       ..████████████████████████████████████████████████████████████..
       .   .██████████████████████████████████████████████████████.
       .      .████████████████████████████████████████████████.

       .       .██████████████████████████████████████████████
       .    ██████████████████████████████████████████████████████
       .█████████████████████████████████████████████████████████████.
        .███████████████████████████████████████████████████████████
           .█████████████████████████████████████████████████████
              .████████████████████████████████████████████████
                   ████████████████████████████████████████
                      ██████████████████████████████████
                          ██████████████████████████
                             ████████████████████
                               ████████████████
                                   █████████
.CryptoTalk.org.|.MAKE POSTS AND EARN BTC!.🏆
abctc
Legendary
*
Offline Offline

Activity: 1792
Merit: 1038



View Profile
February 25, 2014, 06:45:02 AM
 #37266

Well, I can answer only for myself: copyright and copyleft'd die in hell, information belongs to nobody, humanity knowledge'd be free to access along with human right to keep secrets Smiley So far not so much people'll agree with me, but I won't give up.
But its nice to compensate people when they do something worth,at least to motivate them to carry on doing more things.
Donations and request for paying for access (concerts, subscriptions, lectures and so on) can be used as reward for ideas/content generators.
- and morphers says exactly about a small fee for acces to the artwork (not just information or idea). You want a free content.. good luck. But the autor of the artwork wants (and deserves) a small compensations for his work. It would be wonderful, if Nxt could help with this.

█████████████████████████████████████████████████
███████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
██████████████████████████████████████████████████████
█████
█████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████
███████████████████████████████████████████████████████
█████████████████████████████████████████████████████████████
███████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████████
   
, the Next platform.  Magis quam Moneta (More than a Coin)
allwelder
Legendary
*
Offline Offline

Activity: 1512
Merit: 1004



View Profile
February 25, 2014, 06:47:25 AM
 #37267

NXT users should be rewarded for forging or running a node.  How about after fractional amounts are implemented, we split the transaction rewards 50/50 between the account forging and the NXT nodes that are hallmarked.  Every time a block is found, half of the transaction fees are credited evenly to the hallmarked nodes.

Let's say 1000 hallmarked nodes are on the network.  A block is found that has 10 NXT transaction fee.  The forging account gets 5 NXT.  The other 5 NXT gets divided up and distributed to the 1000 accounts running on hallmarked nodes.  Each node's hallmarked account would get 5/1000 = 0.005 NXT.  The 0.005 NXT would not be broadcast as a transaction, but simply credited to the account.

This would allow smaller accounts to provide a service for NXT, running a node, and get rewarded consistently at the same time.

I do not think accounts should be penalized for not forging.  NXT should reward people and not penalize them.
agree,
should reward the forging node,but without penalized no forging people.

 
                                . ██████████.
                              .████████████████.
                           .██████████████████████.
                        -█████████████████████████████
                     .██████████████████████████████████.
                  -█████████████████████████████████████████
               -███████████████████████████████████████████████
           .-█████████████████████████████████████████████████████.
        .████████████████████████████████████████████████████████████
       .██████████████████████████████████████████████████████████████.
       .██████████████████████████████████████████████████████████████.
       ..████████████████████████████████████████████████████████████..
       .   .██████████████████████████████████████████████████████.
       .      .████████████████████████████████████████████████.

       .       .██████████████████████████████████████████████
       .    ██████████████████████████████████████████████████████
       .█████████████████████████████████████████████████████████████.
        .███████████████████████████████████████████████████████████
           .█████████████████████████████████████████████████████
              .████████████████████████████████████████████████
                   ████████████████████████████████████████
                      ██████████████████████████████████
                          ██████████████████████████
                             ████████████████████
                               ████████████████
                                   █████████
.CryptoTalk.org.|.MAKE POSTS AND EARN BTC!.🏆
fmiboy
Full Member
***
Offline Offline

Activity: 189
Merit: 100


View Profile
February 25, 2014, 06:47:45 AM
 #37268

please send some testNxt: 17102884928221738157

thanks
abctc
Legendary
*
Offline Offline

Activity: 1792
Merit: 1038



View Profile
February 25, 2014, 06:59:42 AM
 #37269

please send some testNxt: 17102884928221738157
- 5k testNXT sent.

█████████████████████████████████████████████████
███████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
██████████████████████████████████████████████████████
█████
█████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████
███████████████████████████████████████████████████████
█████████████████████████████████████████████████████████████
███████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████████
   
, the Next platform.  Magis quam Moneta (More than a Coin)
swartzfeger
Full Member
***
Offline Offline

Activity: 350
Merit: 100


View Profile
February 25, 2014, 07:00:15 AM
Last edit: February 25, 2014, 07:24:12 AM by swartzfeger
 #37270

I go on a road trip for a day and looks like I missed a giveaway. Smiley

Looks like I also missed a lot of talk about PoS, penalizing accounts, proof-of-commitment... a *lot* to digest.

Wesley -- it appears that the Mac client still doesn't play nice with the changes made in 0.8.x? I accidentally auto-updated to 0.8.e, and now I've got to redownload and downgrade to 0.7.5. Do you have a timeframe for 0.8.x compatibility?

testNXT, please? Smiley  11369639962571180006
2Kool4Skewl (OP)
Sr. Member
****
Offline Offline

Activity: 644
Merit: 250



View Profile WWW
February 25, 2014, 07:15:27 AM
 #37271

NXT users should be rewarded for forging or running a node.  How about after fractional amounts are implemented, we split the transaction rewards 50/50 between the account forging and the NXT nodes that are hallmarked.  Every time a block is found, half of the transaction fees are credited evenly to the hallmarked nodes.

Let's say 1000 hallmarked nodes are on the network.  A block is found that has 10 NXT transaction fee.  The forging account gets 5 NXT.  The other 5 NXT gets divided up and distributed to the 1000 accounts running on hallmarked nodes.  Each node's hallmarked account would get 5/1000 = 0.005 NXT.  The 0.005 NXT would not be broadcast as a transaction, but simply credited to the account.

This would allow smaller accounts to provide a service for NXT, running a node, and get rewarded consistently at the same time.

I do not think accounts should be penalized for not forging.  NXT should reward people and not penalize them.

Assuming the NXT network is at 10% utilization, each block will have 25.6 NXT transaction fees.  ( 256 tx per block * 1 NXT tx fee * 10% = 25.6 NXT)  Half of this, 12.8 NXT, gets rewarded to the hallmarked nodes' accounts supporting the network.  At one block per minute, 18432 NXT will be distributed to all hallmarked node accounts per day assuming 10% network utilization.  If there are 1000 hallmarked nodes on the network, each node will earn 18.432 NXT per day and 6727.68 NXT per year.

As more transactions are issued on the network, more hallmarked nodes will come on-line to partake in earning the node reward.


                      ▄████████▄
                  ▄████████████████▄
             ▄██████████████████████████▄
      ▄███████████████████████████████████████▄
 ███████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
 ███████████████████████████████████████████████████
 ███████████████████████████████████████████████████
 ███████████████████████████████████████████████████
  █████████████████████████████████████████████████
   ███████████████████████████████████████████████
   ███████████████████████████████████████████████
    █████████████████████████████████████████████
     ███████████████████████████████████████████
      █████████████████████████████████████████
       ███████████████████████████████████████
        █████████████████████████████████████
         ███████████████████████████████████
          █████████████████████████████████
           ▀█████████████████████████████▀
             ▀█████████████████████████▀
               ▀█████████████████████▀
                 ▀█████████████████▀
                   ▀█████████████▀
                      ▀███████▀
TRUSTEE 
wesleyh
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
February 25, 2014, 07:25:18 AM
 #37272

Hey guys,

To those that have tried my web client http://nxtra.org/nxt-client ; A beta version is now available for download here:

http://nxtra.org/nxt-client/dev.zip

Unzip, move the dev folder to nxt/html/tools/dev

Then go to http://localhost:7876/dev

This is assuming you have 0.8.1e installed (it will not work correctly on older versions!) - do not try

I suggest you connect to TestNet first though; in the upper left corner you can switch between TestNet and localhost. Try everything out in TestNet first, when you are comfortable you can connect locally. There may still be errors in the code, it's a beta after all.

Not everything is done yet, and Internet Explorer is completely untested. I suggest you use either chrome/firefox or safari for now.

Also need to do some more interactive updating after submission of forms, etc.

if you want, you can send me a message there via the alias wesleynxt (just open the send message dialog and type wesleynxt in the account field). Messages are not yet encrypted.

Let me know what you think.


I have the active 0.8.1.e client and I can not connect through the client file :/ / / C :/ nxt / html / tools / dev / dev / index.html #

You should put it at tools/dev not tools/dev/dev (but it shouldn't matter).

You are acessing it through http://localhost:7876/dev/ right? Do not double click on index.html as it will open via file:// which does not work.

Go! Google Chrome could not find the page localhost: 7876.

Have you just clicked the link here:

http://localhost:7876/dev/

That should work, otherwise your java may not be running. Check if http://localhost:7875 works

Anyway, I'm off, will answer questions later.

Go! Google Chrome could not find the page localhost: 7875
java is working because nrs client 8.0.1e is working well

How do you know 8.0.1e is working if you can't access http://localhost:7875 ?
ChuckOne
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250

☕ NXT-4BTE-8Y4K-CDS2-6TB82


View Profile
February 25, 2014, 07:35:46 AM
 #37273

I don't know much about programming these days, but I think this could be a killer app if implemented correctly.  The cryptocurrency that it gets attached to could be the de facto for content rights management and payment.  This would seriously enhance the worth of the cc (cryptocurrency) that it is tied to by many factors IMHO.

The community had a similar idea, too. NXTopia it's called where story writers get royalties/incentives for good stories.

Key difference is: some part of that story is heavily tied to NXTopia itself. That is, it is playable and only usable within NXT(opia).

For real-world assets like pictures/movies etc., it is different. NXT would have the same effect as regular DRM. It can be broken easily.

This does not necessarily mean it's bad idea. I recommend go for it but keep in mind that people at most want to support the creative authors if at all but never want to pay to 'performing right society' aka NXT-DRM. Another thing: once somebody bought a picture from an author via NXT, there is no way back. The picture can be redistributed at will buy the buyer.

So, I would rather like to see a incentive and rewarding system for artists and authors.
ChuckOne
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250

☕ NXT-4BTE-8Y4K-CDS2-6TB82


View Profile
February 25, 2014, 07:37:27 AM
 #37274

I just wanted to ask if it would be possible to introduce a dynamic fee scheme? I heard today that bitcoin will implement this in the future.

Basically that means, that if there are few transactions the fee drops, if the number goes up, so does the fee.

What's the purpose?
jl777
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
February 25, 2014, 07:45:01 AM
 #37275

Interesting, I could see many coins being built with this model in mind, a coin that provides a service, paid for in Nxt, and mined to keep the network strong.

Please note that just "running a node" is not the same as "forging" in terms of "protecting the network".

Although it can help with things like DDoS and for those that are blocked from accessing IP addresses the most important work is that done by "forging nodes" as only those nodes are "confirming transactions".

I am confused again. I thought that all you had to do to forge was to have your account unlocked. Also, in order to make API calls that you have to have your account unlocked. If this is not the case, I will just make it so that forging is enabled by default when you are "mining" NXTcoins.

Wouldnt that be "protecting the network"?

James

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
ChuckOne
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250

☕ NXT-4BTE-8Y4K-CDS2-6TB82


View Profile
February 25, 2014, 07:47:41 AM
 #37276

Quote
But maybe the REAL key here to prevent forging centralization in the first place is to make forging as an end UNPROFITABLE.

You hit the nail straight on the head with this one, opticalcarrier.

That need some time. Services will be built on top of NXT. The providers and stakeholders of these very services need to be very very sure that NXT is and stay secure and stable.

Until we have at least 10,000 service nodes, we need forging nodes. And even then, reducing the forging-only nodes must be done very slowly and carefully not to scare service providers away.

It's like a chicken-and-egg problem. No nodes => no security => no services => no nodes.

Forging-only nodes solve that in the beginning.
redsn0w
Legendary
*
Offline Offline

Activity: 1778
Merit: 1042


#Free market


View Profile
February 25, 2014, 07:48:54 AM
 #37277

please send some testNxt: 17102884928221738157

thanks

I go on a road trip for a day and looks like I missed a giveaway. Smiley

Looks like I also missed a lot of talk about PoS, penalizing accounts, proof-of-commitment... a *lot* to digest.

Wesley -- it appears that the Mac client still doesn't play nice with the changes made in 0.8.x? I accidentally auto-updated to 0.8.e, and now I've got to redownload and downgrade to 0.7.5. Do you have a timeframe for 0.8.x compatibility?

testNXT, please? Smiley  11369639962571180006


I've sent you 5K TestNxt Wink. Enjoy it
bitcoinpaul
Hero Member
*****
Offline Offline

Activity: 910
Merit: 1000



View Profile
February 25, 2014, 07:49:59 AM
 #37278

I just wanted to ask if it would be possible to introduce a dynamic fee scheme? I heard today that bitcoin will implement this in the future.

Basically that means, that if there are few transactions the fee drops, if the number goes up, so does the fee.

if I understand nxt correctly,, this is not going to happen in nxt. See it was built on a very different idea. the fees in my opinion should be 0.01 forever.

- lophie

Tell me please why did you come to such a conclusion?
2Kool4Skewl (OP)
Sr. Member
****
Offline Offline

Activity: 644
Merit: 250



View Profile WWW
February 25, 2014, 07:54:42 AM
 #37279

Interesting, I could see many coins being built with this model in mind, a coin that provides a service, paid for in Nxt, and mined to keep the network strong.

Please note that just "running a node" is not the same as "forging" in terms of "protecting the network".

Although it can help with things like DDoS and for those that are blocked from accessing IP addresses the most important work is that done by "forging nodes" as only those nodes are "confirming transactions".

I am confused again. I thought that all you had to do to forge was to have your account unlocked. Also, in order to make API calls that you have to have your account unlocked. If this is not the case, I will just make it so that forging is enabled by default when you are "mining" NXTcoins.

Wouldnt that be "protecting the network"?

James

If you have your node running, but don't have any NXT, you are not securing the blockchain.


                      ▄████████▄
                  ▄████████████████▄
             ▄██████████████████████████▄
      ▄███████████████████████████████████████▄
 ███████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
 ███████████████████████████████████████████████████
 ███████████████████████████████████████████████████
 ███████████████████████████████████████████████████
  █████████████████████████████████████████████████
   ███████████████████████████████████████████████
   ███████████████████████████████████████████████
    █████████████████████████████████████████████
     ███████████████████████████████████████████
      █████████████████████████████████████████
       ███████████████████████████████████████
        █████████████████████████████████████
         ███████████████████████████████████
          █████████████████████████████████
           ▀█████████████████████████████▀
             ▀█████████████████████████▀
               ▀█████████████████████▀
                 ▀█████████████████▀
                   ▀█████████████▀
                      ▀███████▀
TRUSTEE 
bitcoinpaul
Hero Member
*****
Offline Offline

Activity: 910
Merit: 1000



View Profile
February 25, 2014, 07:54:58 AM
 #37280

I think we need an incentive to forge right now. And that's gonna happen with fees. They will decline in time and eventually disappear completely for a fully functional Skynxt, I mean, Nxt network.

Now about spam prevention:
What about the idea of combining hash cash and fees?
Pages: « 1 ... 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 [1864] 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 ... 2557 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!