Apolyton Archive  |  Preserved copy of the Apolyton Civilization Site and its forums as they stood in September 2005. Read-only; nothing here can be posted to or replied to.  |  Forum index |  About this archive |  The 1998–2001 UBB forums
Today on Apolyton WARDELL INTERVIEW PROMO A.C.S. HISTORY CHAPTER 4 GET CIV4 /w FREE PLUS! A.C.S. PHOTO GALLERY GET A.O.M. V1.1
Apolyton Civilization Forums
main| civ2| civ3| civ4| smac| ctp2| ron| moo3| galciv| galciv2| alt| about|
ApolytonPLUS | register | search | faq | new posts | pm (-/-) | upload | members
hall of fame new! | civgroups | civgroups news | interviews | the column | radio | chat | directory | news | store | PLUS
Apolyton Civilization Forums : Powered by vBulletin version 2.0.3 Apolyton Civilization Forums > Miscellaneous > Archive > Apolyton/Community-Archive > Civ 2 files
Show a Printable Version | Email This Page to Someone! | Receive updates to this thread | Report this to Apolyton news!

bottom of page
  
Author
Thread    < Last Thread     Next Thread > Post New Thread     Post A Reply
Case is offline Case

King
The backlash starts here
Feb 2000
time: 15:17
Question  Old Post 11-01-2002 10:15 Visit Case<br><a href=/members><img src=/forums/images/supporter-icon.gif border=0></a><BR>'s homepage!
Edit/Delete Message Reply w/Quote
#1 Report this post to a moderator
Civ 2 files Tired of ads?

Is Apolyton still accepting and hosting new files for Civ 2? (scenarios, maps, modpacks, etc)

MarkG is offline MarkG
Grand Lord of Apolyton, Owner of all this land as far as the eye can see

Donate to the Red Cross
Macedonia, Greece
Jan 1970
time: 07:17
  Old Post 11-01-2002 12:28 Visit MarkG<br><img src=/forums/images/admin-icon.gif>'s homepage!
Edit/Delete Message Reply w/Quote
#2 Report this post to a moderator
Help yourself to an AD-FREE life

yes

Ecthy is offline Ecthy
Emperor
Zhonghuà Rénmín Gònghéguó
Mar 2000
time: 06:17
  Old Post 11-01-2002 18:35
Edit/Delete Message Reply w/Quote
#3 Report this post to a moderator
Tired of ads?

Well, why is it there have been so few new Civ2 scenarios lately? There used to be tons of them!

Martin Gühmann is offline Martin Gühmann
Emperor
Berlin, Germany
Mar 2001
time: 06:17
Post  Old Post 11-01-2002 19:07 Visit Martin Gühmann's homepage!
Edit/Delete Message Reply w/Quote
#4 Report this post to a moderator
Browse Apolyton AD-FREE

But Apolyton does not accept new CTP2 files if you are using the official add a file form. It is broken, just the requirement tag is missing. But I know it was very hard to post here my CityMod2. Therefore Marcos won't fix it, so that Apolyton won't accept any new CTP2 files, except the ones from me as I have already a version of this form that works. It was not so difficuilt to fix it. But I guess the file that I have to send Markos must be above a certain size so that Markos won't through this mail into the dustbin. As I remember I already submitted some moth ago something. It was sent to Markos successfully. Maybe I should send it to OmniGod I know he has already retired from the CTP2 database management job, but if you believe the CTP2 add a file form it should be send still send to OmniGod although he isn't the CTP2 database manager anymore.

-Martin

Case is offline Case

King
The backlash starts here
Feb 2000
time: 15:17
Thumbs up  Old Post 12-01-2002 05:37 Visit Case<br><a href=/members><img src=/forums/images/supporter-icon.gif border=0></a><BR>'s homepage!
Edit/Delete Message Reply w/Quote
#5 Report this post to a moderator
Support Apolyton buy from Amazon

quote:
Originally posted by MarkG
yes


Great - I should have something for you in a few days

Martin Gühmann is offline Martin Gühmann
Emperor
Berlin, Germany
Mar 2001
time: 06:17
Post  Old Post 12-01-2002 22:29 Visit Martin Gühmann's homepage!
Edit/Delete Message Reply w/Quote
#6 Report this post to a moderator
Enter the AD-FREE zone

Markos you did something with this CTP2 Add A File Page, but it does not fix the problem. Now I can fill the entire form, but when I do this and press the the Add Resource button, I return to this Add A File Page to fill out it again.

