Jump to content

steelmanronald06

Staff Alumni
  • Posts

    2,006
  • Joined

  • Last visited

Everything posted by steelmanronald06

  1. It's not much: [attachment deleted by admin]
  2. You must have been using Internet Explorer.  Anything microsoft is going to be faulty, but especially IE.
  3. it is. but each theme has an hack in its index.template.php
  4. SA is my new hero...not because of the computer set up but because of the hard stuff! Share with me because I could always use a shot after programming. echo statment shot if statement shot sql query shot hahaha
  5. As i have stated above, we are currently working on the site. All request are being put on a todo list, and we have went from making a dent in that list to actually digging a hole in the list ;)  we are taking care of it.
  6. Yeah that works, but occasionally you might want to unshrink it and take a look at the news.  Ober and I normally post important news feeds in there when something is about to happen to the forums, so people will be sure to read it :)
  7. Here you go:  http://www.phpfreaks.com/forums/index.php/board,51.0.html look at the banner :) it changes when you go to the ajax board. ENJOY! (I will work on the others later)
  8. See i thought about that option, but i just want a header change and not an entire theme. so the if/else statement would take up less space.  both are good suggestions, and I may go with the theme for each.
  9. That could be possible. just having an if statement grab the current url, match it to a predefined url, if it matches throw the image up.  I will discuss this more with ober. It would take all 1 hour or less to accomplish, and i think would really be cool to add.  thanks for the input.  i will post back with what we decide on.
  10. There is now a link at the top, where it says Read replies to your posts, and such that says, Return to the main page.  That will take you back to phpfreaks.com main site. Also, if you click the phpfreaks banner/logo up at the top, it will do the same.
  11. Ah the first major update to the site. 1)  The phpfreaks logo is now located at the top of our forums. 2)  We have upgraded the forums to SMF 1.1 RC3
  12. In response to this, Ober and I will be posting important annoucments in the News Feeder along the top below your profile. If you have this collasped, from time to time undo that so that you can see if any new news updates have been made. These are major annoucments, such as upcoming maintence schedule and such.
  13. Yeah, not really a good title, but hey I needed something.  ;D Over the next few weeks/months, Ober and myself will be doing some MAJOR work to the entire site.  Such work will include getting the User Submitted Tutorials working, seeing what we can do about the site not validating (unlikely here because of the news article system), and more. One of the major things we are hoping to bring to phpfreaks, is our network.  Over the past few months, all of our network sites have pretty much died.  AJAXFreaks, LinuxForum, MySQLFreaks, and ApacheFreaks.  You can now no longer access MySQLFreaks, LinuxForum has no forum software, AJAXFreaks is dead, and ApacheFreaks has been dead for some time.  No, we are not going to get rid of them, but we ARE gonna offer the same help here.  We get one or two people that has an AJAX question, for example, but they can't get help from AJAXFreaks because no one is there.
  14. We really don't have much support for Debian linux right now.  None of the admins, as far as I know, has Debian computers to help out. I guess I could install Debian and try and fix it...or we can all just wait until Ober and I redo the entire site ;)
  15. Just to end any of the arguments that might arise from such a post. Ober and I are now admins of the entire phpfreaks.com domain.  We are both working on re-doing the ENTIRE site, with a few surprises for the members.  Just give us time. "Rome wasn't built in a day...Even though God made the earth in six."
  16. i just have it call register.php :)  didn't think to do that.
  17. I do believe that the problem is now fixed. Can anyone verify that they cannot send/reply to PM's? NOTE:  Admins and Moderators are exempt from this; they can still send PM's
  18. Yes, I used AndyB's advice but I still get the error.  :(
  19. yeah. it is all one big script called register.php
  20. I get the same with that, but this url: http://localhost/lampgeekz/members/%3C?%20echo%20$_SERVER['PHP_SELF'];%20?%3E
  21. Perhaps this post wasn't a complete flop?  I get this :( [quote] Forbidden You don't have permission to access /lampgeekz/members/< on this server. Apache/2.0.55 (Win32) PHP/5.1.4 Server at localhost Port 80 [/quote] with url: [quote] http://localhost/lampgeekz/members/%3C?%20echo%20$PHP_SELF;%20?%3E [/quote] when I try and hit the register button, so maybe this bit of code?? [code]     <p>     <form name="register" method="post" action="<? echo $PHP_SELF; ?>">     First Name: <input type="text" name="first_name"> <br /><br />     Last Name: <input type="text" name="last_name"> <br /><br />     Email Address: <input type="text" name="email_address"> <br /><br />     Username: <input type="text" name="username"> <br /><br />     Password: <input type="text" name="password"> <br><br>     <input type="submit" name="register" value="Register Me!" style="cursor:pointer">     </form>     </p> [/code]
  22. Fixed that one too  :o Can't believe I even made this post. I am so ashamed of myself  :-[
  23. Just read the faq for that :)  got a new error now: [quote]Fatal error: Call to undefined function NewADOConnection() in C:\wamp\www\lampgeekz\includes\db.php on line 4[/quote] for [code] <?php // Connects To The Database $db = NewADOConnection('mysql'); $db->Connect('localhost', 'root', 'fake', 'lampgeekz'); ?> [/code]
×
×
  • 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.