| |
|
Welcome to KnowledgeSutra - Dear Guest | |
Help Me By Reviewing My Website
Started by Samleeuwenburg, Mar 21 2010 03:11 PM
7 replies to this topic
#1
Posted 21 March 2010 - 03:11 PM
Hey guys, I made this website to learn php but I also have use it for an intake at my new school. Design is not counted but the php and mysql use is.
I love getting feedback from people who are php programmers themselfs and feedback from users,
Can you guys please test my webpage and leave some feedback for me? It will be very usefull for me to finish the webpage!!
Thnx alot!!
Website : http://www.zennized.trap17.net
I love getting feedback from people who are php programmers themselfs and feedback from users,
Can you guys please test my webpage and leave some feedback for me? It will be very usefull for me to finish the webpage!!
Thnx alot!!
Website : http://www.zennized.trap17.net
#3
Posted 22 March 2010 - 11:40 AM
truefusion, on Mar 22 2010, 02:35 AM, said:
I suppose in some important areas you have filtered the input, but you seem to have forgotten about $_GET. I haven't tried all the pages, but this page allows for arbitrary HTML (don't worry, it is just Google
—but it could have been worse).
first of all thanks alot for helping out, I don't really get what this means though.. Does this mean every page I use the GET function is unsafe? How can I fix this? Because I still want to use the get function so you can bookmark the page or link it.
For example when u click on a quote it uses it's id to load the right quote from the database with the get function
#4
Posted 22 March 2010 - 01:42 PM
truefusion, on Mar 22 2010, 02:35 AM, said:
I get it now. In my php script I echo the ?q= from the link, so that means you can write any html in there. what is good way to prevent this?
for numbers I could do a check if its a number or not. but if its a word like the category.php page uses what could i use to prevent html use?
#6
Posted 24 March 2010 - 01:15 AM
Samleeuwenburg, on Mar 22 2010, 09:42 AM, said:
I get it now. In my php script I echo the ?q= from the link, so that means you can write any html in there. what is good way to prevent this?
for numbers I could do a check if its a number or not. but if its a word like the category.php page uses what could i use to prevent html use?
for numbers I could do a check if its a number or not. but if its a word like the category.php page uses what could i use to prevent html use?
$_GET = array_map("strip_tags", $_GET);
#7
Posted 25 March 2010 - 04:53 AM
I'm not a PHP Programmer so I won't be able to give you a feedback regarding how it might have been set up. I could, however, provide some pointers to better the design of your site.
The site's color is simple. And since you're posting quotations, I would suggest adding more designs to it. Not the very flashy ones. Maybe some swirls here on the header and a small version of it on the footer. I would also suggest losing the gradient-tube effect of the navigation bar. For easier identification, putting a :hover effect and/or :active effects on the navbar will significantly increase the appeal of the website - inverting the colors is simple but would be sufficient.
All in all, you have a good starting point for a design. Put more detail and you're good to go.
The site's color is simple. And since you're posting quotations, I would suggest adding more designs to it. Not the very flashy ones. Maybe some swirls here on the header and a small version of it on the footer. I would also suggest losing the gradient-tube effect of the navigation bar. For easier identification, putting a :hover effect and/or :active effects on the navbar will significantly increase the appeal of the website - inverting the colors is simple but would be sufficient.
All in all, you have a good starting point for a design. Put more detail and you're good to go.
Reply to this topic

1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users