I made a screen capture of the official Add A File Page and one of my own (the version that worked for me). The first two cuts are from your version. You notice that the submission of a new CTP2 file should go to OmniGod. But he already retired from that ACSDB manager job. Therefore he pointed out that any new submissions should go to you Markos, until there will be a new Database Manager. So this should be reflected here.

Another question is what should this stuff here above Title:
None2.422.622.78MGEToT-->

I took a look on the Civ2 Add A File Page, and therefore I now that this are Civ2 requirements, just the spaces are missing. So with spaces it would look like:

None 2.42 2.62 2.78 MGE ToT -->

The last sign is a comment end sign. I also took a look on the code of this page and notice that the Requirement Tag was just outcommented.

So I decided to help you by giving you detailed advice. Markos to fix it: Open the file that can be found on:

http://apolyton.net/cgi-bin/ctp2/db/add.cgi

That's the add a file page about I am talking.

Go to line 132 there you find the outcommented code about I talked:

PHP:

<!--                 <
tr><td align=&quot;right&quot; valign=&quot;top&quot;>Requirement:</td>
                    <
td><SELECT NAME=&quot;Requirement&quot;  SIZE=1><OPTION>---<OPTION>None<OPTION>2.42<OPTION>2.62<OPTION>2.78<OPTION>MGE<OPTION>ToT</SELECT></td></tr> -->



You notice the <!-- and this --> around the code. Remove these signs, to enable the the requirement box. The second step would be to replace the Civ2 requrements by CTP2 ones. So you have to replace this:

PHP:

<
OPTION>None<OPTION>2.42<OPTION>2.62<OPTION>2.78<OPTION>MGE<OPTION>ToT</SELECT>



by this

PHP:

<
OPTION>None<OPTION>1.1/1.11<OPTION>ModS<OPTION>1.1/1.11 + ModS</SELECT>



So we have possible requirements the CTP1 patch version 1.1/1.11 or ModSwapper or the patch and ModSwapper.

To fix the form that people will send the stuff to you and not OmniGod you have to go to line 109 you will find this in this line:

PHP:

<
a href=&quot;mailto:rsaari@alumni.uwaterloo.ca&quot;>Omnigod</a>



I guess you know what to do that people won't send their stuff to OnmiGod but to you.

I made these fixes on my own Add A File Page, and I submitted CityMod2 with it successfully. That was in the last September. If you did not changed something on the server side on the code of some other pages it should work.

-Martin

Attachment: addafile.jpg
This has been downloaded 106 time(s).

Martin Gühmann is offline Martin Gühmann
Emperor
Berlin, Germany
Mar 2001
time: 06:17
Post  Old Post 14-01-2002 03:33 Visit Martin Gühmann's homepage!
Edit/Delete Message Reply w/Quote
#7 Report this post to a moderator
Browse Apolyton AD-FREE

Why I have the feeling that I have to bump this thread every day to make you read this Markos?

-Martin

MarkG is offline MarkG
Grand Lord of Apolyton, Owner of all this land as far as the eye can see

Donate to the Red Cross
Macedonia, Greece
Jan 1970
time: 07:17
  Old Post 15-01-2002 02:31 Visit MarkG<br><img src=/forums/images/admin-icon.gif>'s homepage!
Edit/Delete Message Reply w/Quote
#8 Report this post to a moderator
Tired of ads?

i am aware of the problem

it will be "solved" when we move the ctp2 files db to a new script

Locutus is offline Locutus
ACS CTP1/2 Manager & Civ4 Co-Manager
Hengelo, The Netherlands
Nov 1999
time: 06:17
  Old Post 15-01-2002 05:25 Visit Locutus<br><img src=/forums/images/staff-icon.gif>'s homepage!
Edit/Delete Message Reply w/Quote
#9 Report this post to a moderator
Full PM-box? Change here!

any idea when you will be doing that?

MarkG is offline MarkG
Grand Lord of Apolyton, Owner of all this land as far as the eye can see

Donate to the Red Cross
Macedonia, Greece
Jan 1970
time: 07:17
  Old Post 15-01-2002 05:35 Visit MarkG<br><img src=/forums/images/admin-icon.gif>'s homepage!
Edit/Delete Message Reply w/Quote
#10 Report this post to a moderator
Put an end to popups!

quote:
Originally posted by Locutus
any idea when you will be doing that?
no, as we have some bigger issues to work on these days. dont know if you noticed, we moved the entire site to a new server and will be moving again soon...

Locutus is offline Locutus
ACS CTP1/2 Manager & Civ4 Co-Manager
Hengelo, The Netherlands
Nov 1999
time: 06:17
  Old Post 15-01-2002 05:47 Visit Locutus<br><img src=/forums/images/staff-icon.gif>'s homepage!
