Jump to content

phpfreak

Members
  • Posts

    507
  • Joined

  • Last visited

Everything posted by phpfreak

  1. Welcome! Glad to have you - you're in the right place!
  2. phpfreak

    hi

    Welcome! Glad to have you!
  3. Welcome! Glad to have you!
  4. The forums report 99,240 but the main site reports 100,030 members. Either way, that's freakin awesome!
  5. I'm pleased to announce that PHP Freaks broke through the 100,000 member mark last night ! Wahoo!
  6. Welcome to the site! It's a pleasure to have you!
  7. I would recommend you check out Cooliris or make one using jquery - there's a cycle plugin that works pretty well.
  8. Also, the facebook connect is mostly implemented - you can associate your account here: http://www.phpfreaks.com/forums/index.php?action=facebook
  9. Here's a Facebook page for PHPFreaks - feel free to join us: https://www.facebook.com/pages/PHP-Freaks/280950371965616 Or if you prefer Google+: https://plus.google.com/+PHPFreaks
  10. @gevans - don't worry, we're not going to do anything like that. The site already has openID and Facebook Connect so it shouldn't be a problem for people to register on their own over there.
  11. Ahh ok, I thought you were referring to the TOS on LinuxForum.com. I've updated the full path to the Rules & TOS here and the link should work properly now. I did an update last night on PHPFreaks to enable Pretty / Friendly URLs and it seems to have broken some of the menu items - all fixed.
  12. Also, one thing new we're doing with LinuxForum is implementing a Facebook Connect and a Facebook App: http://www.facebook.com/apps/application.php?id=114504418614084 This *could* be done on PHPFreaks but there was some resistance to the idea here.. I'd love to test it out on LinuxForum and see how it goes. Pretty cool you can switch over to a tab in facebook and read / post in the forums easily... Seems Facebook is taking the majority of the web traffic these days, so this could be an interesting test.
  13. I think in order for SMF to connect two sites they have to be on the same server, which this is not.. @gevans - which browser are you using?
  14. That sounds like a great idea.. i'll see what it takes to link the two together. I'll check into the login thing and see what's going on there. Thanks for the ideas!
  15. This should get you started: <?php if ($handle = opendir('.')) { while (false !== ($file = readdir($handle))) { if ($file != "." && $file != "..") { echo "$file\n"; } } closedir($handle); } ?>
  16. rsync -varP --dry-run /var/www/test/ /var/www/test2/ --include=*test.php Try that one and see if it works..
  17. Zend Studio is garbage.. The DTLK Indexer drops my box to a crawl and really frustrates me. The only reason I use it on Mac is it's the only thing I can find with built in SSH and remote server support. Otherwise it's Garbage!!!!
  18. You may want to do something like this: <?php foreach($_POST AS $key => $val) { $this->formValues[$key] = $val; } print_r($this->formValues); ?> See if that does the trick..
  19. Hi Salathe - the old link will work, but I recommend updating it to the new one. Thanks!
  20. Hey everyone, If you'd like to pull the Forums RSS feed into your reader - here's the new link: http://feeds.feedburner.com/phpfreaks/diUQ The icon at the top of the forums also links here, so click on that and subscribe. Thanks!
  21. Hey everyone... I've decided I want to bring http://LinuxForum.com back as part of our network. The domain has been sitting idle for awhile and it use to be a really awesome site. I've installed a forum over there and enabled some features such as Facebook Connect and etc on that site. Please stop by and register and we'll handle the Linux based topics over there. This is not a replacement to PHPFreaks, but we temporarily redirected LinuxForum.com awhile ago to our Linux board on this site. If there's no major objections, I would like to redirect that board back to LinuxForum.com and start fresh on the Linux topics there. Anyone interested in joining the crew on that site as well? Looking for Mods / Admins and anyone who wants to get involved. Thanks! [attachment deleted by admin]
  22. UltraEdit for PC and TextMate for Mac... however I use Zend Studio on either and find it to be extremely bloated and I have to disable features in Zend such as auto completes... I have had times where Zend (even the latest) would type one letter per minute when trying to complete a <div> tag and such, so I wouldn't highly recommend it - even though I'm stuck with it.
×
×
  • 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.