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...
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...
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)...
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...
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
}...
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...
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"...
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...
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...
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...
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...
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...
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...
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...
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...
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
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
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
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.