TitanDD Posted May 6, 2009 Posted May 6, 2009 What I mean is How can I make a Top Site Like l2top200 can I get a ready engine from somewhere ? Just Curious ... Thx ahead ^^
† VaiÑ™ ♥ Posted May 6, 2009 Posted May 6, 2009 ready engine ??hmm nah , i don't think so.. at least i haven't seen an engine like that to be shared somewhere b4..
DragonHunter Posted May 7, 2009 Posted May 7, 2009 some tips to create a website like that Languages you must use: PHP, HTML, CSS, SQL Requirement: SQL Server like Mysql - a good host What your SQL Server must have as tables: Table: users id - INT Auto Increment username - String - lenght:50 password - String(Sha1) - lenght:50 email - String - lenght:255 Table: Top id - INT Auto Increment username - String - lenght:50 Site_name - String - lenght:50 site_banner - String - lenght:50 site_description - String - lenght:300 votes - INT ............. and more if you want The first thing you can start creating a website is making first a design in photoshop and if it looks very good like a realy good website then you can make the design to php, html, css for example for css #container { width:800px; height: 800px; margin: 0 auto; background-color:FFFFFF; } thats a good start, Goodluck :) simplest way to show the best server at the top of the page is using the function 'While' in PHP and using a query that will show the highest number of votes at the top
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now