Jump to content

Dark Angel

Members
  • Posts

    55
  • Joined

  • Last visited

Contact Methods

  • Website URL
    http://www.adnddownloads.com/

Profile Information

  • Location
    Quebec, Canada
  • Interests
    Snowboarding, D&D, playing and listening to epic metal music, video games. I study computer engineering.

Dark Angel's Achievements

Enthusiast

Enthusiast (6/14)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. Yeah! That's exactly why I'm looking for a program that would do it for me. Hehe! I'll check it out. Thanks!
  2. Yeah, my university uses the same kind of program. I'll try to contact the sytem admin...
  3. Hi. I'm under WinXP Pro and many people use this computer (at work). I'd like to block access to Control Panel, screen resolution... and stuff like that. Is there an easy way to do that? Is there a program I can install that can manage this? Thanks a lot for your help, once again!
  4. Here's a great version made in Quebec. It's called EduLinux. A great version for beginners... And a great version at all. Here's a link to their English site: http://edulinux.org/spip_en/
  5. Damn... everything is on. I guess there is a script running that's disabling everything for security reasons. I work in a foundry where all computers are built from the same ghost and many scripts are constantly running, along with many other background programs... I guess you guys can't do anything for me now. Thanks a lot anyway, you've done all you could!
  6. Nope... Never heard of these... I just read on Microsoft's Website, but couldn't find which of them would solve my problem. http://www.microsoft.com/windowsxp/downloa...ppowertoys.mspx Any idea?
  7. Thanks. I did all that and didn't work either. But what bothers me is that it's not only affecting the CD-ROM drives, but also the USB and firewire ports... And I have found no info on that...
  8. Hi. I'm under WindowsXP Pro, it seems like the autorun features are blocked and I can't find where. I'm talking about CD Rom autorun, but also the box that automaticaly opens when you connect something to a USB port, same for the firewire card... Anyone has an idea? I already the CD drives properties to get sure Autorun Features were enabled and they are...
  9. Ok. You gotta be carefull when you do such transfers. If there are not many "hacks" installed on their board, here what I would do: - Backup the database the phpBB utility - Install 2.0.6 on the new server - Upload the database - Use the upgrade tools found on phpbb.com to update to the latest version I did this a couple of times and it works great. Good luck!
  10. That's exactly what I did, and surprisingly, this book is great. The chapter on session variables sucks, but for the rest, it's more than ok. I don't think you should have a lot of trouble building what you're talking about in your post. Also, the phpMyAdmin service you have in your cPanel will save you a lot of time building the required tables for your project. Good luck!
  11. Mattisl, your code turned out to work pretty well. I was aware of the use of neither the $_SESSION array and the $_GET function. This will help me a lot! Thanks again!
  12. Come on! No one here can help me with this problem that must be very simple?... Maybe this might help you : the only thing I want to do is when you click on a flag, it sets the session variable "sessLang" to english or french and thenthis value is kept during the whole session. That's it. I'm sure there's at least one person here who knows PHP! Help me!
  13. Hello. I'm learning PHP right now. I'm trying to pass a session var named "sessLang" which of course is the language chosen by visitors. I have an entrance page (http://www.adnddownloads.com/testphp/language.php) where you choose your language. When none is choose, default is english. I'm trying to pass the seeLang var en its value by the URL as you can see when you click on a flag or another. But it just doesn't work. One thing is I don't know if can't do it that way... Anyway, even if you select French, you'll see that the language stays in english (default language). Could anyone tell me what I have to do to affect the value of the session var sessLang when a user clicks on one of the two flags on my entrance page. Thanks a lot! I thought you my want to see my code: ------------------------------------- <?php session_start(); session_register("sessLang"); ?> <html> <head> <title>Essais en PHP</title> <?php include('Style.inc'); ?> </head> <body text='#FFFFFF' bgcolor='#061525'> <div align='center'> <center> <table border='0' cellpadding='0' cellspacing='0' style='border-collapse: collapse' width='100%' id='AutoNumber1' height='100%'> <tr> <td width='100%'> <p align='center'> <br> <img border="0" src="entrance01.jpg" width="880" height="125"><br> <a href="classes.php?sessLang=english"> <img border="0" src="entrance02.jpg" width="441" height="285"></a><a href="classes.php?sessLang=french"><img border="0" src="entrance03.jpg" width="439" height="285"></a></td> </tr> </table> </center> </div> </body> </html>
  14. Well, I'm a bit late but I just wanted to add the new design rocks! Congratulations to whoever did it! Two Thumbs Up! Rock Sign
  15. They'll never get over the text... I'm making the pages so it won't. Thanks again for your great help!
×
×
  • Create New...