everett
Members-
Content Count
8 -
Joined
-
Last visited
Everything posted by everett
-
Help With Geting Your Ip With A Script And Loging It
everett replied to everett's topic in Programming
yes it worked it had to be set to 777thank you so much -
Help With Geting Your Ip With A Script And Loging It
everett replied to everett's topic in Programming
i got a error again Warning: touch(): Unable to create file ip.html because Permission denied in /home/everett1/public_html/index.php on line 19 Warning: chmod(): No such file or directory in /home/everett1/public_html/index.php on line 20 would it help if you had the site address -
Help With Geting Your Ip With A Script And Loging It
everett replied to everett's topic in Programming
i get a error saying that there is no file called ip.html -
Help With Geting Your Ip With A Script And Loging It
everett replied to everett's topic in Programming
thank you very much i changed the permissions to write all but it says it does not have write permissions -
i have made a script to find your ip <?$ip = getenv('REMOTE_ADDR'); ?> i have been thinking of turning it in to a ip logger but i need help with writeing the ip's to a html file can anyone help me
-
i beleve you can use dim yourvariable as globalor global yourvariablei forgot which or just build a componint and add it to your form and then it will be part of the form and you dont have to use global and when you want to swich unhide the one you want to show and hide the others
-
I think your thinking about visual basic script it can be writen in notepad and you dont need to comple it . There is a good site for it here vbscript it can do some things that visual basic can't do but there is no ide for it and you can't make a gui from it well you can but it would be hard.