-
Posts
113 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by thesk8rjesus
-
Hey, I have just setup moodle on Server 2008 R2 with IIS 7, PHP, and Mysql. I now have moodle working nearlly the way that i want it to but i am having problems with accessing files that i have uploaded. When i upload a file it goes on to the server without any complications when i try to access the file it puts me to the following link: 'this is an example of one of the files i am trying to open' http://moodle/file.php/24/AF1a_Living_or_non_living.zip and i get a Server Error 404 - File or directory not found. but if i go to Site Administration / Server / HTTP and turn off 'Use slash arguments' i can access the file but it gives me the following link http://moodle/file.php?file=%2F24%2FAF1a_Living_or_non_living.zip does anybody know how i could setup a URL Rewrite rule to correct this problem? If you need more details just ask.
-
Setting up Moodle on Server 2008 R2 IIS 7 SQL
thesk8rjesus replied to thesk8rjesus's topic in Web Development
at the time of posting yes i was as i couldn't find any other 64bit version. In the end i downloaded 5.3.2 and in the DefaultAppPool i changed it to allow 32bit. Al is working now. -
Installing Moodle - Windows 2003 x64
thesk8rjesus replied to MattGibson's topic in Virtual Learning Platforms
the website that is guide says for the 64bit php is no longer available so cannot be completed in the same way. -
i created a .vbs that we set on startup of all the laptops that ask are you at school, if they are it added in the proxy and enables it, if there not then it disables it. all that needs to be edited is <> and <> Const HKEY_CURRENT_USER = &H80000001 Dim objShell2 Set objShell2 = WScript.CreateObject("WScript.Shell") 'objShell2.RegWrite RegLocate,"0","REG_DWORD" objShell2.RegWrite "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\ProxyServer","<>:<>","REG_SZ" intmsg = msgbox("Are you at School?",vbYesNo+vbQuestion,"Changing Proxy Settings") if intmsg = vbyes then dwvalue = 1 else dwvalue = 0 strComputer = "." Set objRegistry = GetObject("winmgmts:\\" & strComputer & "\root\default:StdRegProv") strKeyPath = "SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings" strValueName = "ProxyEnable" objRegistry.SetDWORDValue HKEY_CURRENT_USER, strKeyPath, strValueName, dwValue msgtxt = "The Proxy Server Has Been " if dwvalue = 0 then msgtxt = msgtxt & "Disabled" if dwvalue = 1 then msgtxt = msgtxt & "Enabled" intmsg = msgbox(msgtxt,vbOKOnly+vbInfo,"Done")
-
i have a .vbs script that turns on and off num lock, caps lock and scroll lock but i can't get it to run on a remote machine here is the script Set wshShell =wscript.CreateObject("WScript.Shell") do wscript.sleep 100 wshshell.sendkeys "{NUMLOCK}" WScript.sleep 100 wshshell.sendkeys "{CAPSLOCK}" WScript.sleep 100 wshshell.sendkeys "{SCROLLLOCK}" WScript.sleep 100 loop anyone got any idea how i can get this to work on a remote machine?
-
do you wish to install the font to a remote machine(s) or is it for a local machine if its local just right click font and click 'Install'
-
Connecting Blackberry to Exchange Without BES
thesk8rjesus replied to thesk8rjesus's topic in Mobile Devices & Tablets
this is the best way that i have found to do it thanks! -
hey, i am trying to setup Moodle on Server 2008 R2 with IIS 7 and SQL, but the problem i am having is i need a file that i cant find anywhere if you have it could you please message me. The file i need is php-5.2.5-x64-2007-11-12.zip if you have it please message me!
-
I am trying to create a script that will be able to add in to the 'Manage my network Passwords' data about the user i.e. servername, username and password. I need it to be in VBscript as i will be moving it over to visual studio to make an form which will input the details and go. Thanks in advanced
-
yes i am using the one in the system32 folder, but i am not recieving that box.
-
there isn't a 'Generalize' box to tick, i am using the windows 7 sysprep and all it does is run then restarts the machine, i think that it might be the sysprep that im using, but if i use the one that came with windows xp, the machine losses key files and can cause explorer.exe to become curpted.
-
we have just got a copy of windows 7 pro RTM and now looking into how easy it would be to change our network over to all server 2008 R2 and windows 7 pro. So i was given the task of creating a machine to then image, i am using a dell optiplex 745.i installed all the software onto the machine then ran sysprep it restarted then i went into our capture but it wasn't showing that i could capture the C:\ any ideas?
-
i designed and coded the whole thing, we are using WAMP and nothing else. The Pages are password protected so only staff can access them and it uses the staffs AD account to login
-
Sorry if this has been posted before. I have just finished updating our schools intranet, but looking at it, it doesn't seem to have very much on it what i would really like to know is: who else has a school intranet? What server software are you using e.g. IIS, Apache? And what do you have on your intranet?
-
Its a Desktop, Dell Optiplex 745 Ultra small Form, using SATA to connect to both HDD and DVD
-
It reads the dvd until after the setup has started, so i boot from the disc it get to the setup then asks for my drivers.
-
just recently downloaded windows 7 64bit, tried installing it on to a 64bit machine and was recieving error messages asking for the drivers for my CD drive. Because of this i had to install vista 64bit then do an upgrade. Now that i have windows 7 i would like to make an image from it. So i run my sysprep as normal and then i recieve a message of you cannot sysprep a machine thats had an upgrade, as sysprep requires a clean install. So my questions are:- 1. How can i get my 64bit to install from scratch? 2. How can i get the sysprep to work?
-
[php] Using LDAP to authenticate users
thesk8rjesus replied to thesk8rjesus's topic in Web Development
sorted out why it wasn't working it was looking at 'full name' and as we have changed full names it could find the account is there a way that i can get it to look at the usernames possibly a change of this line $distinguishedName = $ldapEntry[0]['distinguishedname'][0];- 13 replies
-
- active directory
- ldap
-
(and 2 more)
Tagged with:
-
[php] Using LDAP to authenticate users
thesk8rjesus replied to thesk8rjesus's topic in Web Development
Okay i have done this and i am still recieving the same error message 'Account Not Found' but i that it is there.- 13 replies
-
- active directory
- ldap
-
(and 2 more)
Tagged with:
-
[php] Using LDAP to authenticate users
thesk8rjesus replied to thesk8rjesus's topic in Web Development
i have $ldapBaseDomain = 'ou=The Towers School,dc=towers,dc=school'; i can now get it finding out student accounts but recieving 'Account Not Found' when looking for teachers. what i believe that the problem is, is that its not looking far enough down and only going 4 levels Ou>ou>ou>user but we have The Towers School>Staff>Teaching>Dept>user also is there a way that i could get it to look at only whats in the staff ou?- 13 replies
-
- active directory
- ldap
-
(and 2 more)
Tagged with:
-
[php] Using LDAP to authenticate users
thesk8rjesus replied to thesk8rjesus's topic in Web Development
Okay so i changed the ou="the towers school" but i get the message saying 'account not found' but i know the user is there the towers school>staff>teaching staff>ict>user- 13 replies
-
- active directory
- ldap
-
(and 2 more)
Tagged with:
-
[php] Using LDAP to authenticate users
thesk8rjesus replied to thesk8rjesus's topic in Web Development
thank you for that it worked, but i could only get it to read from top level ou folders, we have our staff in: towers.school The Towers School Staff and then in two folders Teaching staff & Non teaching staff how can i get it to read both of these Ou's? or read from any of the OU's within staff and further down- 13 replies
-
- active directory
- ldap
-
(and 2 more)
Tagged with:
-
[php] Using LDAP to authenticate users
thesk8rjesus replied to thesk8rjesus's topic in Web Development
thanks, but it looks like it is for a linux system and i am running my website on windows is it still compatitable?- 13 replies
-
- active directory
- ldap
-
(and 2 more)
Tagged with:
-
I have an apache 2.2.11 server with php 5.2.9 and mysql 5.1.34 running on 64bit windows server 2k3. i have enabled the ldap extensions within php, but am not sure on how to use the ldap stuff, what i would like it to do is to pick up the users system login details and display their username. once i have got that i would like to deny access to pages depending on which ad group they are in, which i don't know how to do either.
- 13 replies
-
- active directory
- ldap
-
(and 2 more)
Tagged with:
