I 100% agree with the article. The mentioned advertising solutions in the article only ever damage a site's revenue and traffic in the long run.
Come on guys this is why the grid project needs your help!!
(Quote)
Two sign ups at the moment (one is a test.)
http://daveparr.com/ - My website. Few the grid in the SOME IMPROVEMENTS section for now (Will move it later).
http://daveparr.com/gaston/gastongrid.html - A test account!
:D
Well you can compete but you need to have a lot of patience, a rather high amount of money to invest and offer something that other hosting companies don't. There is just one problem, what can you offer? Prices are already ridiculously cheap ($6.95 …
Thanks for the reply Nuvo. :)
I will be coding user panels so that people can make more changes to their grid such as ranking (sites must have a certain ranking in order to appear on said grid), their main image and grid version (text based and ima…
Hey (it's been a while peeps ^_^), I know this is a bit of a late reply but...
Using the method shown above is not secure at all. All you are doing is redirecting the user to the blogentry.php file. If you want to prevent access to the blogentry.ph…
(Quote)
Yeah well it doesn't hurt to give it a try seeing as it is free. If you don't like you can always switch over. Why waste money on a license for vbulletin or IPB when you can have an alternative free system instead. ;)
(Quote)
What one? Both of those two I suggested can easily be customised. They may not look the best but they have excellent functionality, security and features. :D
Don't bother wasting your money. There is an excellent free forum system that is much better than the likes of vBulletin and IPB.
http://www.simplemachines.org
SMF is fantastic. :)
Edit: Also if you don't like SMF check out http://www.birdboard.o…
The reason any image won't show up is because it can't be found. Are you sure that the correct path to the images is "Images"? Don't forget that its case-sensitive so make sure to check its not spelt "images" or something similar…
Its because you forgot to set an expiration time for your cookie.
[PHP]
setcookie("uname", $_POST);
[/PHP]
SHOULD BE SOMETHING LIKE:
[PHP]
setcookie("uname", $_POST, time() + 72000);
[/PHP]
All you have to do is something similar to the following, just change the style to suit your needs..
select { background-image: url('linktoimage'); color: #000000;}option{ background-image: url('linktoimage'); color: #000000;}
What problem are yo…
(Quote)
Thanks a lot. My site shall officially be finished in around January - February 2006. I have coded about 40% right now but with christmas coming up I won't be able to find the time to fully complete it before then. :)
Ok just a few things to help you. You should consider using switch() in the future instead of using lots of if, else conditional statements.
[PHP]
// Switch example
$var = "1234";
switch($var)
{
// Is var 2222?
case "2222":
// Ex…
Oops I completely forgot about this. >_<
How about talking to me on MSN or something dude? I'll show you something I have made and then you can tell me if thats what you are aiming for. :D
Oh yeah sorry I forgot to mention that you need to check if the current checkbox value is empty. Simply add this code below the foreach statement in the delete script.
if(empty($box))
{
// SIMPLY DO NOTHING
} else {
// EXECUTE OTHER CODE HERE
}
:D
Hmm I think I understand what you want. Being able to select articles by clicking on a checkbox and then those selected will be deleted, right? First of all setup your form and checkboxes, making sure the names of the checkboxes are all the same but…
Welcome. As Nuvo and CBG mentioned it would be nice to know more about you. And preferably it would be nice to see you use a bit better grammar and punctuation. I guess its cool though as long as you don't spam or act to noobish. I know many communi…