Felix · Junior Member

About

Username
Felix
Joined
Visits
0
Last Active
Roles
Registered Users
Thanked
0
Badges
0

Comments

  • (Quote) Thanks. :) And you're right, grid project is NOT a link farm. Anyone who thinks so needs to do this a few times --> :banghead:
  • 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
  • It is back up guys and seems to be working splendidly. Check it out ^_^
  • 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…
    in Grid Project Comment by Felix July 2006
  • 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…
  • Yes there is. After user has successfully logged in you need to do: [PHP] header("location: " . $_SERVER); [/PHP] :D
  • (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…
  • Simply add the value attribute to the input tag like so. [HTML] <input type="radio" value="qty" name="qty"> [/HTML] ;)
  • 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…
  • You already know what I think. It's an excellent website and a great resource for programmers and coders. :D
  • 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 again. :)
  • http://www.daveparr.com/v2/ I have started a redesign guys. Its only in early stages but keep track of it and tell me what you think. :D
  • Yeah the link is down for me too. :(
  • (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…
    in php ?id= Comment by Felix November 2005
  • 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
  • Well you would query the database and then simply loop through the result set using while() and then output your data....
  • 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…
  • (Quote) Far from it. The syntax between Visual Basic and C#, C++ is completely different. PHP syntax is actually closer to C++. :D
  • Thanks guys. :)
  • Yes this is good idea as you're offering more services, thus making your site more appealing. :)
  • 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…
    in hi guys Comment by Felix August 2005
  • I will build this system for you if you want...