[Release]XenZy's Dream CMS Revision 4

Page 5 of 6 FirstFirst 123456 LastLast
Results 101 to 125 of 143
  1. #101
    Elite Member blitzbleed12 is offline
    Member +Rank
    Aug 2008 Join Date
    FyreStory™Location
    206Posts

    Re: [Release]XenZy's Dream CMS Revision 4

    how do i make a new tab , example videos

  2. #102
    Sorcerer Supreme XenZy is offline
    Member +Rank
    Jul 2008 Join Date
    NeW YoRk! :]Location
    374Posts

    Re: [Release]XenZy's Dream CMS Revision 4

    Quote Originally Posted by blitzbleed12 View Post
    how do i make a new tab , example videos
    Added to revision 6
    Manual:
    Go to site/top.xen
    search:
    PHP Code:
    <li><a href="donate.xen">Donate</a></li
    add under:
    PHP Code:
    <li><a href="videos.xen">Videos</a></li
    create file:
    videos.xen in main folder.

    Add in videos.xen:
    PHP Code:
    <?php
    include("site/top.xen");
    include(
    "pages/videos.xen");
    include(
    "site/bottom.xen");
    ?>
    create file:
    pages/videos.xen

    there add your videos.
    I will add a video tab in revision 6 with editor from admin cp. (doing it now)

    EDIT: Done:
    http://my-trac.assembla.com/DreamCMS/changeset/6

    To download:
    http://code.assembla.com/DreamCMS/subversion/nodes & Press download

  3. #103
    Elite Member gamerzbm is offline
    Member +Rank
    Feb 2008 Join Date
    199Posts

    Re: [Release]XenZy's Dream CMS Revision 4

    is there a way to make more then 1 news on the home page like different topics

  4. #104
    Member Renton is offline
    MemberRank
    Sep 2008 Join Date
    AmericaLocation
    46Posts

    Re: [Release]XenZy's Dream CMS Revision 4

    When I put in my information it just goes to a page and looks like this.

    <?php
    $host = $_POST['host'];
    $username = $_POST['username'];
    $password = $_POST['password'];
    $database = $_POST['name'];
    $connect = mysql_connect($_POST['host'],$_POST['username'],$_POST['password']);
    if ($connect == FALSE) {
    echo "Could not connect to the database.<br>";
    echo "Click <a href=\"../index.xen\">here</a> to go back and retry."; }
    else if ($connect == TRUE) {
    $fp = fopen('../pages/config.xen', 'w');
    fwrite($fp, '<?php'."\r\n");
    fwrite($fp, '$database[\'host\'] = "'.$_POST['host']."\";"."\r\n");
    fwrite($fp, '$database[\'username\'] = "'.$_POST['username']."\";"."\r\n");
    fwrite($fp, '$database[\'password\'] = "'.$_POST['password']."\";"."\r\n");
    fwrite($fp, '$database[\'name\'] = "'.$_POST['name']."\";"."\r\n");
    fwrite($fp, "\r\n");
    fwrite($fp, '$db = mysql_connect($database[\'host\'], $database[\'username\'], $database[\'password\']) OR die (\'Cant connect to the database\');
    mysql_select_db($database[\'name\'], $db);'."\r\n");
    fwrite($fp, '?>');
    fclose($fp);
    echo "<meta http-equiv=\"refresh\" content=\"0; url=index2.xen\" />\n";
    }
    ?>

    Please tell me what to put into these fields.

    1. Database Host:
    2. Database Username:
    3. Database Password:
    4. Database Name:

    I guess I'm just putting in the the wrong info.

    Please tell me what to put into those fields, I would greatly appreciate it.

  5. #105
    Elite Member gamerzbm is offline
    Member +Rank
    Feb 2008 Join Date
    199Posts

    Re: [Release]XenZy's Dream CMS Revision 4

    you dont put nohting ur suspose to do that in setup

  6. #106
    Member Renton is offline
    MemberRank
    Sep 2008 Join Date
    AmericaLocation
    46Posts

    Re: [Release]XenZy's Dream CMS Revision 4

    I know, thats what I'm asking. I type in the URL, then it goes straight to the setup. I type in the info but then it shows that page. what do I put into those fields? Give me an example.

  7. #107
    Elite Member gamerzbm is offline
    Member +Rank
    Feb 2008 Join Date
    199Posts

    Re: [Release]XenZy's Dream CMS Revision 4

    you put ur DB info MYSQL info

  8. #108
    Sorcerer Supreme lxCrAzYsEl is offline
    Member +Rank
    May 2008 Join Date
    Her heart :)Location
    281Posts

    Re: [Release]XenZy's Dream CMS Revision 4

    Link seems to be down :o
    Nice , anyway . Gd luck (:

  9. #109
    Member Renton is offline
    MemberRank
    Sep 2008 Join Date
    AmericaLocation
    46Posts

    Re: [Release]XenZy's Dream CMS Revision 4

    Ok, I think I need to ask this. I think I should have mentioned this first. I have a paid for host, and a domain and everything. Am I able to use the CMS on the website?

  10. #110
    Elite Member gamerzbm is offline
    Member +Rank
    Feb 2008 Join Date
    199Posts

    Re: [Release]XenZy's Dream CMS Revision 4

    i see it just fine its telling me to setup lol

  11. #111
    Member Renton is offline
    MemberRank
    Sep 2008 Join Date
    AmericaLocation
    46Posts

    Re: [Release]XenZy's Dream CMS Revision 4

    I know, thats what I'm asking. When I try to set it up it goes to the page saying go back and everything,

    I tried using wamp and it works on there, but not on my host. How do I set up a CMS on my webhost?

  12. #112
    Member gio01 is offline
    MemberRank
    Oct 2008 Join Date
    99Posts

    Re: [Release]XenZy's Dream CMS Revision 4

    guys get this error try to use xampp^_^
    wamp its buggy

  13. #113
    Grand Master purpleNblack2 is offline
    Grand MasterRank
    Oct 2008 Join Date
    2,214Posts

    Re: [Release]XenZy's Dream CMS Revision 4

    how about add
    a new tab for MS Mall?
    and cannot register from using MsMall, and uhhh, o.o?
    idk, just trying to help ^^ v

  14. #114
    Sorcerer Supreme XenZy is offline
    Member +Rank
    Jul 2008 Join Date
    NeW YoRk! :]Location
    374Posts

    Re: [Release]XenZy's Dream CMS Revision 4

    Quote Originally Posted by Renton View Post
    I know, thats what I'm asking. When I try to set it up it goes to the page saying go back and everything,

    I tried using wamp and it works on there, but not on my host. How do I set up a CMS on my webhost?
    It looks like your host doesn't allow you to use custom .htacess? or your htacess is not in your root folder. You can also just go into cpanel provided by your host and click custom MIMES type and add .xen to be parsed by php

    Quote Originally Posted by purpleNblack2 View Post
    how about add
    a new tab for MS Mall?
    and cannot register from using MsMall, and uhhh, o.o?
    idk, just trying to help ^^ v
    What's a MS mall o.O?

  15. #115
    Member Renton is offline
    MemberRank
    Sep 2008 Join Date
    AmericaLocation
    46Posts

    Re: [Release]XenZy's Dream CMS Revision 4

    What do I put for the following? I have to fill out both of those.
    Mime Type Extension(s)

  16. #116
    :) Horizon is offline
    Grand MasterRank
    Jan 2009 Join Date
    Illinois, U.S.Location
    2,381Posts

    Re: [Release]XenZy's Dream CMS Revision 4

    This is a great CMS. Keep up the good work.

    Speed & Functionality is key :3

  17. #117
    Member pokeguylow is offline
    MemberRank
    Jan 2009 Join Date
    25Posts

    Re: [Release]XenZy's Dream CMS Revision 4

    Lol newbie question:

    How do u install it lol

    wampserver www?

  18. #118
    Member Renton is offline
    MemberRank
    Sep 2008 Join Date
    AmericaLocation
    46Posts

    Re: [Release]XenZy's Dream CMS Revision 4

    yes you can use wamp server. put it in your www folder, and put wamp online.

  19. #119
    Elite Member benzex is offline
    Member +Rank
    Oct 2008 Join Date
    SingaporeLocation
    101Posts

    Re: [Release]XenZy's Dream CMS Revision 4

    good job! (:

  20. #120
    Grand Master josho192837 is offline
    Grand MasterRank
    Apr 2008 Join Date
    PennsylvaniaLocation
    1,950Posts

    Re: [Release]XenZy's Dream CMS Revision 4

    why did you use a premade template Mario?

  21. #121
    Mother effin' clouds SaintsIan is offline
    Grand MasterRank
    Apr 2008 Join Date
    fyrechat.netLocation
    2,809Posts

    Re: [Release]XenZy's Dream CMS Revision 4

    why did you use a premade template Mario?
    Because he can and its free.

  22. #122
    Grand Master purpleNblack2 is offline
    Grand MasterRank
    Oct 2008 Join Date
    2,214Posts

    Re: [Release]XenZy's Dream CMS Revision 4

    Quote Originally Posted by XenZy View Post


    What's a MS mall o.O?
    o.o
    Ms_Mall was the release of like a CMS where they can buy items on your CMS and basically you know, be on the site and instead of game and buy stuff,
    it supports odin just like this cms,
    so i guess it'll help make it better

  23. #123
    Member pokeguylow is offline
    MemberRank
    Jan 2009 Join Date
    25Posts

    Re: [Release]XenZy's Dream CMS Revision 4

    Quote Originally Posted by Renton View Post
    yes you can use wamp server. put it in your www folder, and put wamp online.
    and then how do i view the website? Hamachi IP?

  24. #124
    Member pokeguylow is offline
    MemberRank
    Jan 2009 Join Date
    25Posts

    Re: [Release]XenZy's Dream CMS Revision 4

    do i write these in the installation?
    Database Host:
    hamachi ip

    Database Username:
    root

    Database Password:

    Database Name:
    odinms

    ???

  25. #125
    Member Renton is offline
    MemberRank
    Sep 2008 Join Date
    AmericaLocation
    46Posts

    Re: [Release]XenZy's Dream CMS Revision 4

    Quote Originally Posted by pokeguylow View Post
    do i write these in the installation?
    Database Host:
    hamachi ip

    Database Username:
    root

    Database Password:

    Database Name:
    odinms

    ???
    yes. If you did not change anything than put that.



Page 5 of 6 FirstFirst 123456 LastLast

Advertisement