[RELEASE] - Ascent WebCMS v1.4

Page 2 of 2 FirstFirst 12
Results 26 to 45 of 45
  1. #26
    Newbie soppy is offline
    MemberRank
    Nov 2006 Join Date
    20Posts

    Re: [RELEASE] - Ascent WebCMS v1.4

    Quote Originally Posted by mclarkey08 View Post
    WTF!
    I Need Some Help Here, Im Just little Confused.. IVE READ ALL README FILES, and i have done step by step what theyve told me to do..
    now what....? lol
    Same here weird funky errors..

  2. #27
    Member ingerasu1234 is offline
    MemberRank
    Aug 2007 Join Date
    EUROPE,ROMANIA,SIBIULocation
    26Posts

    Re: [RELEASE] - Ascent WebCMS v1.4

    when i test the create account down one error : Error creating your character!

  3. #28
    Newbie soppy is offline
    MemberRank
    Nov 2006 Join Date
    20Posts

    Re: [RELEASE] - Ascent WebCMS v1.4

    heres my errors just trying to load the main page in IE

    echo ""; echo " "; echo " "; $result = dbquery("SELECT * FROM ".DB_PREFIX."site_links WHERE link_position>='2' ORDER BY link_order"); if (dbrows($result) != 0) { echo " \n"; $i = 0; while($data = dbarray($result)) { if (checkgroup($data['link_visibility'])) { if ($data['link_url']!="---") { if ($i != 0) { echo " "; } else { echo "\n"; } $link_target = ($data['link_window'] == "1" ? " target='_blank'" : ""); if (strstr($data['link_url'], "http://") || strstr($data['link_url'], "https://")) { echo "".$data['link_name'].""; } else { echo "".$data['link_name'].""; } } $i++; } } } echo ($i == 0 ? " " : "")."\n"; echo " ".ucwords(showdate($settings['subheaderdate'], time())).""; echo ""; echo " "; echo " "; echo " "; echo " "; echo " "; echo " "; } function render_footer($license=false) { global $theme_width,$settings,$locale; echo "\n \n"; echo " "; echo " ".stripslashes($settings['footer'])."
    "; echo "Powered by PHP-Fusion

  4. #29
    Member DarkJak is offline
    MemberRank
    Oct 2007 Join Date
    29Posts

    Re: [RELEASE] - Ascent WebCMS v1.4

    Thanks i got almost all of it working but i can't get the server status page to work, it doesn't connect to mine. I change it but it just goes to some ones tat has a character named betrayor always on or whatever his name is

  5. #30
    Newbie Eradicator is offline
    MemberRank
    May 2007 Join Date
    21Posts

    Re: Ascent WebCMS v1.5 - blank PHP pages

    Help Please

    I installed ascent server, latest version, it works fine. I can create an
    account manually in the table, enter and play the game.

    I am trying to get a web frontend manager working, I chose WebCMS
    and have a problem. I can get the index1.html file loaded in browser but
    none of the php files will load, browser says "The page cannot be displayed"
    or if you turn off friendly error messages in IE i just get the white screen of
    death - a blank PHP page. It does not matter what PHP file I try, they all
    come up blank.

    1. I installed apache_2.2.6-win32-x86
    2. installed php-5.2.5-win32
    3. installed webcms - awebcms-v1[1].5-Full.rar into htdocs folder in apache
    4. created table called portal and imported portal.sql - table looks fine
    5. configured the config.php as follows
    $db_host="localhost";
    $db_user="root";
    $db_pass="mypass";
    $db_name="portal";
    $db_port= "3306";
    $db_prefix="fusion_";
    define("DB_PREFIX", "fusion_");
    6. configured pomm_cfg.php as follows

    $realm_db settings.....

    '127.0.0.1' => "$hostr",
    'root' => "$userr",
    'mypass' => "$passwordr",
    'character' => "$dbr",

    $antrix_db settings....

    'id' => 1,
    '127.0.0.1' => "$host",
    'root' => "$user",
    'mypass' => "$password",
    'world' => "$db",

    That is pretty much it. What am I missing to get these PHP pages to load?
    Any help will be very much appreciated.
    Last edited by Eradicator; 25-11-07 at 06:03 AM.

  6. #31
    Member Brutuus is offline
    MemberRank
    Dec 2007 Join Date
    35Posts

    Re: [RELEASE] - Ascent WebCMS v1.4

    Ok, i didnt understand a thing of that weird page you linked as downloads.. just a lot of crap there!! No specific download for ascent webcms v1.4 .... or is there?

  7. #32
    Sorcerer Supreme Espionage724 is offline
    Member +Rank
    Nov 2007 Join Date
    Charleroi, PALocation
    468Posts

    Re: [RELEASE] - Ascent WebCMS v1.4

    have you opened port 80 Eradicator? also are you trying to access the page with 127.0.0.1 or your DNS name? Is apache the same as XAMPP? because i use XAMPP and it works fine.

  8. #33
    Sorcerer Supreme Espionage724 is offline
    Member +Rank
    Nov 2007 Join Date
    Charleroi, PALocation
    468Posts

    Re: [RELEASE] - Ascent WebCMS v1.4

    Also you have to use a SVN checkout program if u wanna download the latest version (not 1.4)

  9. #34
    Newbie Nettero is offline
    MemberRank
    Nov 2007 Join Date
    FranceLocation
    16Posts

    Re: [RELEASE] - Ascent WebCMS v1.4

    Can anyone give me any normal link to download WebCms? Cuz.. here: http://217.149.194.150/svn/awebcms/ I see Nothing.

  10. #35
    You don't know me. Paco44 is offline
    Grand MasterRank
    Apr 2006 Join Date
    IllinoisLocation
    1,777Posts

    Re: [RELEASE] - Ascent WebCMS v1.4

    I downloaded that SVN just fine.

  11. #36
    Sorcerer Supreme Espionage724 is offline
    Member +Rank
    Nov 2007 Join Date
    Charleroi, PALocation
    468Posts

    Re: [RELEASE] - Ascent WebCMS v1.4

    Me too. I just downloaded it a hour ago just fine. (Latest Revision is 32)

  12. #37
    You don't know me. Paco44 is offline
    Grand MasterRank
    Apr 2006 Join Date
    IllinoisLocation
    1,777Posts

    Re: [RELEASE] - Ascent WebCMS v1.4

    Dude probably doesn't know how to use an SVN.

  13. #38
    Newbie ToxicBlade is offline
    MemberRank
    Oct 2007 Join Date
    1Posts

    Re: [RELEASE] - Ascent WebCMS v1.4

    pleast give us a normal link for download. I have tried all combinations possible for Username and Password (username annonymus/<no pass>) and it dowswn't work. Please upload it somewhere :D

  14. #39
    Member insain3338 is offline
    MemberRank
    Sep 2007 Join Date
    49Posts

    Re: [RELEASE] - Ascent WebCMS v1.4

    lol.. for the user name u put annonymus then press enter.... not tat hard. guess i gotta keep lookin for the dl link xD

  15. #40
    Elite Member plnt8 is offline
    Member +Rank
    Dec 2007 Join Date
    Under You Bed =PLocation
    199Posts

    Re: [RELEASE] - Ascent WebCMS v1.4

    lol nice im changeing to this

    thankz :roll1:

  16. #41
    Member rentyman is offline
    MemberRank
    Jul 2006 Join Date
    minnesotaLocation
    32Posts

    Re: [RELEASE] - Ascent WebCMS v1.4

    New release Ascent WebCMS v1.5

    Download:

    Code:
    http://filebeam.com/b01594fd0b7ce4a5ec82f3d8020c9a47

  17. #42
    Newbie birdofdeath is offline
    MemberRank
    Sep 2007 Join Date
    11Posts

    Thanks Man!!

    this is awesome i host lunarwow.thruhere.net and this is going to be my new template

    k33p pr09r4/\/\1/\/G.

    OneFreeMan

  18. #43
    Sorcerer Supreme Bloodshed2007 is offline
    Member +Rank
    Jul 2007 Join Date
    Bloodshed Black LairLocation
    406Posts

    Re: [RELEASE] - Ascent WebCMS v1.4

    i cant d/l :( says page cannot be found...

  19. #44
    Newbie craigbett is offline
    MemberRank
    Feb 2008 Join Date
    10Posts

    Re: [RELEASE] - Ascent WebCMS v1.4

    same here

  20. #45

    Re: [RELEASE] - Ascent WebCMS v1.4

    I also downloaded it from here
    Quote Originally Posted by rentyman View Post
    New release Ascent WebCMS v1.5

    Download:

    Code:
    http://filebeam.com/b01594fd0b7ce4a5ec82f3d8020c9a47



Page 2 of 2 FirstFirst 12

Advertisement