faza
Members-
Posts
470 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by faza
-
Hi All, I have just tried setting up LDAP on my Moodle server but couldn't. I ran debugging to see if highlighted any issues. Now all i get at the home page is an error see below. The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later. The server did not understand the request, or the request was invalid. Error processing resource 'http://www.w3.org/TR/xhtm... Can anybody help Faza
-
I have just installed Data Protection Manager 2007 on my server but when it comes to adding a storage pool it is not finding my disk. I have a 1TB drive in the server c:\ is O/S of 40Gb and tyhe rest is unallocated. Should it should work and i should be able to access the unallocated space and use it as a storage pool.
-
How easy would clustering be? Thats what i would like a mirror image of server 1 on server 2.
-
We are a split site school. So having the fail over server would be advantageous.
-
I have a Exchange 2007 server and I would like to implement a system that would backup the server. there is one way by using the backupo facility with server 2003 backing up the first storage group etc... Would having another server synchronising with the main server be the solution. How would I implement this? Faza
-
Yes that the formtomail.php code that i am using.
-
I use Call Parents and Truancy Call both are really good systems.
-
I am trying to create a php formtoemail form. I have created the form and uploaded both the form and the formtoemail.php files but when i click send i get the error below: Notice: Use of undefined constant Name - assumed 'Name' in \\NAS42ENT\domains\s\my site name\user\htdocs\FormToEmail.php on line 85 Notice: Use of undefined constant Name - assumed 'Name' in \\NAS42ENT\domains\s\my site name\user\htdocs\FormToEmail.php on line 85 Notice: Use of undefined constant Name - assumed 'Name' in \\NAS42ENT\domains\s\my site name\user\htdocs\FormToEmail.php on line 85 Notice: Use of undefined constant Name - assumed 'Name' in \\NAS42ENT\domains\s\my site name\user\htdocs\FormToEmail.php on line 85 Notice: Use of undefined constant Name - assumed 'Name' in \\NAS42ENT\domains\s\my site name\user\htdocs\FormToEmail.php on line 85 Notice: Use of undefined constant Name - assumed 'Name' in \\NAS42ENT\domains\s\my site name\user\htdocs\FormToEmail.php on line 85 Notice: Use of undefined constant Name - assumed 'Name' in \\NAS42ENT\domains\s\my site name\user\htdocs\FormToEmail.php on line 85 Notice: Use of undefined constant Name - assumed 'Name' in \\NAS42ENT\domains\s\my site name\user\htdocs\FormToEmail.php on line 85 Notice: Use of undefined constant Name - assumed 'Name' in \\NAS42ENT\domains\s\my site name\user\htdocs\FormToEmail.php on line 85 Notice: Use of undefined constant Name - assumed 'Name' in \\NAS42ENT\domains\s\my site name\user\htdocs\FormToEmail.php on line 85 Below is the formtoemail.php (Sorry unable to attach it) -------------------- <?php /* Thank you for choosing FormToEmail by FormToEmail.com Version 1.4 November 27th 2005 COPYRIGHT FormToEmail.com 2003 - 2005 You are not permitted to sell this script, but you can use it, copy it or distribute it, providing that you do not delete this copyright notice, and you do not remove any reference to FormToEmail.com DESCRIPTION FormToEmail allows you to place a form on your website which your visitors can fill out and send to you. The contents of the form are sent to the email address which you specify below. The form allows your visitors to enter their name, email address and comments. If they try to send a blank form, they will be returned to the form. Your visitors (and nasty spambots!) cannot see your email address! When the form is sent, your visitor will get a confirmation of this on the screen, and will be given a link to continue to your homepage, or other page if you specify it. Should you need the facility, you can add additional fields to your form, which this script will also process, without making any additional changes. This is a PHP script. In order for it to run, you must have PHP (version 4.1.0 or later) on your webhosting account. If you are not sure about this, then ask your webhost about it. SETUP INSTRUCTIONS Step 1: Put the form on your webpage Step 2: Enter your email address and continue link below Step 3: Upload the files to your webspace Step 1: To put the form on your webpage, copy the code below as it is, and paste it into your webpage: Name Email address Comments FormToEmail by FormToEmail.com Step 2: Enter the email address below to send the form to: */ $my_email = "my e-mail address"; /* Enter the continue link to offer the user after the form is sent. If you do not change this, your visitor will be given a continue link to your homepage: If you do change it, remove the "/" symbol below and replace with the name of the page to link to, eg: "mypage.htm" or "http://www.elsewhere.com/page.htm" */ $continue = "http://my site"; /* Step 3: Save this file (FormToEmail.php) and upload it together with your webpage to your webspace. IMPORTANT - The file name is case sensitive! You must save it exactly as it is named above! Do not put this script in your cgi-bin directory (folder) it may not work from there. THAT'S IT, FINISHED! You do not need to make any changes below this line. */ // This line prevents values being entered in a URL if ($_SERVER['REQUEST_METHOD'] != "POST"){exit;} // Check for disallowed characters in the Name and Email fields. $disallowed_name = array(':',';',"'",'"','=','(',')','{','}','@'); foreach($disallowed_name as $value) { if(stristr($_POST[Name],$value)){header("location: $_SERVER[HTTP_REFERER]");exit;} } $disallowed_email = array(':',';',"'",'"','=','(',')','{','}'); foreach($disallowed_email as $value) { if(stristr($_POST,$value)){header("location: $_SERVER[HTTP_REFERER]");exit;} } $message = ""; // This line prevents a blank form being sent while(list($key,$value) = each($_POST)){if(!(empty($value))){$set=1;}$message = $message . "$key: $value\n\n";} if($set!==1){header("location: $_SERVER[HTTP_REFERER]");exit;} $message = $message . "-- \nThank you for using FormToEmail from http://FormToEmail.com"; $message = stripslashes($message); $subject = "FormToEmail Comments"; $headers = "From: " . $_POST['Email'] . "\n" . "Return-Path: " . $_POST['Email'] . "\n" . "Reply-To: " . $_POST['Email'] . "\n"; mail($my_email,$subject,$message,$headers); ?> Form To Email PHP script from FormToEmail.com Thank you <?php print stripslashes($_POST['Name']); ?>! Your form has been sent Click here to continue FormToEmail by FormToEmail.com Faza
-
Resolved I have added myself to the Exchange Public Folder administrators group.
-
Hi, I have an Exchange 2007 server and i am about to install a piece of software that includes creating a public folder. Currently i am trying to install SP1 as i dont think i have it installed but everytime i try to install it, it says please select one or more roles but everything is greyed out. So i think i already have it installed. When i try to create a public folder it says i have no permissions to do this. I have gone into the public folder console created a public folder through there and tried to set the permissions but cannot find where the security/access rights are located. Hope you can assist me Faza
-
Yes it suggests you need exchange admin group attached to the user you are trying to import with. But i am logged onto Administrator and the administrator user has got the exchange admin group attached to it. Faza
-
Hi, I have just exported some Exchange 2003 mailboxes using Exmerge. I am trying to import them into a Exchange 2007 server using the import-mailbox command. I can get some of them to work but then others i get the error message Error occurred in the step: Approving object An unknown error has occurred. -2147221219 Is it something to do with the size of the mailbox, as the ones that work are quite small and others are like nearly a 1gb. Can anyone please advise me or offer help Faza
-
No its a differnet IP Address
-
We do not have control of our router it is centrally controlled. But we had a Exchange Server 2003 system before so should the router alreadyt be setup and ready?
-
Sorry bit late in the evening Where do you set the ports?
-
Hi All, I have just installed and configured a new Exchange 2006 server. I have got this external dns mail.xxxx.org which I use for all our external e-mails. It forwards all external e-mail. I have set up a connector through the hub transport but the e-mails are getting stuck saying unreacheable. Is there any thing that i am missing that i need to do. I have put a MX record in my own dns pointing to my external DNS. But i am a little confused. Faza
-
Can I please take this opportunity to thank you all for supporting me in getting my Exchange 2007 working. I have just this one more small issue I have got this external dns mail.xxxx.org which I use for all our external e-mails. It forwards all external e-mail. I have set up a connector through the hub transport but the e-mails are getting stuck saying unreacheable. Faza
-
I got the import-mailbox working but when i start an import i get the error [22/07/2008 11:55:36] [0] [ERROR] Error was found for user(xxxxxxxxxxxxxxx@xxxxxxxxxxxxxxx) because: Error occurred in the step: Approving object. An unknown error has occurred., error code: -2147221219 Can anyone help Faza
-
I have just got a brand new laptop connected it to the new domain. I installed Outlook 2007 on it and then installed Exchange Server 2007 Management tools. I then opened both the Exchange shell and the power shell to try to import a PST into a mailbox. But i still get the same error message in red writing the term 'import-mailbox' is not recognized as a cmdlet, function, operable program, or script file. Verify the term and try again. At line: char:14 + import-mailbox <<<< Please help
-
What do you advise me to do then? Do i need to get a laptop with XP on it and then add it to the new domain so it can see the new exchange server 2007? Im a little confused.
-
SYNACK I am working on the 32Bit server running server 2003 which contains the old Exchange 2003 mailboxes. I have used ExMerge to export a PST from one mail box. I then copied that PST file to a Server 2003 server which has installed version of Exchange 2007 management tools and Outlook 2007 on it. This server is on the same domain as my new Exchange 2007 server. So I put the PST on the local disk drive (c:/). I then used the Import-Mailbox command but when i press enter it fails as it cannot find that command on the Server 2003. I am unable to perform this command on the new Exchange server 2007 as it fails due to it being a 64bit O/S. I am confused as to what to do to get these mailboxes migrated from my Exchange 2003 one domain to a Exchange 2007 which is on a different domain.
-
Its not finding the Import-Mailbox command fromn the 32bit server.
-
Hi All, I currently have a live Exchange 2003 server. I have just built a new Exchange 2007 server on a new domain and forest. I have got all the mailboxes/users created and setup. The next step is to export the PST files from old server to new. I have used exmerge to create the pst file, but then copied it across to the new exchange server 2007, and it says cant do this as your running a 64 bit O/S. Now, I understand you need to install exchange management tools 2007 on a 32 bit O/S with Outlook 2003. This creates the PST file but then how do i import this PST file into the new exchange 2007, which is on a new domain. I would be in the same situation. Any advice would be appreciated Faza
-
SOSAGES - Can i not use the wizard make life easier :-)
-
Ok i will go ahead and install Exchange 2007 now on the new server.