Edit/Delete Message Reply w/Quote
#11 Report this post to a moderator
Help yourself to an AD-FREE life

quote:
Originally posted by MarkG
no, as we have some bigger issues to work on these days. dont know if you noticed, we moved the entire site to a new server and will be moving again soon...


sure, you're busy now but that doesn't mean you can't plan for the future

Besides, I think the CtP2 database should have precedence: I've been waiting long enough

-smilies overkill!

Martin Gühmann is offline Martin Gühmann
Emperor
Berlin, Germany
Mar 2001
time: 06:17
Post  Old Post 15-01-2002 21:47 Visit Martin Gühmann's homepage!
Edit/Delete Message Reply w/Quote
#12 Report this post to a moderator
Support Apolyton, pre-order Civilization IV

So it wouldn't help me to fill out my own working form and send the stuff to you, You wouldn't post it in the next month.

But anyway thanks for the reply, although it wasn't the answer that I actual wanted.

For the CTP2 DB Manager issure did you emailed DanQ about that issure, from the Apolyton about pages I know that such requests should go to him, officially.

-Martin

Locutus is offline Locutus
ACS CTP1/2 Manager & Civ4 Co-Manager
Hengelo, The Netherlands
Nov 1999
time: 06:17
  Old Post 15-01-2002 21:58 Visit Locutus<br><img src=/forums/images/staff-icon.gif>'s homepage!
Edit/Delete Message Reply w/Quote
#13 Report this post to a moderator
Tired of ads?

quote:
Originally posted by Martin Gühmann
For the CTP2 DB Manager issure did you emailed DanQ about that issure, from the Apolyton about pages I know that such requests should go to him, officially.


What? You mean, if I want to become the CtP1/2 Database Manager I should contact Dan about that? Damn, I've been harassing the wrong guy for all these months

Martin Gühmann is offline Martin Gühmann
Emperor
Berlin, Germany
Mar 2001
time: 06:17
Post  Old Post 16-01-2002 00:03 Visit Martin Gühmann's homepage!
Edit/Delete Message Reply w/Quote
#14 Report this post to a moderator
Support Apolyton, buy Galactic Civilizations

Em yes. Take a look on this page: http://apolyton.net/about/helper.shtml

There I found the information that if you want to become an Apolyton helper you should contact DanQ for more information about it. Therefore I guess he the right guy for that issure.

But at least it would be worth a trial, as he is the other guy who should be able to give you the right to manage the CTp2 database.

-Martin

DanQ is offline DanQ
Emperor of Apolyton, Ruler of the Here and Now
Ontario, Canada
Aug 1998
time: 00:17
  Old Post 16-01-2002 08:57 Visit DanQ<br><img src=/forums/images/admin-icon.gif>'s homepage!
Edit/Delete Message Reply w/Quote
#15 Report this post to a moderator
Support Apolyton, buy Galactic Civilizations

If you see the news item in the 'About' section dated January 6th, you will notice it includes mention of a new file database system that we purchased late last year and is presently undergoing testing.

This process began prior to the server difficulties that began in earnest on December 24th and, as Markos said, is still atop of the list of matters for consideration as our current hosting arrangement is only on a temporary basis (~3-4 weeks worth).

As for our need to "planning for the future", Locutus, I believe both of both of these issues well qualify.

-----------------
Dan; Apolyton CS

Locutus is offline Locutus
ACS CTP1/2 Manager & Civ4 Co-Manager
Hengelo, The Netherlands
Nov 1999
time: 06:17
  Old Post 16-01-2002 15:43 Visit Locutus<br><img src=/forums/images/staff-icon.gif>'s homepage!
Edit/Delete Message Reply w/Quote
#16 Report this post to a moderator
Lose 30 kilos (of popups)

Martin,
Don't worry, I emailed both Dan and Markos when I originally applied for the job. This of course resulted in each expecting the other to take appropriate action but eventually it became clear Markos was the guy who would take care of it. Or at least he said he would... soon... eventually... maybe... probably not...

Dan,
Very true. And I'm aware of the current state of affairs (well, as far as you guys have released details anyway), but they always taught me in school 'planning' should come with some sort of time-schedule as well

