Page 4 of 4 FirstFirst 1234
Results 31 to 39 of 39

Thread: *** MARCH CHALLENGE: Not Your Father's Random Dungeon ***

  1. #31
    Guild Journeyer alucard339's Avatar
    Join Date
    Nov 2007
    Location
    Kingston Ontario
    Posts
    193

    Post

    Any admin:

    Redrobes The thumbnail link should be made a sticky alone post just below the challenge rules.



    It will definitely be an awesome upgrade to the voting process, more to the point for those timid members who don't want to go through all the text of each entry,

    Really a great job Redrobes and good initiative. I'm happy and jealous of you because, I had that idea since last December challenge, but I'm really not good at web programming so can't do it for now.

    Here get 1 rep point from me, because you could do something I wanted to do.

    Maybe we could work Redrobes page a little to give it the same look as the rest of our forum and by the same account make a default version for each month challenge.
    Let my fangs find your neck, during the night, so that I can drink your knowledge ...

    So it could be use here : www.l-hazard.com

  2. #32
    Administrator Redrobes's Avatar
    Join Date
    Dec 2007
    Location
    England
    Posts
    7,196
    Blog Entries
    8

    Post

    Firstly, if you want to know how its done just display the source and play. I just write it in wordpad - no special app required. You would need to copy all the thumbnail images and put them in the same directory as I have used relative pathnames for them.

    I was thinking about (perhaps !) doing a little Perl script which could scrape a section off of a fixed post and build the page automatically so that any admin could then edit the post and it would update the page. I'm not sure if I would have the time to try that but it sounds doable. I have done something similar in a previous incarnation so that a wiki page had a text based data on stuff and the CGI Perl draw a map based on the stuff so wiki edits made the map. If this site could support custom perl CGI scripts then that would be fine or else I'll host it like the current one.

  3. #33

    Post Just a word of Encouragement

    I just wanted to apologize for my disappearance and wish all the competitors well. Real life has kept me from a computer for most of the last couple of weeks.

    The entries look good and it is interesting to see all of them using the same room layout.


    Good luck to each of you.


    Sigurd

  4. #34

    Post

    Quote Originally Posted by Sigurd View Post
    I just wanted to apologize for my disappearance and wish all the competitors well. Real life has kept me from a computer for most of the last couple of weeks.

    The entries look good and it is interesting to see all of them using the same room layout.


    Good luck to each of you.


    Sigurd
    I was concerned that I had frightened you away after my "rule judgment". Hope you find the time to get some mapping done Maybe next month's contest!

    -Rob A>

  5. #35

    Post

    What is the entry deadline for the challenge?

  6. #36
    Community Leader Facebook Connected Badger's Avatar
    Join Date
    Feb 2008
    Location
    Morton, TX
    Posts
    1,473

    Default

    I believe its five days to the last day of the month.. in this case... the 26th...its in the challenge rules located here:http://www.cartographersguild.com/showthread.php?t=503

  7. #37
    Administrator Redrobes's Avatar
    Join Date
    Dec 2007
    Location
    England
    Posts
    7,196
    Blog Entries
    8

    Post

    Hi guys, Earlier I posted a link to an overview of this months entries...


    ...which I have been trying to keep up to date. I said that I would try to make a CGI dynamic page to gather up all the entries automatically and present them. I have been trying to do that and I have a script now.

    The problem is that it takes so long to click on a challenge thread and get the results back that after 16 of them plus the time to search, download the image, rescale and present it, it takes too long to run as a CGI script.

    So what I am intending to do from next month onwards is to run this script locally to myself and upload all of the thumbs that it generates for me. The script will take a few minutes to run and I may even be able to get it to ftp the results up for me too. Thats going to be easier than me clicking on 16 threads now and again to check I haven't missed any.

    So in the future I am proposing that I will make a list of entries locally but if you want the script to put the latest WIP image into the thumbs page then just put...

    ### Latest WIP ###

    as the last thing in your post, before the image and it will find the last one and use the next image as the current thumb. I have done this on my challenge entry this month for example.

    I can make the script available to Arcana or any admin who wants to look at it.

  8. #38
    Community Leader pyrandon's Avatar
    Join Date
    Feb 2007
    Location
    Michigan, USA
    Posts
    1,341

    Default

    Redrobes, I'm a tech idiot, but if this script of which you speak works the way I think it will work, that's awesome! Thank you!!

    I'll leave it to Arcana and my other betters to decide what/how to utilize all your hard work, but I see great things in the future!
    Don
    My gallery is here
    __________________________________________________ _______
    "Keep your mind in hell, but despair not." --Saint Silouan [1866-1938]

  9. #39
    Administrator Redrobes's Avatar
    Join Date
    Dec 2007
    Location
    England
    Posts
    7,196
    Blog Entries
    8

    Post

    It logs itself in and fetches a page which contains lines like these...

    ### New Challenge Entry:Redrobes,1604
    ### New Challenge Entry:GamerPrinter,1588
    ### New Challenge Entry:NeonKnight,1611

    ...somewhere in it. The numbers represent the thread id's. Then it goes through the threads looking for that latest WIP thing and grabs the link to the next image. The script loads up a database and checks if the attachment id is the same as the current thumbnail and if not then it fetches that image and rescales it to thumb size and saves/overwrites it out and updates the database file. Then it writes out the web page bit for that entry too.

    So you start with a file or webpage containing a list of entries and the usual set of entry threads as normal. The list could be the challenge description like this thread with a post containing this list or each person could post and add themselves. You might have a database file from a previous run also.

    In the end you have a database text file of thumbnail attachment id's, a list of thumbnail PNG files and the web page linking the thumbnails like that of the link above. The latter two being required / uploaded for the web page view.

    Maybe if it was run on the same machine that was serving the files then it would (or could be made to) take the files locally from the HDD and therefore not have to go via apache + net and then be fast enough to run as a CGI. This I would grant you would be a tricky thing to get right. So running locally to me/an admin (i.e. across the net) and uploading the results is much easier.
    Last edited by Redrobes; 03-24-2008 at 05:13 PM.

Page 4 of 4 FirstFirst 1234

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •