Jump to content

cromertech

Members
  • Posts

    737
  • Joined

Everything posted by cromertech

  1. I've just downloaded it. It looks like it needs a bit of tweaking before deployment to set the language. I remember having to do this with quicktime when I used to have that deployed. If you want to get it from me let me know I'll pm the link.
  2. Thank you that worked perfectly.
  3. I have a php page that I want to pass a variable to on the url as the example http://server.local/fixtures/display.php?teamid=1 This works fine if I put a value in for teamid but if I forget it/ omit it for any reason I want the script to die so I tried the following if (!teamid){ die ('No variable entered'); } but it kills the code even with the variable in the line. How do I do this?
  4. This is going to be quite specific. I have a lovely flash animation that someone has made for me that does a sweep through a football line up. It allows me to pass the variables of the players to it via a single url using the pipe character to separate the names. I'm looking for a php script that can populate a database with the players for each years football teams in the positions (2 each for years 7,8 and 9 and general u13 u16 etc) and one that will generate the correct url for the flash depending on a variable passed to it (that corresponds to the team needed) via it's url. Wow that all sounds a little complicated but I'm hopeful that someone can help me with this flash url needs the following thetitle=Team Name thedate=A Date theplayers=RightForward|LeftForward|LeftMid|CenLeftMid|...etc then Subs
  5. Are you still running server 2003?
  6. How are they doing it. Is it simply by logging on to the machine whilst you are logged in. In which case it should be in the Local Policies section of group policy somewhere. There is also an option under windows components\remote desktop services\connections Deny logoff of an administrator logged into the console session
  7. If they delete the my computer icon does it come back at next logon? if so put the computer icon in the start menu and just put it down to one of those annoyances. as I can't find anything to lock down those system icons. (I only have windows 7 here though so can't test anything)
  8. I've had some success in creating a page similar to yours with a private shared url. I think you may have to use this and create a month view page with the same url. Maybe borrow some of the google code to make it a similar look. The API for the calendar has examples of this but I can't find an exact thing for what you want to do.
  9. Yes conversations are on but just a personal preference as it's handy to see the flow of a conversation. I see what you mean when I turned it off and I think AngryTechnician hit the nail on the head with that post
  10. I've just had a look in the group policy setting and that option isn't in there as far as I can see but you can force it to automatically detect the language which works if you have windows install with all UK locales
  11. This is all to do with the normal.dot template that word uses when it starts. Unfortunately I don't think there is a global solution unless you have the group policy templates installed. Open a blank document and type something that spelt wrong then right click on the word and select language and set proofing language. Then you can pick English UK as the default and tell it to apply to all template created from normal.dot. If you are using a report template then just do the same with that
  12. I get the publisher message too. No content at all in chrome but error in IE Edit: I think it must be a google limitation as if I open in a new window it asks for google log on details
  13. Can I be ultra cheeky ask ask for the code to do that Been wanting to put something like that on the staff screen for the weeks activities
  14. I'm not sure I quite understand what you want to do. Take a look at the screenshot and let me know which bit you are looking for.
  15. Do you need it to use the print server. You could add it as an IP printer but not if you use tracking software on the server.
  16. This is the way I have done it I have a teaching pc's ou and departmental ou's under that. When I need to put software only to a certain department just create the gpo in the corresponding ou
  17. It's in the language files I think. I change a lot of my language file and called it as a custom lang.encust in the config
  18. I'm trying to write a batch file to do a series of tasks when a ping fails so far I have the following but I'm unsure of the syntax and how to get mutiple lines into the if statement @echo off setlocal set ipaddr=10.90.11.103 set state=down for /f "tokens=5,7" %%a in (ping -n 1 !ipaddr!') do ( if "x%%a"=="xReceived" if "x%%b"=="x1," set state=up if state=up goto :eof {something in here for ping fail} :eof Does this sort of look ok or is there maybe an easier way
  19. I'm using MDT2010 and have a script that runs sims setup without a problem start /wait net use R: \\sims-new\sims /User: start /wait R:\sims\setups\simsinfrastructuresetup.exe -a {QuietMode} {SIMSWorkstation} start /wait R:\sims\setups\SIMSAMPARKSetup.exe /S {QuietMode} [sIMSDirectory]="R:\SIMS" [sIMSDotNetDirectory]="C:\Program Files \SIMS\SIMS .net" start /wait R:\sims\setups\simsapplicationsetup.exe /S {QuietMode} [sIMSDirectory]="R:\SIMS" [sIMSDotNetDirectory]="C:\Program Files\SIMS\SIMS .net" start /wait R:\sims\setups\simsmanualsetup.exe /S {QuietMode} [sIMSDirectory]="R:\SIMS" [sIMSDotNetDirectory]="C:\Program Files \SIMS\SIMS .net" start /wait xcopy R:\SIMS\connect.ini "c:\program files\sims\sims .net" /y start /wait xcopy R:\SIMS\SIMS.ini "C:\Windows" /y We map R: as our sims shared drive (S was already in use for something else) but you can change that if you need.
  20. It looks like you've may have too many filters on there. You have two filters inline to your sky box. I think I'm right in thinking that you only need one filter for each mains extension which would make the ones after the splitters redundant. I think you only need 2 filters one on the front of the faceplate to the sky box and one on the rear to the rest of the phone sockets in the house.
  21. I was really please for Paul Di Resta getting up to 5th. Just a shame he had to be so unsure if he could take the Renault. I get the feeling he will be good at this style of racing as he was when he did the DTM.
  22. I've noticed this on a number of items. I believe they do it when an item is about to be discontinued or they are currently unsure. Either way why not just remove it from the site or make it temporarily unavailable?
  23. It does look as though it was quite painful!
×
×
  • Create New...