d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > D2jsp Like Site
1234Next
Add Reply New Topic New Poll
Member
Posts: 21,424
Joined: Aug 18 2005
Gold: 1,459.69
Jan 3 2012 04:36pm
I was hoping to make a site with similar functionality to d2jsp. Does anyone know of any places where templates are available for something like this?

Also I was just wondering if someone with more experience in projects like these could give me some insight into what would be required to get a site like this functioning. Thanks.
Member
Posts: 24,488
Joined: Jul 11 2011
Gold: 1,272.50
Jan 3 2012 05:12pm
it's called

learning php

and html

mysql to

This post was edited by HighschoolTurd on Jan 3 2012 05:12pm
Member
Posts: 21,424
Joined: Aug 18 2005
Gold: 1,459.69
Jan 3 2012 05:52pm
Quote (HighschoolTurd @ Jan 3 2012 11:12pm)
it's called

learning php

and html

mysql to


Thanks. Is there a place where I could get some specific information for what I'm interested in? Or is there anyone with specific experience in doing something like this that could give me a push in the right direction perhaps for some fg?
Member
Posts: 32,925
Joined: Jul 23 2006
Gold: 3,804.50
Jan 3 2012 06:06pm
Quote (ggpwntthxbai @ Jan 3 2012 06:36pm)
I was hoping to make a site with similar functionality to d2jsp. Does anyone know of any places where templates are available for something like this?

Also I was just wondering if someone with more experience in projects like these could give me some insight into what would be required to get a site like this functioning. Thanks.


what does similar functionality mean? if you just want to make a forum, you dont need to do much (if any) coding. SMF and phpBB come to mind as free ones, theres also vBulletin and ipb.

i don't have any experience with them, so it's up to you to google them.
Member
Posts: 21,424
Joined: Aug 18 2005
Gold: 1,459.69
Jan 3 2012 06:13pm
Quote (carteblanche @ Jan 4 2012 12:06am)
what does similar functionality mean? if you just want to make a forum, you dont need to do much (if any) coding. SMF and phpBB come to mind as free ones, theres also vBulletin and ipb.

i don't have any experience with them, so it's up to you to google them.


Thanks for the response; I'll look into those. By functionality I'm referring to the gold system, including the secure transfer of gold.
Member
Posts: 2,736
Joined: Nov 28 2009
Gold: 34.00
Jan 4 2012 03:03am
just look into plugins to the mentioned forums and you will find a currency plugin somewhere
Member
Posts: 13,425
Joined: Sep 29 2007
Gold: 0.00
Warn: 20%
Jan 4 2012 11:28am
Quote (eagl3s1ght @ Jan 4 2012 05:03am)
just look into plugins to the mentioned forums and you will find a currency plugin somewhere


^this
Member
Posts: 21,424
Joined: Aug 18 2005
Gold: 1,459.69
Jan 4 2012 06:42pm
Quote (eagl3s1ght @ Jan 4 2012 09:03am)
just look into plugins to the mentioned forums and you will find a currency plugin somewhere


Quote (AbDuCt @ Jan 4 2012 05:28pm)
^this


Thanks, I'll look into this.
Member
Posts: 24,488
Joined: Jul 11 2011
Gold: 1,272.50
Jan 5 2012 02:55am
Quote (ggpwntthxbai @ 3 Jan 2012 17:13)
Thanks for the response; I'll look into those. By functionality I'm referring to the gold system, including the secure transfer of gold.


Gold system is easy to make.

add a column int 10 to your row, name it "gold"

use the number format from php to make the gold display how it does here, "1,000,00 gold" and bam.. u got a gold system, make a page to show the logs for each user/etc, really simple lol
Member
Posts: 2,736
Joined: Nov 28 2009
Gold: 34.00
Jan 5 2012 12:07pm
Quote (HighschoolTurd @ 5 Jan 2012 09:55)
Gold system is easy to make.

add a column int 10 to your row, name it "gold"

use the number format from php to make the gold display how it does here, "1,000,00 gold" and bam.. u got a gold system, make a page to show the logs for each user/etc, really simple lol


- give gold
- auctions
- gold log
- gold password

I'm not surprised that you didn't think long enough.
Go Back To Programming & Development Topic List
1234Next
Add Reply New Topic New Poll