Yes, I know you're doing the best you can and you're busy and stuff, I was just wondering when files can be added to the database again (by me or anyone else), since only 1 file has been added to the CtP2 database over the last 6 months or so (while us modmakers haven't exactly been doing nothing). And I can't even remember how long ago the last CtP1 update was (although I have to admit not too many files have been admitted for that either).

Last edited by Locutus on 16-01-2002 at 16:04

DanQ is offline DanQ
Emperor of Apolyton, Ruler of the Here and Now
Ontario, Canada
Aug 1998
time: 00:17
  Old Post 17-01-2002 09:52 Visit DanQ<br><img src=/forums/images/admin-icon.gif>'s homepage!
Edit/Delete Message Reply w/Quote
#17 Report this post to a moderator
Suffering from ads?

Neither Markos nor myself have the time for looking after the CTP/CTP2 databases right now because of other matters (both Apolyton and non-Apolyton related) and in addition do not have time to train somebody else at this point.

What is even a greater consideration in this regard is, as I posted about in the January 6th "About" section news item and discussed in another thread in this forum earlier this week, is that we recently purchased a new database script and that initial testing began for implementation just shortly before the server difficulties arose. Because of this, our own timeline was thrown off course and we cannot get back on course until the server matter is resolved and this is presently out of our hands in terms of that timeline (we are not the ones at GS working on the problem still).

-----------------
Dan; Apolyton CS

Locutus is offline Locutus
ACS CTP1/2 Manager & Civ4 Co-Manager
Hengelo, The Netherlands
Nov 1999
time: 06:17
  Old Post 17-01-2002 21:25 Visit Locutus<br><img src=/forums/images/staff-icon.gif>'s homepage!
Edit/Delete Message Reply w/Quote
#18 Report this post to a moderator
Inflate your Upload Space

Well, it obviously not what I want to hear but thanks for the info anyway, Dan, I undertand perfectly.

I'll consult with the Queen and see if we can assimilate your server, that way the Collective can keep it running at maximum efficiency

Martin Gühmann is offline Martin Gühmann
Emperor
Berlin, Germany
Mar 2001
time: 06:17
Post  Old Post 19-01-2002 03:39 Visit Martin Gühmann's homepage!
Edit/Delete Message Reply w/Quote
#19 Report this post to a moderator
Full PM-box? Change here!

I wonder how much time OmniGod have to train you Locutus.

Martin

Locutus is offline Locutus
ACS CTP1/2 Manager & Civ4 Co-Manager
Hengelo, The Netherlands
Nov 1999
time: 06:17
  Old Post 19-01-2002 06:52 Visit Locutus<br><img src=/forums/images/staff-icon.gif>'s homepage!
Edit/Delete Message Reply w/Quote
#20 Report this post to a moderator
Lose 30 kilos (of popups)

quote:
Originally posted by Martin Gühmann
I wonder how much time OmniGod have to train you Locutus.


Damn, I should have gotten you into this months ago, that's a brilliant idea

Dan?
Markos?
Richard?

  < Last Thread     Next Thread > Post New Thread     Post A Reply
All times are GMT. The time now is 05:17.
Apolyton Time is 00:17.
    top of page
Rate This Thread:
archivepost
Forum Jump:
Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is ON
vB code is ON
Smilies are ON
[IMG] code is ON
 




Contact Us - Apolyton Civilization Site - Support Us!

Building a better Apolyton through better information. Click here and take our poll!
Non-US visitors, click here!

Powered by: vBulletin Version 2.0.3
Copyright ©2000, 2001, Jelsoft Enterprises Limited.

Page generated in 0.0658 seconds (91.27% PHP - 8.73% MySQL) with 31 queries
Page Loading Time:

Support Apolyton: Amazon USA | Amazon UK | Amazon DE | Amazon FR |
Support Apolyton and get FREE PLUS, Buy from Chips&Bits: Galactic Civilizations | Galactic Civilizations: Deluxe Edition | Call to Power 2 | Civilization: The Boardgame | GURPS/ Alpha Centauri | Alpha Centauri | Civilization IV | Civilization III: Complete |


Front Page | Civilization IV | Civilization III | Civilization II | Call to Power II | Alpha Centauri | Master of Orion III
Rise of Nations | Galactic Civilizations | Galactic Civilizations II | Misc
Alt.Civs | Civ I | C:CtP I | About | News | Directory | Apolyton Store | Forums | Chat | Columns | Interviews | Newsletter
Scenario League | CSC | Clash of Civs | Spanish Site | CtP Maps | Cradle of Civ | WesW's Ctp1/2 Site | Civ3 Haven

apolyton.net | apolyton.com | civilization2.net | civilization3.net | civilization4.net | civilizationiv.info | calltopower.net | galciv.net | galciv2.net | moo3.net