Log in

View Full Version : Need Reviews



Xrop
07-27-2011, 05:22 AM
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

traq
07-27-2011, 10:21 PM
all we can see is the design.

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

bluewalrus
07-27-2011, 11:27 PM
You're generating your keyword meta tag incorrectly


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

should be


<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.

traq
07-27-2011, 11:48 PM
also, you don't specify your character encoding, which important for both parsing/rendering and security reasons.

Xrop
07-29-2011, 11:31 AM
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


http://pastebin.com/4zByJryV

traq
07-29-2011, 02:21 PM
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.