Uraken
Members-
Posts
495 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by Uraken
-
hi all i have an old cisco 2600 router that i'm currently playing with, i'm not sure the exact ios buts its 12 something i think, the problem is when i use the show interfaces command it returns no results at all, almost as if the serial and ethernet slots are not there? has anyone come across anything similar? am i using the right command on this early version of the ios? is there anywhere that will tell me what ios i need? thanks in advance as always.
-
hi all do anybody using vlans use dhcp to assign ip addreses? i'm curious to know how to do it bearing in mind the need for the different ip subnets.
-
thanks for that shane i understand it now. The last code did not work so i reverted back i will have to make do with it where it is thanks again for your help.
-
hi shane thanks that works now although it returns it at the bottom like this: How many Beds = How many large Boxes = 3 How many wardrobes = 3 How many pianos = 3 How many small boxes = 3 Email Address = [email protected] Any other info here please = fsgdf How many beds:2 p.s if i have more than one drop down can i assume i repeat the syntax with the new select id? thanks again
-
i tried that line of code shane it returns the all the text boxes but nothing for the drop down although it does now say the word people at the bottom of the email message now. I'm lost now and in above my head i think.
-
Hi chaps i'm not sure if i gave the impression i wrote this myself (god no, i wish i was that clever) so please assume very little coding knowledge and feel free to point out the errors, as well as guidance as to how to put them right. Can you show me the code i need to add please?
-
thanks for the replys all the code is enclosed i save it all as a php file upload and most works just not the drop down bit: //begin code <?php // Only show error messages, not the warnings... ini_set("error_reporting", "E_ALL & ~E_NOTICE"); // E-mail address to which the form will be sent... $form_email = "[email protected]"; if ($_POST['envoi']) { // E-mail headers: $headers ="MIME-Version: 1.0 \n"; $headers .="From: website\n"; $headers .="Content-Type: text/html; charset=iso-8859-1 \n"; $subject = "Enqu iryFrom website"; $header_part = " "; for ($a=1; $a<= $_POST['text_field_number']; $a++) { $text_fields_part .= "" . $_POST['field_title'.$a] . " = " . $_POST['field'.$a] . " "; } if ($_POST['email_field_number'] != 0) { $email_field_part = "" . $_POST['email_title'] . " = " . $_POST['email_field'] . " "; } if ($_POST['textarea_number'] != 0) { $text_area_field = "" . $_POST['textarea_title'] . " = " . $_POST['textarea_field'] . " "; $text_area_field = stripslashes($text_area_field); } $end = ""; $output = $header_part . $text_fields_part . $email_field_part . $text_area_field . $end; // Send the e-mail if (@!mail($form_email,$subject,$output,$headers)) { echo("Cannot send the form"); } else { // Closing if !mail... // Redirect to the thank you page header("Location:thankyou.html"); exit(); } // Fin du else } // Closing if edit ?> Untitled Document How many Beds 1 2 3 4 5 How many large Boxes How many wardrobes How many pianos How many small boxes Email Address Any other info here please //end code
-
Hi all i want to create a web form with a drop down list and have and have it sent to my email. I have created standard html form and the php file that sends it to my email which works ok, for all the text boxex in the form but when i add a drop down list menu to the form the results don't come through as there is no coresponding php code in the php file and i don't how to do this, can anyone help please? thanks in advance
-
some hp switches come without default ip's so you assign it as part of the setup routine after connecting to it via the console.
-
who set your network up? they should have documented the switches ip address + any vlan configuration for you, you can fairly certain its outside of your dhcp scope of addresses so if you know what ip range your school has been allocated and you know what your servers and printers have been staticlly allocated by process of elimination you could assume that your switches will fall either inside or just outside that subnet. This may help when using angry ip if you have a stack of ip's to wade through, also angry ip won't have a netbios name for a switch.
-
i read that having a user with an 802.11b card in an 802.11g network slows the maximum speed of all the wireless network's users to the 11 Mbps 802.11b standard. I did not know this can any one explain why??
-
thanks all for your comments i have the electrical tool on order so thats a start. torledo mate what do you clarify as comms in this instance (telephones etc)
-
can't you resample them and(movie maker or something similar) mute the sound? sorry just read your actual question again and thus my answer is not helpful sorry
-
Hi all i have been invited to a meeting on monday to discuss how we can provide the electrical contractor with heat/power loadings relating to the proposed new infrastructure of our soon to be built Academy. My worrys is that we will have to give some fairly important guestimations based on what we believe we will require. As we have had very little technical discussion on what the new IT infrastructure will comprise where should i start? I can roughly assume the following: 1200+ kids, 75 teaching staff, 75 support gurus,(i'm biased.. A hybrid of thin and fat clients (fat in four dedicated suites at least) A microsoft server environment. Clearly there will be others in the room with their own thoughts and expertise but its always nice to be pre-armed with relevant knowledge.I have seen the other posts on power consumption and they help a little but i would value any input, how much power a cisco switch users etc etc As always thanks in advance
-
Just picking up on some of what you are saying ICTNUT and i know this won't help you any but should i be using cached offline mode for those users that don't roam in case of a scenario you have experienced ocurs?
-
looks interesting does it do as it says on the tin?
-
thanks for this its good info, but i was really interested to here from those either currently in a managed service contract or those that have been in one and cut and run for what ever reasons.
-
Hi all I have been asked to prepare a document on any pros and cons on managed services within academys. I would appreciate any comments and accept we will have a bias, I would be keen to here from anyone who delivers such services and ask their take on what they deliver, what could be done different better etc. I have my doubts about outsourcing anything and so llok forward to your views. As always thanks in advance.
-
cheers Ric_ i had looked at that mediawiki wiki and managed to change the logo no problem, when i launch the side bar URL it tells me There is currently no text in this page ? i ought to have permissions to edit, create etc as i set it up? Not sure why but i was expecting it to be far more intuitive than it is ala mambo, joomla ...
-
Hi all i just downloaded and installed the mediawiki software installed on this site but can't figure how to add newly created pages to my sidebar menu and turn off editing for usrs that are not logged on, i did look at the help files for the editing and did as it said but no joy. Any help as always appreciated.
-
where do i find the chmod utilitie? i know i can right click the share and have lots of different options but chmod seems like the easyist way to do permissions.
-
you little dancer cheers kmount that works a dream. I don't suppose you know whether there is a limitation of how many xp users can connect to a samba share, does it sufffer from an xp pro style connection limitation problem?
-
Hi all can someone help me? i want to share a folder called data on a edubuntu workstation so that all my xp users can see it and write to it. i can connect to my xp shares from edubuntu but not the other way around, i have shared the folder and try to connect to it either via network neighbourhood or mapping a drive and get asked for a username and password, i have tried every combination from the edubuntu install that i can think of but i'm obviosly missing something. cheers as always in advance.
-
yup just noticed her on the karoshi forum, i'm off too pick her brains thanks loads chaps.
