Jump to content

[Help] How to make a top Engine ?


TitanDD

Recommended Posts

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

Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock