The Frequently Asked Questions (FAQ) READ BEFORE POSTING!

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.
User avatar
Phalanx
The Establishment (Moderator)
The Establishment (Moderator)
Posts: 3737
Joined: Thu Mar 06, 2003 11:46 am
Location: Superglued to the forum by Yeahduff
Contact:

Post by Phalanx »

Kit Mehsu wrote:When my comic updates regardless of it being manual or automatic, it refuses to post a new index page while still creating an archive page. My html for the dailytemplate and the indextemplate are almost identical to each other( the only difference being image refrences.) This problem has happened since I started my comic.
I'm confused. What do you mean by your new index page not posting?
Image
The Jaded - Action. Adventure. Danger. For Hire.
Lonely Panel - Explore. Travel. Comics.

User avatar
Kit Mehsu
Newbie
Posts: 5
Joined: Tue Mar 29, 2005 5:59 am
Contact:

Post by Kit Mehsu »

When it updates it still has the old index page in the Public_Html folder instead of the correct current one.

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 »

Kit Mehsu wrote:When it updates it still has the old index page in the Public_Html folder instead of the correct current one.
Could you copy and paste in your indextemplate.html file into here, surrounded by

Code: Select all

 tags? That'd help a lot.

User avatar
YougonDIE
Newbie
Posts: 2
Joined: Thu Mar 24, 2005 11:17 am

Text file

Post by YougonDIE »

Is there any way I can determine where my text file shows up on my html page? currently is shows up right under the comic, but I use tables and is is throwing my design off. I would like to have my text file appear in another table, but still under the comic. Is that possible???

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 »

You'd need to make the text file contain the end for the table, the beginning of a new one, and whatever's already in said text file.

Blaxcell
Newbie
Posts: 1
Joined: Sat Apr 09, 2005 2:08 pm

Singn up help

Post by Blaxcell »

I'm banging my head against the wall, every time I try to sign up and press sumbit it simply refreshes itself so I don't know if the information's sending.
And I've waited for 24 hours for a confirmation email (that hasn't come as of yet) and checked using that status thing. :cry:

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: Singn up help

Post by -Fanny pack »

blaxcell wrote:I'm banging my head against the wall, every time I try to sign up and press sumbit it simply refreshes itself so I don't know if the information's sending.
And I've waited for 24 hours for a confirmation email (that hasn't come as of yet) and checked using that status thing. :cry:
Check to see if you're on this list. If not, try signing up again and see if you appear. If you still don't show up, you're one of the people affected by some bizzare bug that makes it impossible to sign up. To rectify said bug, you have to sign up on another computer or get someone else to. I'm willing to sign up for you, if you need me to. If you want me to, PM me with all the info on the signup page, and I'll sign you up.

User avatar
Kisai
Goddess of Light
Goddess of Light
Posts: 3276
Joined: Fri Jan 01, 1999 4:00 pm
Location: The Past, the Present, The future
Contact:

Post by Kisai »

When it "just refreshes", you have privacy software installed that is "protecting your privacy" by sending nothing.

User avatar
Kit Mehsu
Newbie
Posts: 5
Joined: Tue Mar 29, 2005 5:59 am
Contact:

Post by Kit Mehsu »

heres my daily tempalate

Code: Select all

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en" xml:lang="en"
xmlns="http://www.w3.org/1999/xhtml">
<head>
<title> Kitsune Komics: updates fridays</title>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1" />
</head>
<body background="/images/Kitsuneknot.jpg">
<div class="keen_ad" style="display:inline;">
<center>***advertisement*** </center></div>
<div class="main">
<p align="center"> 
<a href="archive.html"><img src="/images/archive.gif"></a>
<a href="http://www.getphpbb.com/phpbb/index.php?mforum=kitsunek"><img src="/images/forum.gif"></a>
<a href="links.html"><img src="/images/links.gif"></a>
<a href="boutme.html"><img src="/images/boutme.gif"></a>
<img src= "/images/home.gif">
</p>
</p>
<p align="center"></p>
<p aligh="center"><center><font color="#00ff22">
***Todays_comics***
<br>
***first_day***
***previous_day***
***next_day***
***last_day***
<br>***calendar***
</center></p><p><center><!-- Webcomics List - Vote for 506 on the Top 100 HTML code-->
<A HREF="http://www.webcomicslist.com/vote.php?type=in&webcomicid=506" TARGET="_blank"><IMG SRC="http://www.webcomicslist.com/votebutton.php?type=1&webcomicid=506" ALT="Vote for 506 on the Top 100 Comic sites!" BORDER="0"></A></center></p>
<p><center>***comic_name*** is hosted on <a href="http://www.keenspace.com">Keenspace</a>, 
a free webhosting and site automation service for webcomics.</center></p>
</div>
</body>
</html>
and my indextempalate

