Jump to content

Maq

Administrators
  • Posts

    9,363
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Maq

  1. FYI to loop through an array do this: foreach($Restrict as $value) { $Filename = eregi_replace($value,"", $_FILES['uploadedfile']['name']); echo $value; }
  2. Haha funny idea, but I have a feeling that some people may cheat... Edit (Daniel0): Fixed bbcodes.
  3. Wild guess but I think because the first parameter of this function takes in a string not an array. So you would have to loop through the array and pass in every string.
  4. Yes, I see what you mean and agree with you. People would abuse the system b/c they care about getting their precious gold star. Although, it would be nice to know what level the person that is helping you is at. Since the current ranks are manually picked there are a lot of helpful people on these forums that aren't chosen. Maybe there could be a combination of multiple things to get certain stars. Like posts, karma points, topics started, etc... and certain combinations reward certain stars. Just a thought...
  5. Of course it will. I guess you could argue that it could be equal but that would almost never happen...
  6. So no more karma or stars? Or is this in discussion...?
  7. Well, you asked what the main site is and you said that this site is just an SMF install... Yes, sorry I just have the forums part bookmarked so that's what I'm used to seeing first .
  8. Suggestion, if you use this query a lot you should really create another table that keeps track of monthly votes for each person and maybe some other statistics and use the userid as a primary. Have you attempted anything yet? If so, can you post it.
  9. Seems like you don't have a header on most of the styles. I see one header and it's with the black background, but it's very fuzzy and unattractive.
  10. Hehe, don't you want to have a platinum star next to your name?!
  11. Haha that's funny. LISP does have a lot of parentheses, which is very annoying. But I hear it's a very powerful language that can accomplish a lot in a short amount of code, if you know what you're doing. I was just wondering about the major benefits of this language and some solid unbiased reasons why it's actually good to learn (besides recursion). Thanks.
  12. Point system would be cool, something like Sun's forums with the different color stars you get for a certain amount of duke star points.
  13. Yes, still a community. IRC Chat, forums links, blogs, tutorials... I still consider this a community all around.
  14. [quote]Your English is better than about half the people here.[/quote] That's sad...
  15. Because you need to loop through the return of the query... Change: $row_rstrial = mysql_fetch_assoc($rstrial); To: while($row_rstrial = mysql_fetch_assoc($rstrial)) {
  16. What's the "main site"? All I see is a SMF forum here with a couple mods. I agree with shank that a forum is a community. To create a forum is quite simple, and there are many free ones out there. I think there is a sticky, or at least a topic, on peoples' opinions on best forums. There are many engines that provide you with online communities it just depends on what you're looking for. And of course, most of the good ones aren't free ;/
  17. Is there a quick and easy way to check what position you rank for certain keywords without going through the results manually?
  18. I'm taking a class for non-imperative languages and the majority of the class involves LISP. My professor suggested that LISP is like learning Latin for speaking better English. You may never use LISP but it will make you a better programmer. Is this true? What are your thoughts?
  19. That's the best. You will always get what you want if you ask like this.
  20. Yeah sorry :-X I looked at his solution and thought he checked for numerics...
  21. Haha, wait... Are you serious?
  22. No, I think he meant numbers.
  23. Yes, check out sessions, and store the info in a database. User $_SERVER['REMOTE_ADDR']; to grab the IP of the user.
  24. This problem has been solved already.
  25. Huh? I don't understand what you're asking...
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.