http://www.devdreams.com/reviews - Take a look :)
Still got some improvements and also need to add a submission form :)
See other thread for more information about it
phew... im happy that you said on-going - Im not too sure how to make it so it would get reset monthly :)
I will see what I can do :)
Ill also try to add a feature where people can put a small poll thing on their sites where their visitors can cast…
yeah that sounds fine
Should it have extra sections such as product reviews... or something alike?
Also should it be reset on a monthly basis or something or should it just accumulate ratings?
If I get time Ill start coding it tonight
Today/Yesterday ive added the following features:
> Webmaster Resource Directory http://www.devdreams.com/resources
> Tutorial comment system
> Article comment system
About this site review thing - what could it be called? By this I mean …
In the past Ive paid quite a bit on advertising - mainly for this site. My biggest expense was Google Adwords where I paid quite a lot.
At the moment though Im not paying for any advertising or anything alike.
I have just added a new feature to it...
Upon submitting a site you are presented with a link. Each time someone visits that link your submission is awarded one point. The links with the most points are placed at the top of the listings page.
Ori…
@ strangedar - I was actually thinking about something like this... Where visitors would vote on a scale of 1-5 of how good they thought the site was... Then at the end of each month the winner would be posted on the site somewhere and then all the …
it was either 3 or 4 more explosions and only one person was injured as you said.
Its just crazy for someone to think that hurting others can resolve anything.
nah w3wchools would be useless for this sort of thing
You could use a swicth statement where you would have cases.
Or just a series of if statements.
Heres an example:
[PHP]if(!$variable){
die("You did not select an option");
}
if($va…
You need to put something like this into a .htaccess file:
RewriteEngine OnRewriteRule ^category-(.*).html/$ /listarticles.php?category=$1 [L]
Try that :)
Ok...
Just edit the following variables and upload to your server just to test if you are connecting using the right details. If not then its a problem with WordPress itself.
[PHP]<?php
$server = "localhost";
$dbuser = "username…