Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. spelltwister

    Setting up ssl site-wide

    Yes, there are IFRAMES. There are a lot of them too, so that's probably where the insecure stuff is coming from; do you know of a way to narrow it down?? Thanks, Mike Online multiplayer strategy games huh? Try, 1483online.com where the games are FREE and the community drives enhancements to...
  2. spelltwister

    Setting up ssl site-wide

    Yeah, I know it's easy to make that mistake ;-D, but I am linking to https:// . However, I know that I'm bringing in unsecure data. I do not know, however, how to figure out what that data is! lol. Online multiplayer strategy games huh? Try, 1483online.com where the games are FREE and the...
  3. spelltwister

    Setting up ssl site-wide

    I think I figured out why the lock isn't showing. It says there is secure and insecure data on the page, but i'm not sure how to figure out what's insecure. I put require ssl on the entire directory and even rechecked each folder to make sure that they require it as well (and they all do)...
  4. spelltwister

    Setting up ssl site-wide

    Hey everyone, I'm having some problems setting up Secure Sockets on my windows 2000 server box. I followed all the steps from http://support.microsoft.com/kb/290625, however, the ssl lock icon only appears on the first page of my site. Is there a way to make all pages have the lock? Thanks...
  5. spelltwister

    Global vs pass by reference

    Hey all, Is there any advantage to using pass by reference over global declaration in the function? Here's what I have: $myArray; function alterMyArray(){ global $myArray; //do something to my array } function alterMyArray(&$myArray){ //do something to my array }...
  6. spelltwister

    "log in" to write files

    I'm not sure if this goes here, but... Is there a way to add something to my php script that will make it act as though it is the server. Here's what I mean: I have a script that generates XML files. I want to have users upload xml to post XML to that script, which I then parse and generate...
  7. spelltwister

    read XML attribs PHP 4.3.10

    Hey all, I'm having a hard time finding any examples of parsing XML that has attributes. Here's the xml: <units> <persiancamp unit="infantry" number="8" owner="persian" ranged="0" /> <persiancamp unit="xerxes" number="1" owner="persian" ranged="0" /> <m1 unit="sInfantry" number="1"...
  8. spelltwister

    set group permissions batch

    Hey everyone, I was wondering how to set group permissions with a batch file. I have to create about... 150 groups and need to give them permissions to specific folders. Is there a command that can be run from a batch file that will set the permissions? Thanks, Mike Online multiplayer...
  9. spelltwister

    Newbie -- Slow login to Domain

    Hey, I've done some searching around the internet for ways to "fix" my domain login time. It takes roughly 5-10 mins to login if you haven't logged into that machine before, and 3 if you have. I'm not really too savvy with all this domain controller stuff so I'm really in need of a very basic...
  10. spelltwister

    Security: user icon goes white with question mark

    I don't think I said anything about setting Deny, and no, I didn't. I did remove the everyone and set the permissions individually, but if I allow anyone access to that folder from DCS, not NOVA, then it will appear as a white icon with a red question mark where normally it's a blue icon (next...
  11. spelltwister

    Security: user icon goes white with question mark

    Hey, I'm having a problem setting up some permissions and I'm not sure what I'm doing wrong. Here's what's up: I have a domain called DCS with a computer called NOVA on it. This machine is very important and needs a bunch of permissions on it. I need to give an account on the DCS domain...
  12. spelltwister

    Grabbing offscreen image

    Whoops, it seems that I replied thinking this was a different post and I can't figure out how to edit the above... Anyway, here's the response I would have given ;-D. Thanks for that, I'm probably going to use this just for grabbing the image out of memory and I'll work on the drag and drop...
  13. spelltwister

    Grabbing offscreen image

    Wowzers, That really is going to be a bit of work, lol. Might be too much work for this particular game actually, but maybe for one of the others we have on the production run :-/. As far as that goes, I'm thinking this project will have to wait. I'm hoping that there is still a way to do...
  14. spelltwister

    Move users from one domain to another

    Thanks guys, I'm reading over the article and I'm gonna go over it with the guy in charge so hopefully we can get this done finally. ;-D Also, this will work with them being completely separate domains (no higher domain linking them)? Thanks, Mike Online multiplayer strategy games huh...
  15. spelltwister

    Move users from one domain to another

    Hey, I have two servers, one called Magnum, one called NTSERVER. The new plan is to move everyone to Magnum and demote NTSERVER to just a file server (the plan will probably change yet again, but hopefully it won't). Is there a way to port everyone from NTSERVER to Magnum without going in by...
  16. spelltwister

    Domain Server to File Server

    Yep, that's what I wanted. There will be no users on that machine anymore so we don't need them to have accounts on it. ;-D Thanks a bunch! Online multiplayer strategy games huh? Try, 1483online.com where the games are FREE and the community drives enhancements to the game. ;-D
  17. spelltwister

    Randomly select element from array

    I understand why you are using sort, but why did my code go into an endless loop. I've never been able to figure that out... :-/ Online multiplayer strategy games huh? Try, 1483online.com where the games are FREE and the community drives enhancements to the game. ;-D
  18. spelltwister

    Grabbing offscreen image

    With the image click map, would it be able to handle the drag and drop that I was talking about in the other post? Thanks Online multiplayer strategy games huh? Try, 1483online.com where the games are FREE and the community drives enhancements to the game. ;-D
  19. spelltwister

    Grabbing offscreen image

    so, you're saying that the image that i create will stay in memory the entire time and when I click it'll look at what piece is where the click is and allow it to move through moving the image in memory? I'm not sure how that would work though because the image is not square and when they click...
  20. spelltwister

    Grabbing part of an image

    Yep, it's a lot, but here's what happens: When the form loads, it spawns about 170 pic boxes and adds a dragdrop handler. Then it cuts them out into the shape of a country. Then the background image is set as the section of the map I'm using (hence the post). Once that's done, I spawn just...

Part and Inventory Search

Back
Top