Website

Page 1 of 2 12 LastLast
Results 1 to 15 of 23
  1. #1
    Valued Member Lifeles5 is offline
    MemberRank
    Mar 2008 Join Date
    147Posts

    Website

    I was really bored these days so I started to work on a website.
    Design is ready, all I need to do is code it.

    http://img195.imageshack.us/i/previewuu.jpg/

    It will have the following features:

    Basic function like registration etc (of course)
    More advenced ranking, like KDR, EXP, KILL etc...
    Self coded forum with similar style
    Clan page, where you can make recruitments, accept recruitments (add clan member), delete clan member etc..
    Fully customizable clan page
    Support ticket system
    Webshop ( of course again)

    [UPDATE 2010.05.30. 00:05 :)]
    I was a little busy so dont except too much.
    List of what is finished:
    Login
    Registration in modal box
    Download page in modal box
    Server Status
    Quick Rankings on index
    Support ticket system
    Username recovery via e-mail
    Password recovery via e-mail
    Sending welcome e-mail after a successful registration
    [/UPDATE]

    [UPDATE 2010.05.30 21:45]
    Search for Character
    Search for Clan
    Character Info Panel
    Clan Info Panel
    [/UPDATE]


    If you dont like it i dont care....
    It's just a preview, i havent decided yet if it will be downloadable or not.

    Good day.
    Lifeless
    Last edited by Lifeles5; 30-05-10 at 09:45 PM.


  2. #2
    Valued Member Way[2]Death is offline
    MemberRank
    Apr 2010 Join Date
    130Posts

    Re: Website

    Looks good :) Great work man ;)

  3. #3
    Account Upgraded | Title Enabled! aishkterry1 is offline
    MemberRank
    Dec 2008 Join Date
    309Posts

    Re: Website

    Looks good. Join our server.

    http://forum.ragezone.com/f115/gunz-...eapons-663403/

    What size is the page?

  4. #4
    Valued Member Lifeles5 is offline
    MemberRank
    Mar 2008 Join Date
    147Posts

    Re: Website

    Quote Originally Posted by aishkterry1 View Post
    Looks good. Join our server.

    http://forum.ragezone.com/f115/gunz-...eapons-663403/

    What size is the page?
    No ty D:D

    Minimum width is 1024px

  5. #5
    Account Upgraded | Title Enabled! Guy is offline
    MemberRank
    Apr 2009 Join Date
    919Posts

    Re: Website

    Quote Originally Posted by Lifeles5 View Post
    I was really bored these days so I started to work on a website.
    Design is ready, all I need to do is code it.

    http://img23.imageshack.us/f/img23/4...tepreviews.jpg

    It will have the following features:

    Basic function like registration etc (of course)
    More advenced ranking, like KDR, EXP, KILL etc...
    Self coded forum with similar style
    Clan page, where you can make recruitments, accept recruitments (add clan member), delete clan member etc..
    Fully customizable clan page
    Support ticket system
    Webshop ( of course again)


    If you dont like it i dont care....
    It's just a preview, i havent decided yet if it will be downloadable or not.

    Good day.
    Lifeless
    Don't forget to include:

    • Sanitization of user input to prevent differing forms of SQL injection (Whichever the data is being inserted into; the default escape character for Microsoft SQL is a single quote, for Oracle there isn't an "official" one, but unofficially on default install it's a back slash, and on MySQL it's a backslash). Also, sanitize data for cross-site scripting attempts, among other possible attacks through injecting malformed data.
    • Support for permissions, enforcing of permissions before completing a privileged action.
    • Restrict the number of query-intensive actions a user can complete per time limit (Suggestion: Make this a configurable setting on a per-action basis).
    • In the web-shop, for validating orders, make use of PayPal's IPN system, or the equivalent for whatever ecommerce system you choose to use.
    • Store user passwords in a hashed form, don't communicate sensitive information such as a password in plaintext.
    • If you're using sessions, then authenticate a user's session by using a random value, unrelated to the user's password or other sensitive information.


    Just a basic security outline you should follow. The above I would say is a bare minimum if you intend on doing something so extensive as a full-blown forum (Products such as phpBB, SMF, vBulletin, IPB, etc. still have security vulnerabilities despite some existing for decades), an ecommerce shop, and your own ticket support system. These are all potentially massive projects, and trying to build each one at once, securing them in the process, and then testing them all at once. If you're hoping to do a decent job on your own working part-time, you could spend anywhere from 3 months (Shoddy) to 1.5 years (Decent).

    I would stick to working on your design, strictly as a template.

    Pros:

    • Banner is evenly balanced, the space inbetween the figures against an even-colored background makes a great spot for your text, "Gunz The Duel".
    • The navigation bar looks fine, the use of an emblem looks well on the page (Though, you misspelled "Community").
    • The footer fits well, it blends in, and it provides all the information it should (And the resized, plain links for navigation was a good choice).


    Cons:

    • Three-column layout looks cramped, considering how unnecessary some of the content is, couldn't this be fit to two-column, or even one (With information such as rankings spread across more than one page)?
    • The gradient font looks bad in many places, such as the "User Guide" button.
    • The lowercase title in the boxes in the second, middle column doesn't stand out well; maybe capitalize it, as is usually done for showing the title of a section (e.g. Look at a typical resume for example).
    • User Guide is listed in the navigation bar and as that giant button; maybe it should only be in one place, otherwise it's redundant.
    • The YouTube link is irrelevant, unless it's supposed to link to the webpage author's YouTube, in which case maybe it should signify that more clearly.
    Last edited by Guy; 26-05-10 at 04:37 PM.

  6. #6
    Valued Member Lifeles5 is offline
    MemberRank
    Mar 2008 Join Date
    147Posts

    Re: Website

    Guy!

    Thanks for your suggestions. I fixed some bugs :).

  7. #7
    Account Upgraded | Title Enabled! Guy is offline
    MemberRank
    Apr 2009 Join Date
    919Posts

    Re: Website

    Quote Originally Posted by Lifeles5 View Post
    Guy!

    Thanks for your suggestions. I fixed some bugs :).
    Any time. (:

  8. #8
    Account Upgraded | Title Enabled! 00niels00 is offline
    MemberRank
    Sep 2008 Join Date
    The NetherlandsLocation
    1,041Posts

    Re: Website

    Quote Originally Posted by Guy View Post
    Don't forget to include:

    • In the web-shop, for validating orders, make use of PayPal's IPN system, or the equivalent for whatever ecommerce system you choose to use.
    I've tried this on my own web. But can't get it working. It doesn't redirect to my notify_url. Maybe this is caused because I've tested on a freeweb host which doesn't support ssl.

  9. #9
    Account Upgraded | Title Enabled! Guy is offline
    MemberRank
    Apr 2009 Join Date
    919Posts

    Re: Website

    Quote Originally Posted by 00niels00 View Post
    I've tried this on my own web. But can't get it working. It doesn't redirect to my notify_url. Maybe this is caused because I've tested on a freeweb host which doesn't support ssl.
    You can use it without SSL, just disable the encryption function setting in the IPN module.

  10. #10
    Enthusiast Hanguk is offline
    MemberRank
    Jan 2010 Join Date
    ChangwonLocation
    40Posts

    Re: Website

    Good luck for your website ( 8/10 )

  11. #11
    Software Engineer Evil[]Power is offline
    MemberRank
    Apr 2010 Join Date
    Look behind...Location
    1,191Posts

    Re: Website

    Nice work man 10/10

  12. #12
    Account Upgraded | Title Enabled! llMafiall is offline
    MemberRank
    Dec 2009 Join Date
    SumwhereeLocation
    610Posts

    Re: Website

    That's lovely, hopefully you could make someone happy with it :)

  13. #13
    I am THE DON Joe9099 is offline
    MemberRank
    Jan 2007 Join Date
    England, UkLocation
    3,655Posts

    Re: Website

    Well if anyone needs a paypal system i got working then PM me, i also had same problem as you 00niels00, but i finally found a way >.<

    BTW nice site, looks very good

  14. #14
    Apprentice LegendSAGE is offline
    MemberRank
    May 2010 Join Date
    21Posts

    Re: Website

    Looks awesome dude you gone release it ?

  15. #15
    Proficient Member EvilControl is offline
    MemberRank
    May 2010 Join Date
    RaGEZONELocation
    189Posts

    Re: Website

    goood 100/10



Page 1 of 2 12 LastLast

Advertisement