Author |
Message |
Topic: Alow .php files to write to .html file. |
Rufert
Replies: 8
Views: 13837
|
|
are you getting an error? or do you need a script that writes it |
Topic: Help with permissions. |
Rufert
Replies: 25
Views: 35538
|
|
I'm not sure how to check for that or change it? |
Topic: Help with permissions. |
Rufert
Replies: 25
Views: 35538
|
|
Even without that line i still get a permissions error with the copy:
Warning: copy(../../user_files/bloo) [function.copy]: failed to open stream: Permission denied in C ... |
Topic: Help with permissions. |
Rufert
Replies: 25
Views: 35538
|
|
Here's what i'm trying to do, maybe you have a better idea.
When a user signs up their username is sent to the processor page which is the one i'm working on. Then it needs to create a folder with ... |
Topic: Help with permissions. |
Rufert
Replies: 25
Views: 35538
|
|
Thanks, thats what i figured. I tried to change it in safe mode but when i tried again i still got the same error.
Anyone have any ideas let me know! |
Topic: Help with permissions. |
Rufert
Replies: 25
Views: 35538
|
|
Ok, thanks. I'll let you know what i find out. |
Topic: Help with permissions. |
Rufert
Replies: 25
Views: 35538
|
|
Here's what i'm trying to do, maybe you have a better idea.
When a user signs up their username is sent to the processor page which is the one i'm working on. Then it needs to create a folder with ... |
Topic: Help with permissions. |
Rufert
Replies: 25
Views: 35538
|
|
Ok, Thanks alot! |
Topic: Help with permissions. |
Rufert
Replies: 25
Views: 35538
|
|
What version windows do you run? |
Topic: Help with permissions. |
Rufert
Replies: 25
Views: 35538
|
|
same error...
Warning: fopen(../../user_files/user)
Have any more ideas? This is really stupid. Thank you for your help!! |
Topic: Help with permissions. |
Rufert
Replies: 25
Views: 35538
|
|
Warning: fopen(../../user_files/user)
That's odd.... Any ideas?
<?php
$user="user";
$to="../../user_files/".$user;
$ind="../../user_pages/index/index.php";
... |
Topic: Help with permissions. |
Rufert
Replies: 25
Views: 35538
|
|
This may be stupid but i dont have a security tab
only one ../ in this case wouldn't work bc it needs to drop back 2 dir's |
Topic: Help with permissions. |
Rufert
Replies: 25
Views: 35538
|
|
Could you explain a little more? I run windows xp home. what should i change?
only one ../ in this case wouldn't work bc it needs to drop back 2 dir's |
Topic: Help with permissions. |
Rufert
Replies: 25
Views: 35538
|
|
I am trying to find if their is a way to change permissions on a windows system. Here is what i have so far...
<?php
$user="user";
$to="../../user_files/$user";
$ind=". ... |
Topic: Question help... |
Rufert
Replies: 2
Views: 9679
|
|
Okay I have a wireless router linksys. And It goes to my computer that I'm on right now. I keep hearing all this about opening ports. What do I need to open. Whenever I try to go to my site it say ... |
Topic: Photo-Graffix & Php 5.0.4 |
Rufert
Replies: 13
Views: 19817
|
|
I tried it and had no problem at all...
What exactly is the problem? |
Topic: Problem with phpMyAdmin |
Rufert
Replies: 6
Views: 14468
|
|
Ok n/p |
Topic: Problem with phpMyAdmin |
Rufert
Replies: 6
Views: 14468
|
|
Can you give more info about your problem and settings.
What exactly are you trying to do? |
|