Results 1 to 6 of 6

Thread: Need Reviews

  1. #1
    Join Date
    Jul 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Need Reviews

    Hello There,

    Basically I need reviews on my project. It's a CMS project which I started last September. Reviews that are related to coding not design. I will ignore comments relating to design.

    http://synfyre.net/

    Cheers!,
    -n1tr0b

  2. #2
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    all we can see is the design.

    if you want comments on the coding, you need to make the code available.

  3. #3
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    You're generating your keyword meta tag incorrectly

    Code:
    <meta name="keywords" content"hacking, coding, developing, php, security, help, downloads, domains, yahoo" />
    should be

    Code:
    <meta name="keywords" content="hacking, coding, developing, php, security, help, downloads, domains, yahoo" />
    As traq said all we can see is the design (HTML/CSS) of your site. If that is what you want reviewed this is in the wrong category.
    Corrections to my coding/thoughts welcome.

  4. #4
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    also, you don't specify your character encoding, which important for both parsing/rendering and security reasons.

  5. #5
    Join Date
    Jul 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I will take note of that guys thank you. Alright here is the code for the forum module

    http://synfyre.net/index.php?mdl=forum
    Code:
    http://pastebin.com/4zByJryV

  6. #6
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    that's just the forum page. you can't see the source of a php script online; all you can see is the output. you'd need to provide a text copy. Since this is (likely) a very large collection of scripts, it might be better if you provided code related to any specific questions you might have.

    If this is a mod of an existing cms/forum system, you might provide a link to the cms's website and detail the changes you made. If it's your own original work, and you want a serious review of what you've built, you might ask for volunteer reviewers and make the entire software available to them to test.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •