Fork me on GitHub

ShortUrl doesnt work with Updownload??  Bottom

  • It certainly doesnt work in my case. Updownload 2.3. It just works as if shorturl isnt enabled and uses the PHP syntax.

    Any suggestions on how to fix.
  • So, I think something on your site is wrong.
    When you look at my website, you can see that UpDownload works without any problems with short URL's.
    Witch kind of short URL's do you use: Xanthia, AutoTheme or something else ???

    Regards Petzi

    --
    Petzi-Juist :: ... welcome to my digital world ...
  • Xanthia. It works fine with every other module/page. Its like its not enabled in UpDownloads or something??
  • Try using {} instead of []
  • Nightmare4k

    Try using {} instead of []


    Thats a good point. All modules that are not built in need to be called via {} ie module-modulename.html.

    But this is not the case for Updownloads in my site and you can only call it via UpDownload.html. module-Updownload.html or [] gives a failed 2 load error.
  • I cant follow your problems. At my site it works with the standard xanthia short URL's.
    Witch PN version do you use if 750 have you installed the PNSA2005-2 and have you also replaced your old htaccess with the new one from the PNSA2005-2???

    Regards Petzi

    --
    Petzi-Juist :: ... welcome to my digital world ...
  • I didnt have PNS2005-2 installed. Installed it and replaced htaccess file but no change. COuld this have anything to do with me using snakeseo as well. I have pasted the .htaccess file from snakeseo into the shorturl .htaccess file so they can both work. Could this be affecting it??
  • This will be the reason for that. What is snakeseo ?

    --
    Petzi-Juist :: ... welcome to my digital world ...
  • SnakeSEO is from www.snakelab.com. Its a search engine optimizer for postnuke that creates a sitemap for the whole PN site that only the search bots can see and is hidden from the users. I have heard it brings up hits by around 25%. If snakeseo is the cause then why does it only affect the UpDownload module. Everything else even new modules ive installed are using ShortUrls with no probs.
  • <ot>snakeSEO looks very interesting</ot>
  • Maybe you can give me a link to your site, and I need your whole htaccess.

    Regards Petzi

    --
    Petzi-Juist :: ... welcome to my digital world ...
  • http://www.shekaf.com

    and heres my .htaccess file:

    Code

    # http://httpd.apache.org/docs/misc/rewriteguide.html
    RewriteEngine on

    # -- This is to deactivate urls like this: sitemap.html?POSTNUKESID=9ee22afbb07b4d9987a1f81b89748767
    # -- Because Searchengines don't follow links like this
    # -- PLEASE REMOVE IF YOU GET AN ERROR 500 !
    Options +FollowSymlinks
    # -- To execute php in html
    AddType application/x-httpd-php php php4 php3 html htm

    # -- For the Sitemap
    RewriteRule ^sitemap_([1-9][0-9]*)\.html$ /portal/sitemap.php?start=$1 [L]
    RewriteRule ^sitemap(.*)\.html$ /portal/sitemap.php [L]

    # -- ContentExpress
    # -- All sites should be accessed via ce_index<ceid>.html
    RewriteRule ^ce_index(.*)\.html$ /index.php?module=ContentExpress&func=display&ceid=$1 [L]

    # -- Calendar
    # -- All sites should be accessed via cal_index<pc_sid>.html
    RewriteRule ^cal_index(.*)\.html$ /index.php?module=PostCalendar&func=view&viewtype=details&eid=$1 [L]

    # -- News (http://www.postnuke.com)
    # -- All sites should be accessed via news_index<pn_sid>.html
    RewriteRule ^news_index(.*)\.html$ /modules.php?op=modload&name=News&file=article&mode=thread&order=0&thold=0&sid=$1 [L]

    # -- EZCMS
    # -- All sites should be accessed via ez_index<page_id>.html
    RewriteRule ^ez_index(.*)\.html$ /modules.php?op=modload&name=EZCMS&file=index&page_id=$1 [L]

    # -- PagEd
    # -- All sites should be accessed via pg_index<page_id>.html
    RewriteRule ^pg_index(.*)\.html$ /index.php?name=PagEd&page_id=$1 [L]

    # -- Downloads (http://www.postnuke.com)
    # -- All sites should be accessed via dl_index<page_id>.html
    RewriteRule ^dl_index(.*)\.html$ /modules.php?op=modload&name=Downloads&file=index&req=viewdownload&cid=$1 [L]

    # -- My eGallery (http://www.marsishere.net)
    # -- All sites should be accessed via egal_index<page_id>.html
    RewriteRule ^egal_index(.*)\.html$ /index.php?module=My_eGallery&do=showgall&gid=$1 [L]

    # -- subjects 2.0 (http://home.postnuke.ru)
    # -- All sites should be accessed via subj_index<page_id>.html
    RewriteRule ^subj_index(.*).html$ /modules.php?op=modload&name=Subjects&file=index&req=viewpage&pageid=$1 [L]
    #RewriteRule ^subj_index(.*)\.html$ /index.php?module=subjects&func=viewpage&pageid= [L]

    # -- phpBB_14 1.75 (http://www.pncommunity.de/)
    # -- All sites should be accessed via phpbb14_index<page_id>.html
    RewriteRule ^phpbb14_index(.*)\.html$ /modules.php?op=modload&name=phpBB_14&file=index&action=viewtopic&topic=$1 [L]

    # -- phpBB_2 (http://www.pnphpbb.com/)
    # -- All sites should be accessed via phpbb2_index<page_id>.html
    RewriteRule ^phpbb2_index(.*)\.html$ /index.php?name=PNphpBB2&file=viewtopic&t=$1 [L]

    # -- Sections (http://www.postnuke.com)
    # -- All sites should be accessed via section_index<page_id>.html
    RewriteRule ^section_index(.*)\.html$ /modules.php?op=modload&name=Sections&file=index&req=listarticles&secid=$1 [L]

    # -- Semantics
    # -- All sites should be accessed via sem_index<sem_sid>.html
    RewriteRule ^sem_(.*)index(.*)\.html$ /index.php?module=Semantics&func=display&cid=$1&startnum=$2 [L]

    # -- postGuesBook
    # -- All sites should be accessed via or_index<gb_sid>.html
    RewriteRule ^pgb_index(.*)\.html$ /index.php?module=postguestbook&func=view&id=$1 [L]

    # -- PhotoShare
    # -- All sites should be accessed via ps_index<ps_sid>.html
    RewriteRule ^ps_index(.*)\.html$ /index.php?module=photoshare&func=showimages&fid=$1 [L]

    # -- PostBoard
    # -- All sites should be accessed via pb_index<pb_postid>.html
    RewriteRule ^pb_index(.*)\.html$ /modules.php?op=modload&name=PostBoard&file=index&req=viewtopic&topic_id=$1 [L]

    # -- FAQ
    # -- All sites should be accessed via faq_index<faq_id_cat>.html
    RewriteRule ^faq_index(.*)\.html$ /modules.php?op=modload&name=FAQ&file=index&myfaq=yes&id_cat=$1 [L]

    # -- pnCommerce
    # -- All sites should be accessed via pnc_index<pnc_ItemID>.html
    RewriteRule ^pnc_index(.*)\.html$ /index.php?module=pncommerce&func=itemview&IID=$1 [L]

    # -- Books
    # -- All sites should be accessed via bk_index<bk_ItemID>.html
    RewriteRule ^bk_index(.*)\.html$ /modules.php?op=modload&name=Books&file=index&bkid=$1 [L]

    # -- Reviews (http://www.postnuke.com)
    # -- All sites should be accessed via reviews_index<page_id>.html
    RewriteRule ^reviews_index(.*)\.html$ /modules.php?op=modload&name=Reviews&file=index&req=showcontent&id=$1 [L]

    # -- Journal
    # -- All sites should be accessed via journal_index<journal_uname>.html
    RewriteRule ^journal_index(.*)\.html$ /modules.php?op=modload&name=Journal&file=search&bywhat=aid&forwhat=$1 [L]

    # -- pnAddressBook
    # -- All sites should be accessed via pnaddressbook_index<bk_ItemID>.html
    RewriteRule ^pnaddressbook_index(.*)\.html$ /index.php?module=pnAddressBook&func=viewDetail&id=$1 [L]

    # -- ProdReviews
    # -- All sites should be accessed via prodreviews_index<prodreviews_ItemID>.html
    RewriteRule ^prodreviews_index(.*)\.html$ /index.php?module=prodreviews&func=showcontent&id=$1 [L]


    php_flag session.use_trans_sid off


    # $Id: .htaccess,v 1.4 2004/06/29 08:46:46 chestnut Exp $
    # ----------------------------------------------------------------------
    # PostNuke Content Management System
    # Copyright (C) 2002 by the PostNuke Development Team.
    # http://www.postnuke.com/
    # ----------------------------------------------------------------------
    # Based on:
    # PHP-NUKE Web Portal System - http://phpnuke.org/
    # Thatware - http://thatware.org/
    # ----------------------------------------------------------------------
    # LICENSE
    #
    # This program is free software; you can redistribute it and/or
    # modify it under the terms of the GNU General Public License (GPL)
    # as published by the Free Software Foundation; either version 2
    # of the License, or (at your option) any later version.
    #
    # This program is distributed in the hope that it will be useful,
    # but WITHOUT ANY WARRANTY; without even the implied warranty of
    # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    # GNU General Public License for more details.
    #
    # To read the license please visit http://www.gnu.org/copyleft/gpl.html
    # ----------------------------------------------------------------------
    #
    # Based upon the .htaccess of MD-Pro, written by
    # LongiTEKK.com NETWORK Admin - chtekk@longitekk.com
    # MaxDev Devel - chtekk@maxdev.com
    #
    # ----------------------------------------------------------------------
    #
    # Place this file in your Postnuke root directory, alongside the main
    # index.php file
    # The "Options FollowSymLinks" line may be deleted, since on certain
    # hosts it causes a config error!
    #
    # ----------------------------------------------------------------------

    Options FollowSymLinks

    RewriteEngine On

    # ENG
    # This option is for use in Virtual Hosts or .htaccess files to inherit rewrite rules in the main section,
    # so if you have your own server you don't have to copy the rules into every Virtual Host you run.
    # Will cause an error if placed in the main httpd.conf section, as there's nothing to inherit.

    # RewriteOptions 'inherit'

    # Exclude certain directories
    RewriteRule ^modules/.*$ - [PT]
    RewriteRule ^themes/.*$ - [PT]
    RewriteRule ^javascript/.*$ - [PT]

    # index.php and user.php
    RewriteRule ^changelang-([^-]+)\.html$ index.php?newlang=$1 [L,NC,NS]
    RewriteRule ^changetheme-([^-]+)\.html$ index.php?theme=$1 [L,NC,NS]
    RewriteRule ^index\.html$ index.php [L,NC,NS]
    RewriteRule ^user\.html$ user.php [L,NC,NS]

    # ppnews
    RewriteRule ^ppnews-index\.html$ index.php?module=ppnews&choix=index [L,NC,NS]
    RewriteRule ^ppnews-([^-]+)\.html$ index.php?module=ppnews&choix=$1 [L,NC,NS]

    # My_eGallery
    RewriteRule ^MeG-([^-]+)\.html$ index.php?module=My_eGallery&do=$1 [L,NC,NS]
    RewriteRule ^MeG-([^-]+)-([^-]+)-([^-]+)\.html$ index.php?module=My_eGallery&do=$1&$2=$3 [L,NC,NS]
    RewriteRule ^MeG-([^-]+)-([^-]+)-([^-]+)-([^-]+)-([^-]+)\.html$ index.php?module=My_eGallery&do=$1&$2=$3&$4=$5 [L,NC,NS]
    RewriteRule ^MeG-([^-]+)-([^-]+)-([^-]+)-([^-]+)-([^-]+)-([^-]+)-([^-]+)\.html$ index.php?module=My_eGallery&do=$1&$2=$3&$4=$5&$6=$7 [L,NC,NS]

    # NS-User_Points
    RewriteRule ^User_Points\.html$ modules.php?op=modload&name=NS-User_Points&file=index [L,NC,NS]

    # NS-Link_To_Us
    RewriteRule ^Link_To_Us\.html$ modules.php?op=modload&name=NS-Link_To_Us&file=index [L,NC,NS]

    # Polls / Sondaggi
    RewriteRule ^Poll-([0-9]{1,3})([A-Za-z]*)?\.html$ modules.php?op=modload&name=NS-Polls&file=index&req=$2&pollID=$1 [L,NC,NS]
    RewriteRule ^Polls\.html$ modules.php?op=modload&name=NS-Polls&file=index [L,NC,NS]

    # Private Messages / Messaggi Privati
    RewriteRule ^Messages-outbox\.html$ modules.php?op=modload&name=Messages&file=outbox [L,NC,NS]
    RewriteRule ^Messages-inbox\.html$ modules.php?op=modload&name=Messages&file=index [L,NC,NS]

    # Search functions (by user and by topic) / Funzioni di ricerca (per utente e per argomento)
    RewriteRule ^Search-author-([^-]+)\.html$ modules.php?op=modload&name=Search&file=index&action=search&overview=1&active_stories=1&stories_author=$1 [L,NC,NS]
    RewriteRule ^Search-topics-([^-]+)\.html$ modules.php?op=modload&name=Search&file=index&action=search&overview=1&active_stories=1&stories_topics[0]=$1 [L,NC,NS]
    RewriteRule ^Search-author-([^-]+)-no\.html$ modules.php?op=modload&name=Search&file=index&action=search&active_stories=1&stories_author=$1 [L,NC,NS]
    RewriteRule ^Search-topics-([^-]+)-no\.html$ modules.php?op=modload&name=Search&file=index&action=search&active_stories=1&stories_topics[0]=$1 [L,NC,NS]

    # daily_archive
    RewriteRule ^daily_archive-([^-]+)\.html$ index.php?module=daily_archive&func=$1 [L,NC,NS]
    RewriteRule ^daily_archive-([^-]+)-([^-]+)\.html$ index.php?module=daily_archive&func=display&req=get&year=$1&month=$2 [L,NC,NS]
    RewriteRule ^daily_archive-([^-]+)-([^-]+)-([^-]+)\.html$ index.php?module=daily_archive&func=display&req=get&year=$1&month=$2&day=$3 [L,NC,NS]
    RewriteRule ^daily_archive-([^-]+)-([^-]+)-([^-]+)-([^-]+)\.html$ index.php?module=daily_archive&func=display&req=get&year=$1&month=$2&day=$3&page=$4 [L,NC,NS]

    # News Extension / Estensione News
    RewriteRule ^News-hometopicmore-([0-9]+)\.html$ modules.php?op=modload&name=News&file=index&catid=&topic=&startrow=$1 [L,NC,NS]
    RewriteRule ^News-topicmore-([0-9]+)-([0-9]+)\.html$ modules.php?op=modload&name=News&file=index&catid=&topic=$1&startrow=$2 [L,NC,NS]

    # PostCalendar
    RewriteRule ^PostCalendar-([0-9]{2})-([0-9]{2})-([0-9]{4})-event-([0-9]+)\.html$ index.php?module=PostCalendar&func=view&Date=$3$2$1&tplview=&viewtype=details&eid=$4&print= [L,NC,NS]
    RewriteRule ^PostCalendar-([0-9]{2})-([0-9]{2})-([0-9]{4})\.html$ index.php?module=PostCalendar&func=view&tplview=default&viewtype=month&Date=$3$2$1 [L,NC,NS]
    RewriteRule ^PostCalendar-([0-9]{2})-([0-9]{2})-([0-9]{4})-([A-Za-z]+)-([^-\.]+)\.html$ index.php?module=PostCalendar&func=view&tplview=$5&viewtype=$4&Date=$3$2$1&pc_username=&pc_category=&pc_topic=&print= [L,NC,NS]
    RewriteRule ^PostCalendar-([0-9]{2})-([0-9]{2})-([0-9]{4})-([A-Za-z]+)\.html$ index.php?module=PostCalendar&func=view&tplview=&viewtype=$4&Date=$3$2$1&pc_username=&pc_category=&pc_topic=&print= [L,NC,NS]
    RewriteRule ^PostCalendar-([A-Za-z]+)\.html$ index.php?module=PostCalendar&func=$1 [L,NC,NS]

    # Articles / Articoli
    RewriteRule ^Article([0-9]+)\.html$ modules.php?op=modload&name=News&file=article&sid=$1&mode=thread&order=0&thold=0 [L,NC,NS]
    RewriteRule ^Article([0-9]+)-([A-Za-z=]+)(-order([0-9]))?(-threshold([0-9\-]{1,2}))?\.html$ modules.php?op=modload&name=News&file=article&sid=$1&mode=$2&order=$4&thold=$6 [L,NC,NS]

    # Recommend us to a friend / Raccomandaci ad un amico
    RewriteRule ^SendArticle([0-9]+)\.html$ modules.php?op=modload&name=Recommend_Us&file=index&req=FriendSend&sid=$1 [L,NC,NS]

    # Sections / Sezioni
    RewriteRule ^Section-([0-9]+)\.html$ modules.php?op=modload&name=Sections&file=index&req=listarticles&secid=$1 [L,NC,NS]
    RewriteRule ^Sections-article([0-9]+)(-p([0-9]*))?\.html$ modules.php?op=modload&name=Sections&file=index&req=viewarticle&artid=$1&page=$3 [L,NC,NS]

    # Print article / Stampa un articolo
    RewriteRule ^PrintArticle([0-9]+)\.html$ print.php?sid=$1 [L,NC,NS]

    # Categories / Categorie
    RewriteRule ^Category([0-9]+)\.html$ index.php?catid=$1 [L,NC,NS]
    RewriteRule ^Category([0-9]+)-All\.html$ modules.php?op=modload&name=News&file=index&catid=$1&allstories=1 [L,NC,NS]

    # Topics / Argomenti
    RewriteRule ^Topic([0-9]+)\.html$ modules.php?op=modload&name=News&file=index&catid=&topic=$1 [L,NC,NS]
    RewriteRule ^Topic([0-9]+)all\.html$ modules.php?op=modload&name=News&file=index&catid=&topic=$1&allstories=1 [L,NC,NS]

    # FAQ
    RewriteRule ^FAQ-Category([0-9]+)-([^-]+)-Parent([0-9]+)-myfaq-([^-\.]+).html$ modules.php?op=modload&name=FAQ&file=index&myfaq=$4&id_cat=$1&categories=$2&parent_id=$3 [L,NC,NS]

    # Rules for PNphpBB2 / Regole per PNphpBB2
    RewriteRule ^PNphpBB2\.html$ index.php?name=PNphpBB2&file=index [L,NC,NS]
    RewriteRule ^PNphpBB2-([^-]+)\.html$ index.php?name=PNphpBB2&file=$1 [L,NC,NS]
    RewriteRule ^PNphpBB2-([^-]+)-([^-]+)-([^-]+)\.html$ index.php?name=PNphpBB2&file=$1&$2=$3 [L,NC,NS]
    RewriteRule ^PNphpBB2-([^-]+)-([^-]+)-([^-]+)-([^-]+)-([^-]+)\.html$ index.php?name=PNphpBB2&file=$1&$2=$3&$4=$5 [L,NC,NS]
    RewriteRule ^PNphpBB2-([^-]+)-([^-]+)-([^-]+)-([^-]+)-([^-]+)-([^-]+)-([^-]+)\.html$ index.php?name=PNphpBB2&file=$1&$2=$3&$4=$5&$6=$7 [L,NC,NS]
    RewriteRule ^PNphpBB2-([^-]+)-([^-]+)-([^-]+)-([^-]+)-([^-]+)-([^-]+)-([^-]+)-([^-]+)-([^-]+)\.html$ index.php?name=PNphpBB2&file=$1&$2=$3&$4=$5&$6=$7&$8=$9 [L,NC,NS]

    # User related URLs / URL relative agli utenti
    RewriteRule ^UserInfo-([^-]+)\.html$ user.php?op=userinfo&uname=$1 [L,NC,NS]
    RewriteRule ^UserReg\.html$ user.php?op=register&module=NS-NewUser [L,NC,NS]
    RewriteRule ^UserReg-CheckAge\.html$ user.php?op=check_age&module=NS-NewUser [L,NC,NS]
    RewriteRule ^User-Login\.html$ user.php?op=loginscreen&module=NS-User [L,NC,NS]
    RewriteRule ^User-LostPassword\.html$ user.php?op=lostpassscreen&module=NS-LostPassword [L,NC,NS]
    RewriteRule ^User-Logout\.html$ user.php?module=NS-User&op=logout [L,NC,NS]

    # General rules for modules with index.php?name=... / Regole generali per moduli con index.php?name=...
    RewriteRule ^name-([^-]+)\.html$ index.php?name=$1&file=index [L,NC,NS]
    RewriteRule ^name-([^-]+)-([^-]+)\.html$ index.php?name=$1&file=$2 [L,NC,NS]
    RewriteRule ^name-([^-]+)-([^-]+)-([^-]+)-([^-]+)\.html$ index.php?name=$1&file=$2&$3=$4 [L,NC,NS]
    RewriteRule ^name-([^-]+)-([^-]+)-([^-]+)-([^-]+)-([^-]+)-([^-]+)\.html$ index.php?name=$1&file=$2&$3=$4&$5=$6 [L,NC,NS]
    RewriteRule ^name-([^-]+)-([^-]+)-([^-]+)-([^-]+)-([^-]+)-([^-]+)-([^-]+)-([^-]+)\.html$ index.php?name=$1&file=$2&$3=$4&$5=$6&$7=$8 [L,NC,NS]
    RewriteRule ^name-([^-]+)-([^-]+)-([^-]+)-([^-]+)-([^-]+)-([^-]+)-([^-]+)-([^-]+)-([^-]+)-([^-]+)\.html$ index.php?name=$1&file=$2&$3=$4&$5=$6&$7=$8&$9=$10 [L,NC,NS]

    # General rules for modules with index.php?module=... / Regole generali per moduli con index.php?module=...
    RewriteRule ^module-([^-]+)\.html$ index.php?module=$1&func=main [L,NC,NS]
    RewriteRule ^module-([^-]+)-([^-]+)\.html$ index.php?module=$1&func=$2 [L,NC,NS]
    RewriteRule ^module-([^-]+)-([^-]+)-([^-]+)-([^-]+)\.html$ index.php?module=$1&func=$2&$3=$4 [L,NC,NS]
    RewriteRule ^module-([^-]+)-([^-]+)-([^-]+)-([^-]+)-([^-]+)-([^-]+)\.html$ index.php?module=$1&func=$2&$3=$4&$5=$6 [L,NC,NS]
    RewriteRule ^module-([^-]+)-([^-]+)-([^-]+)-([^-]+)-([^-]+)-([^-]+)-([^-]+)-([^-]+)\.html$ index.php?module=$1&func=$2&$3=$4&$5=$6&$7=$8 [L,NC,NS]
    RewriteRule ^module-([^-]+)-([^-]+)-([^-]+)-([^-]+)-([^-]+)-([^-]+)-([^-]+)-([^-]+)-([^-]+)-([^-]+)\.html$ index.php?module=$1&func=$2&$3=$4&$5=$6&$7=$8&$9=$10 [L,NC,NS]

    # General rules for modules with modules.php?op=modload&name=...&file=... / Regole generali per modules.php?op=modload&name=...&file=...
    RewriteRule ^([^-]+)\+([^-]+)\.html$ modules.php?op=modload&name=$1&file=index&req=$2 [L,NC,NS]
    RewriteRule ^([^-]+)\.html$ modules.php?op=modload&name=$1&file=index [L,NC,NS]
    RewriteRule ^([^-]+)-([^-]+)\.html$ modules.php?op=modload&name=$1&file=$2 [L,NC,NS]
    RewriteRule ^([^-]+)-([^-]+)-([^-]+)-([^-]+)\.html$ modules.php?op=modload&name=$1&file=$2&$3=$4 [L,NC,NS]
    RewriteRule ^([^-]+)-([^-]+)-([^-]+)-([^-]+)-([^-]+)-([^-]+)\.html$ modules.php?op=modload&name=$1&file=$2&$3=$4&$5=$6 [L,NC,NS]
    RewriteRule ^([^-]+)-([^-]+)-([^-]+)-([^-]+)-([^-]+)-([^-]+)-([^-]+)-([^-]+)\.html$ modules.php?op=modload&name=$1&file=$2&$3=$4&$5=$6&$7=$8 [L,NC,NS]
    RewriteRule ^([^-]+)-([^-]+)-([^-]+)-([^-]+)-([^-]+)-([^-]+)-([^-]+)-([^-]+)-([^-]+)-([^-]+)\.html$ modules.php?op=modload&name=$1&file=$2&$3=$4&$5=$6&$7=$8&$9=$10 [L,NC,NS]
  • Sorry for the late respose, I now know the problem.
    UpDownload Version 2.3 use the new style call in the module.
    Short URL's will work with .760 but not with .750

    Regards Petzi

    --
    Petzi-Juist :: ... welcome to my digital world ...
  • IS 0.76 ready for install yet or is it just a beta? I dont really wanna install if its not been fully developed yet.
  • I think it comes as soon as possible ...

    --
    Petzi-Juist :: ... welcome to my digital world ...
  • 0 users

This list is based on users active over the last 60 minutes.