Code: Select all

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en" xml:lang="en"
xmlns="http://www.w3.org/1999/xhtml">
<head>
<title> Kitsune Komics: updates fridays</title>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1" />
</head>
<body background="images/Kitsuneknot.jpg">
<div class="keen_ad" style="display:inline;">
<center>***advertisement*** </center></div>
<div class="main">
<p align="center"> 
<a href="/archive.html"><img src="images/archive.gif"></a>
<a href="http://www.getphpbb.com/phpbb/index.php?mforum=kitsunek"><img src="images/forum.gif"></a>
<a href="/links.html"><img src="images/links.gif"></a>
<a href="/boutme.html"><img src="images/boutme.gif"></a>
<img src= "images/home.gif">
</p>
</p>
<p align="center"></p>
<p aligh="center"><center><font color="#00ff22">
***Todays_comics***
<br>
***first_day***
***previous_day***
***next_day***
***last_day***
<br>***calendar***
</center></p>
<p><center>***comic_name*** is hosted on <a href="http://www.keenspace.com">Keenspace</a>, 
a free webhosting and site automation service for webcomics.</center></p>
</div>
</body>
</html>

Auie
Newbie
Posts: 1
Joined: Mon Apr 11, 2005 9:32 pm

Post by Auie »

hi there, totally new at this, but things seem to have been going wrong since I got my first activation code. the same day i recieved my activation code, i recieved an email saying that my username was already taken and to resubmit my application. i tried changing my password, and the new activation code was sent to my email. the site, auie.keenspace.com, is there, but i can't log in, through the site or ftp. the problem seems to be that none of my passwords are being activated, but i really can't say. Any help would be appreciated!!

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 »

Kit Mehsu wrote:

Code: Select all

[/quote]
Change ***Todays_comics*** to ***todays_comics***. That might do it.
Additionally, what are you naming your comic files? The filenames might be botching it.

[EDIT] auie, post your problem [url=http://forums.keenspace.com/viewtopic.php?t=64599]in this thread[/url]. [/EDIT]

User avatar
Rianeva
Regular Poster
Posts: 616
Joined: Tue Mar 01, 2005 8:31 pm
Location: Seattle
Contact:

Post by Rianeva »

Quick question: I was looking at the referrers in my webalizer logs, and sometimes I get hits from something like "XXXX:+++++++" (but with a table-breaking number of pluses). What's going on there?

User avatar
Oualawouzou
Cartoon Cop (Moderator)
Cartoon Cop (Moderator)
Posts: 1548
Joined: Fri Jan 10, 2003 7:47 am
Contact:

Post by Oualawouzou »

Rianeva wrote:Quick question: I was looking at the referrers in my webalizer logs, and sometimes I get hits from something like "XXXX:+++++++" (but with a table-breaking number of pluses). What's going on there?
A privacy program runned by your visitor causes this to happen. It's nothing to worry about.

User avatar
Rianeva
Regular Poster
Posts: 616
Joined: Tue Mar 01, 2005 8:31 pm
Location: Seattle
Contact:

Post by Rianeva »

Thanks.

User avatar
Appletrees
Newbie
Posts: 12
Joined: Wed Apr 13, 2005 4:30 pm
Location: Le Moon
Contact:

Post by Appletrees »

I had used the password given to my yet it has failed to work. I have used as directed to change my password, yet it still won't log me in.
Though I know I'll never lose affection
For people and things that went before
I know I'll often stop and think about them
In my life I love you more

User avatar
Kit Mehsu
Newbie
Posts: 5
Joined: Tue Mar 29, 2005 5:59 am
Contact:

Post by Kit Mehsu »

My comics working now, thanks for the help.

quick question though, when I do a search in the keenspace guide for Kitsune, at the bottem of the page is says
Number of Comics on this page: 10/11 out of 20539 on KeenSpace
why does it say 10/11?

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 »

Kit Mehsu wrote:My comics working now, thanks for the help.

quick question though, when I do a search in the keenspace guide for Kitsune, at the bottem of the page is says
Number of Comics on this page: 10/11 out of 20539 on KeenSpace
why does it say 10/11?
That means the following:
There are 20539 assorted records in the KeenDB. There are 11 matches. It will therefore you show you 10 before requiring you to go the next page.
I think.

User avatar
Subhuman
Cartoon Hero
Posts: 1019
Joined: Fri Apr 29, 2005 7:21 am
Location: Rhythm Nation
Contact:

Post by Subhuman »

Check to see if you're on this list.
Sweet, I am! I registered yesterday, so does that mean I'll get my confirm email in the next few days? Just making sure I understand how this works.

Love this place, btw.

User avatar
Kit Mehsu
Newbie
Posts: 5
Joined: Tue Mar 29, 2005 5:59 am
Contact:

Post by Kit Mehsu »

But the guide never goes to more that one page during a search.

Cricks5
Regular Poster
Posts: 46
Joined: Thu Apr 22, 2004 2:24 pm
Location: Twin Falls, Idaho 83301
Contact:

Post by Cricks5 »

True.
"For who doth the bell toll? It chimes for those who have lost their way here who were once my friends. Now I seek to find them so that we can have fun posting messsages again. If only I could remember what their ids here were though."

Post Reply