Jump to content

Pashers

Members
  • Posts

    336
  • Joined

  • Last visited

Everything posted by Pashers

  1. I think the following will do the trick <br /> function SwapImg(ImageName, ImageLocation)<br /> {<br /> document[imageName].src = ImageLocation;<br /> }<br /> Test 1 Test 2 Test 3 image1.jpg
  2. Hi guys, Stuck yet again lol. Currently we have an Extricom switch which allows users within the network to connect to the Internet via WIFI. How would I set up another radio to allow users outside the network to connect to the Internet using a different subnet such as 10.0.0.x. This would allow a different set of polices to run for the outside users on the firewall. Thanks
  3. Thanks guys, So this might sound a stupid question, I have SDX4-200C tapes which can hold 200 gig and 500 gig compressed data. Does the Backup Exec 12 compress the data or does the tape compress it (somehow)? Because the servers together come over 200 gig but under 500 gig. Does this mean it'll fit onto one disk?
  4. Hey techies, I have six servers to backup so am I right in thinking one server - one disk? The idea I have is: Monday, Tuesday, Wednesday and Thursday - Diff backups (appending on same disks). 6 disks Friday - Full backup (store for a month). 6 Disks x (approx) 4 Monthly backups store for 1 year (6x12) Yearly bacckups store for 2 years (6x2) So approx. 114 disks?! Is that too many disks or does that sound appropriate? Thanks
  5. Hi there, you might want to look at something like: Update TableName Set FieldName = CustomView.Field From TableName Inner Join CustomView on TableName.PrimaryKeyField = CustomView.ForeignKeyField
  6. Hey guys, not sure which area this should be under hope this is the right one. Thinking of moving to Symantec Backup Exec 12.5 does anyone know what the differential/full backup compression is like? Thanks
  7. It's a CC3
  8. Well I'm moving from a non RM network to a RM network system, and would like to get a basic understanding of RM. For example does RM have its own Active Directory front end to change passwords, add new pupils etc. Also does RM have its own imaging protocol to create a new image. Thanks
  9. Hi guys, Is there an online guide on RM Networks? I've had a look on their website but can't find the manual on this site. Thanks
  10. If in an interview someone asks 'how would you improve this network?' what is the 'correct' reply? Surely you can't improve a network just by looking at it can you?! Or have I missed something along the lines? Is this meant to be a trick question? As in you just say it's about the data flow etc. Or are they actually wanting to know if I have any suggestions on improving a network (maybe on the physical side)?
  11. Is it me or is edugeek being funny today? I've done a similar thing, I've made a program that runs in the background and monitors the site a pupil goes onto then blocks it on a set of white/black list and also in different catagories. http://www.edugeek.net/forums/group-project/29587-web-monitor.html Would this be of any use? Currently testing it in a few rooms at this school. Few bugs to fix (nothing major). But working well.
  12. I don't think this is possible to do. Why would you want to do this? Sounds like proxy by passing to me. Firefox would be my best bet but as for IE... I doubt it.
  13. Sorry, have a google for php POST and GET methods, this is what you're asking for. So for example if you have a textbox called 'Member' depending on the forms response method you can do something like: My username = $_GET['Member'] in the HTML the form method should be get. For the get method it would be like how google's URL for searches e.g. http://www.google.co.uk/search?hl=en&q=php+get+method&meta= (note hl is one parameter, and q is another parameter and meta is the last paramater). The POST method will not show the information in the URL, this will be for security. GET will be displayed in the URL. Whereas, the POST method will not be displayed in the URL **So in short, the answer is change the POST to GET in your method
  14. Have a look on google for php basic authentication, Basic User Authentication - PHP MySQL Tutorial
  15. Sorry I have to go off now. However, try continuing with the following: function display_login_form() { echo "ENTER LOGIN" $Error = array("email" => "","pwd" =>"","pwd1"=>""); if(isset($_POST['submit'])) { echo "ENTER SUBMIT" $email=mysql_real_escape_string($_POST['email']); if(empty($email)){ echo "ENTER EMPTY EMAIL" $Error['email'] = "Email tidak boleh kosong"; } else { if (!strchr($email, '@')) { echo "ENTER EMAIL NO @" $Error['email'] = "Email yang anda masukkan tidak valid"; } Note the echo, place them where ever you can to try and see which directions it goes. This may/may not help. But should help show the issues!
  16. Could you try: if(empty($Error)) { echo "TESTING TESTING 123" insert($email,$pwd,$nama,$tgl_lahir,$jekel,$tmpt,$alamat,$kota,$propinsi); } Line 72 in the fns.inc.php Does the TESTING TESTING 123 display on the page?
  17. Have you had a look at triggers? Maybe they could help you out.
  18. What error messages are you getting (if any). Try displaying the contents of $tambahuser before or after $exec=mysql_query($tambahuser); $tambahuser="INSERT INTO users (email,password,nama,tempat_lahir, tgl_lahir,jenis_kelamin,alamat,kota,propinsi) VALUES ('".$email."','".$pwd."','".$nama."','".$tmpt."','".$tgl_lahir."','".$jekel."','".$alamat."','".$kota."','".$propinsi."')"; Note you don't need the quotes for the table name and paramaters! The string is concatinated for example: '[email protected]', 'pass1234','... Make sure your single quotes are inside the double quotes. e.g. " '_" . $myVar . "_' " Remove the _, this is to show there is a single quote embedded with double quotes. This is one issue i've noticed, you sure you're connecting to the database ok?!
  19. Yeh that works well for me, just found out as you posted it! Thanks for your help!
  20. Hi there, I'm allowing the user to select a font which saves the selected font as a HFONT. How would I get the name of the font being used? E.g. Times New Roman. Thanks,
  21. If you create the menu's css in an external file. You can call that css page from any page. You would have to create the divs, tables, hyperlinks etc for each page. However, just add the id of each 'object' for the css to style. So you might have an external css page like: (default.css) div.menu { background-color: #000; color: #f00; } Then in a the html pages you can call the default.css page. . Page Using CSS My Menu Hope this helps
  22. Server 2008, had office 2007 on my mind!
  23. I've come accross an issue, it completely messed up a friend's computer. I think it's only for network which uses server 2007. But can't be 100% sure.
  24. It all makes sense now! Thanks.
  25. Why is it, when things appear to be 'playing up'. Pressing the shift, alt and ctrl keys in pairs fixes a number of peculiar problems!? Had a teacher come in with a laptop. When trying to type in the username and password (on the locked screen), it went funny. The back space displayed boxes. Didn't type anything apart from space. Sometimes moved the text to the right hand side of the text box. Managed to get a USB keyboard (there wasn't a right ctrl button) and then press the wonderful buttons. It worked fine! Does it clean the keyboard buffer or something?!
×
×
  • Create New...