Jump to content

Dark Angel

Members
  • Posts

    55
  • Joined

  • Last visited

Everything posted by Dark Angel

  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!
  16. Thanks for your comments. In fact, I'm going to use this in an iFrame. Here : http://aeg.uqac.ca/design2005/, I guess people will see it's the only way to scroll down. I hope!
  17. The script I used is "designed this script to work in IE4+, NS4+, and Opera 6+" as they say. So I guess it'll work great with almost any browser... Would you please try it out with yours? http://www.dynamicdrive.com/dynamicindex2/pagescroller.htm It works like a charm in mine
  18. I'll try the Page Scroller script (aka as custom scroller). Thanks a lot!
  19. Hi. I'm looking for one of those scipts used to scroll up and down pages. The ones you mouseover an arrow for example and page instantly start scrolling (up or down depending on image you're pointing). Could anyone suggest me a simple script for that? And if there are some technicalities, I'd like them explained please. If you don't have time for that, I'd still appreciate some script suggestions. Thanks!
  20. Ok good. That's what I did and it seems they're working on it now... The "Nothing was found" page changed to a cPanel page...
  21. Thanks a lot guys! It worked perfectly!
  22. I woke up this morning and my website was unacessable. I'd like to know if you guys can access it: http://www.adnddownloads.com/ And if not, what should I do? Thanks!
  23. Hi. I want to do a twin version of my forums. And for, I have to make a perfect copy of the database. But I don't know a lot about databases and I'm only a bit familiar to phpmyadmin... Could anyone help me on that? Just to be sure it's clear, I want to do an exact copy of a MySQL database on the same server. I guess the copy will have a different name than the original... Thanks a lot!
  24. hehe! Ok. Thanks a lot guys. That'll be way enough for me. I gave me more than I asked. Thanks again.
  25. Hello. I searches for ways to do this and found nothing... I might be blind though... I have a website and I offered 4 e-mails accounts to some of my affiliates. Is there a way for them to log into their accounts without passing by the cPanel? Because for some hard-to-explain reasons, they can't use Outlook to get their messages. Thanks a lot!
×
×
  • Create New...