need help to change permision

For requests for help from CG administrators, Wranglers, and experienced CG members. Please read the FAQ before posting. Also look at CG Wiki for tutorials and how-tos written by other CG webtoonists.
Post Reply
Cgaddicts
Newbie
Posts: 10
Joined: Wed Mar 16, 2005 3:18 pm
Contact:

need help to change permision

Post by Cgaddicts »

i want to have this one folder for write back how do i do that the folder is in images and i need that folder in images to have a write back so it can update
thanks

User avatar
-Fanny pack
The Establishment (Moderator)
The Establishment (Moderator)
Posts: 575
Joined: Sat Jun 26, 2004 3:25 pm
Location: I don't want to help anymore.
Contact:

Post by -Fanny pack »

...
What?
What do you mean by "write back"? I am terribly confused.

Cgaddicts
Newbie
Posts: 10
Joined: Wed Mar 16, 2005 3:18 pm
Contact:

waht i mean

Post by Cgaddicts »

in cute ftp u can set permisions to give anyone to write to the folder and i doing a java script that need to be able to write to the file but since the folder is protected i can't so how do i change it (ps when i do it through cuteftp it say not allowed or no access)

User avatar
-Fanny pack
The Establishment (Moderator)
The Establishment (Moderator)
Posts: 575
Joined: Sat Jun 26, 2004 3:25 pm
Location: I don't want to help anymore.
Contact:

Re: waht i mean

Post by -Fanny pack »

cgaddicts wrote:in cute ftp u can set permisions to give anyone to write to the folder and i doing a java script that need to be able to write to the file but since the folder is protected i can't so how do i change it (ps when i do it through cuteftp it say not allowed or no access)
Leave the file permissions alone!
Javascript is client-side, not server-side. As a result, your Javascript will not be able to write to your site, no matter what you do. Comic Genesis does not allow for server-side scripting of any sort.
What, exactly, did you want to do?

Cgaddicts
Newbie
Posts: 10
Joined: Wed Mar 16, 2005 3:18 pm
Contact:

what i want to do

Post by Cgaddicts »

i want to do the dhtml popup java windows for my site on some things like the calandar and some other tags it loads the tag fine in the script code but waht it does is a content update to the file and so the window will disply the calanadar
http://cgaddicts.keenspace.com/test.htm
one i am testing
but need the write back

User avatar
-Fanny pack
The Establishment (Moderator)
The Establishment (Moderator)
Posts: 575
Joined: Sat Jun 26, 2004 3:25 pm
Location: I don't want to help anymore.
Contact:

Re: what i want to do

Post by -Fanny pack »

cgaddicts wrote:i want to do the dhtml popup java windows for my site on some things like the calandar and some other tags it loads the tag fine in the script code but waht it does is a content update to the file and so the window will disply the calanadar
http://cgaddicts.keenspace.com/test.htm
one i am testing
but need the write back
I am still very confused as to what you're trying to do.
Additionally, DHTML will never require writing of data to the server. You're mistaken about something.

Cgaddicts
Newbie
Posts: 10
Joined: Wed Mar 16, 2005 3:18 pm
Contact:

look

Post by Cgaddicts »

the dhtml window is a .js file
if i write ***big_calandar*** in that file
keenspace will not change that in the file only html
if u look at source on the test page and look for
function DoContentUpdate()
var x used to = ***advertisement*** (that is waht i am testing on now)
now the tag is replace with the code and then this will add the code to the .js file but that will not add becasue of no write back to the folder so the code will not chane in the .js file

User avatar
-Fanny pack
The Establishment (Moderator)
The Establishment (Moderator)
Posts: 575
Joined: Sat Jun 26, 2004 3:25 pm
Location: I don't want to help anymore.
Contact:

Post by -Fanny pack »

What is the JS supposed to do? What is the purpose of your script?

Cgaddicts
Newbie
Posts: 10
Joined: Wed Mar 16, 2005 3:18 pm
Contact:

here

Post by Cgaddicts »


User avatar
Plothole
Cartoon Hero
Posts: 1056
Joined: Sun Nov 23, 2003 10:23 pm
Location: In the Kitchen.
Contact:

Post by Plothole »

I should probably point out that your current code only works properly in IE.

User avatar
-Fanny pack
The Establishment (Moderator)
The Establishment (Moderator)
Posts: 575
Joined: Sat Jun 26, 2004 3:25 pm
Location: I don't want to help anymore.
Contact:

Post by -Fanny pack »

Believe me when I say that it's more trouble than it's worth. Additionally, you can't put the advertisement in a DHTML window because you can close said window. The ad needs to be visible at all times and you can't provide an obscurer.

Cgaddicts
Newbie
Posts: 10
Joined: Wed Mar 16, 2005 3:18 pm
Contact:

i was only testing

Post by Cgaddicts »

i was only testing with the ad i know the rules i plan adding it to the top and visable and not removeable

i know the code only works so far in ie i plan on fixing for others but right now in testing phase thus test name on all of the stuff
so if no one can help then forget it
thanks for ur time

Post Reply