View Poll Results: Do you like this Release CMS?

Voters
140. You may not vote on this poll
  • Yes

    108 77.14%
  • No

    32 22.86%

uberCMS/rCMS [PHP,OOP] Fixed Updated [Phoenix]

Page 10 of 11 FirstFirst ... 234567891011 LastLast
Results 226 to 250 of 265
  1. #226
    Dubstep Producer KidRambo is offline
    Grand MasterRank
    Apr 2011 Join Date
    Chadderton, UKLocation
    1,775Posts

    Re: uberCMS/rCMS [PHP,OOP] Fixed Updated [Phoenix]

    Can anyone tell me how to get this working? coz the page comes up with
    PConnect($DBHOST, $DBUSER, $DBPASSWORD, $DBNAME); $sql = "SELECT * from sconfig"; $rsc = $conn->Execute($sql); if($rsc){while(!$rsc->EOF) { $field = $rsc->fields['soption']; $config[$field] = $rsc->fields['svalue']; STemplate::assign($field, $config[$field]); @$rsc->MoveNext(); }} STemplate::assign('bgcolor','#E8E8E8'); STemplate::assign('BASE_URL', $config['BASE_URL']); STemplate::assign('BASE_DIR', $config['BASE_DIR']); STemplate::assign('IMG_URL', $config['IMG_URL']); STemplate::assign('baseurl', $config['BASE_URL']); STemplate::assign('basedir', $config['BASE_DIR']); STemplate::assign('imgurl', $config['IMG_URL']); STemplate::assign('vdourl', $config['VDO_URL']); STemplate::assign('adourl', $config['ADO_URL']); STemplate::assign('flvdourl', $config['FLVDO_URL']); STemplate::assign('tmburl', $config['TMB_URL']); STemplate::setCompileDir($config['basedir']."/templates_c"); STemplate::setTplDir($config['basedir']."/templates"); ?>
    Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at C:\xampp\htdocs\include\config.php:86) in C:\xampp\htdocs\index.php on line 3

    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\xampp\htdocs\include\config.php:86) in C:\xampp\htdocs\index.php on line 3

    Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/London' for '0.0/no DST' instead in C:\xampp\htdocs\index.php on line 7

    Fatal error: Call to a member function Execute() on a non-object in C:\xampp\htdocs\index.php on line 9

  2. #227
    Banned V for Vendetta is offline
    BannedRank
    Feb 2007 Join Date
    1,809Posts

    Re: uberCMS/rCMS [PHP,OOP] Fixed Updated [Phoenix]

    someone help me with iis when i login i get this on Swagg: Best hotel around!
    Code:
    500 - Internal server error.
    There is a problem with the resource you are looking for, and it cannot be displayed.

  3. #228
    Member FreddyZoom is offline
    MemberRank
    Mar 2010 Join Date
    96Posts

    Re: uberCMS/rCMS [PHP,OOP] Fixed Updated [Phoenix]

    How do you fix the news comments exploit without removing it?
    Posted via Mobile Device

  4. #229
    Sorcerer Supreme Bow is offline
    Member +Rank
    Jan 2012 Join Date
    407Posts

    Re: uberCMS/rCMS [PHP,OOP] Fixed Updated [Phoenix]

    New download please.

  5. #230
    Member bokeoke is offline
    MemberRank
    Jul 2007 Join Date
    61Posts

    Re: uberCMS/rCMS [PHP,OOP] Fixed Updated [Phoenix]

    Has anyone the MUS of phoenix working with this cms?

  6. #231
    sexiess is a sin. Subway is offline
    Grand MasterRank
    Jun 2010 Join Date
    2,491Posts

    Re: uberCMS/rCMS [PHP,OOP] Fixed Updated [Phoenix]

    Quote Originally Posted by FreddyZoom View Post
    How do you fix the news comments exploit without removing it?
    Posted via Mobile Device
    Mysql escape string filter the $_GET expl0its..

  7. #232
    Member FreddyZoom is offline
    MemberRank
    Mar 2010 Join Date
    96Posts

    Re: uberCMS/rCMS [PHP,OOP] Fixed Updated [Phoenix]

    Quote Originally Posted by Subway View Post
    Mysql escape string filter the $_GET expl0its..

    I searched article.php exploit in the internet, got a great one straight away :)

  8. #233
    Member CodyCormier2 is offline
    MemberRank
    Apr 2011 Join Date
    52Posts

    Re: uberCMS/rCMS [PHP,OOP] Fixed Updated [Phoenix]

    Can you update Database Link? Please n Thanks!

  9. #234
    Elite Member Tando is offline
    Member +Rank
    Mar 2012 Join Date
    NorwayLocation
    108Posts

    Re: uberCMS/rCMS [PHP,OOP] Fixed Updated [Phoenix]

    Huh, this CMS do not work for me.. :/ CAn someone give me a Tut, I'm using Localhost.. do i need to use IIS to get it work?
    Last edited by Tando; 11-03-12 at 11:12 AM.

  10. #235
    Sorcerer Supreme BoomHotel is offline
    Member +Rank
    Oct 2008 Join Date
    In a box.Location
    372Posts

    Re: uberCMS/rCMS [PHP,OOP] Fixed Updated [Phoenix]

    Theres something wrong with web.config for me.

  11. #236
    sexiess is a sin. Subway is offline
    Grand MasterRank
    Jun 2010 Join Date
    2,491Posts

    Re: uberCMS/rCMS [PHP,OOP] Fixed Updated [Phoenix]

    your web.config has nothing to do with this cms
    Check your IIS cause thats where it comes from..

  12. #237
    Sorcerer Supreme BoomHotel is offline
    Member +Rank
    Oct 2008 Join Date
    In a box.Location
    372Posts

    Re: uberCMS/rCMS [PHP,OOP] Fixed Updated [Phoenix]

    Well I get a 500 Internal Server Error I have the same result on 3 other computers...

  13. #238
    Sorcerer Supreme J4y2 is offline
    Member +Rank
    Feb 2012 Join Date
    South KoreaLocation
    317Posts

    Re: uberCMS/rCMS [PHP,OOP] Fixed Updated [Phoenix]

    I Got A Problem Here

    Notice: Undefined index: HTTP_CF_CONNECTING_IP in C:\xampp\htdocs\global.php on line 21

    Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 12 in C:\xampp\htdocs\inc\class.core.php on line 197
    and this

    Notice: Undefined index: HTTP_CF_CONNECTING_IP in C:\xampp\htdocs\global.php on line 21

    Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 15 in C:\xampp\htdocs\inc\class.core.php on line 197

    My Friends
    My Groups
    My Rooms
    Help
    Sign Out
    Enter Hotel
    Title: Table 'phoenixhotel2.fuserights' doesn't exist
    Text: Table 'phoenixhotel2.fuserights' doesn't exist

  14. #239
    Grand Master HopAndJump is offline
    Grand MasterRank
    Jul 2011 Join Date
    547Posts

    Re: uberCMS/rCMS [PHP,OOP] Fixed Updated [Phoenix]

    I get
    Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 17 in /home/a7334140/public_html/hotel/inc/class.core.php on line 197
    Any help?

  15. #240
    Banned rafa95123 is offline
    BannedRank
    May 2009 Join Date
    /home/RaphaLocation
    564Posts

    Re: uberCMS/rCMS [PHP,OOP] Fixed Updated [Phoenix]

    I gave a nice edited this CMS! Visual changed some parts, I fixed some things in Housekeeping and still put their own Web-Build (:

    Here the my Hotel: Wizard: O melhor com certeza !

    And i edited the cproxy, and i will try fix the cproxy of wichard (:

    Obs: My Hotel is Portuguese (:
    Obs²: If you need of some help with Web-Build, contact me: helpi95@live.com
    Last edited by rafa95123; 15-03-12 at 07:15 PM.

  16. #241
    Banned rafa95123 is offline
    BannedRank
    May 2009 Join Date
    /home/RaphaLocation
    564Posts

    Re: uberCMS/rCMS [PHP,OOP] Fixed Updated [Phoenix]

    Hey man, i created the SQL system of notes, which is the main housekeeping ...

    Code:
    CREATE TABLE `notes` (
      `id` int(10) NOT NULL,
      `content` varchar(999) NOT NULL,
      `date` varchar(50) NOT NULL,
      PRIMARY KEY (`id`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
    Run this SQL in your Database, and will Works the Notes ;)

  17. #242
    Newbie Xenogenics is offline
    MemberRank
    Mar 2012 Join Date
    10Posts

    Re: uberCMS/rCMS [PHP,OOP] Fixed Updated [Phoenix]

    Wait I'm confused, So do I delete everything but the swf folder from my htdocs and copy your files in just like that?

  18. #243
    Banned rafa95123 is offline
    BannedRank
    May 2009 Join Date
    /home/RaphaLocation
    564Posts

    Re: uberCMS/rCMS [PHP,OOP] Fixed Updated [Phoenix]

    @Xenogenics
    No, the c_images of CMs is to read the badges on some pages, you need not replace your c_images of swf!

  19. #244
    Newbie Vair is offline
    MemberRank
    Feb 2012 Join Date
    14Posts

    Re: uberCMS/rCMS [PHP,OOP] Fixed Updated [Phoenix]

    Title: Could not execute cron job 'credits.php': could not locate script file.
    Text: Could not execute cron job 'credits.php': could not locate script file.

    Any help?

  20. #245
    sexiess is a sin. Subway is offline
    Grand MasterRank
    Jun 2010 Join Date
    2,491Posts

    Re: uberCMS/rCMS [PHP,OOP] Fixed Updated [Phoenix]

    Paste the codes release in the thread^ -.-

  21. #246
    Newbie Ryan2012 is offline
    MemberRank
    Mar 2012 Join Date
    4Posts

    Re: uberCMS/rCMS [PHP,OOP] Fixed Updated [Phoenix]

    Title: Could not execute cron job 'credits.php': could not locate script file.
    Text: Could not execute cron job 'credits.php': could not locate script file.

    Any help?, I got same problem.

    *EDIT* Doesn't matter fixed it, But having problems, the register page is awful and login doesn't work.
    Last edited by Ryan2012; 18-03-12 at 06:38 AM.

  22. #247
    Sorcerer Supreme J4y2 is offline
    Member +Rank
    Feb 2012 Join Date
    South KoreaLocation
    317Posts

    Re: uberCMS/rCMS [PHP,OOP] Fixed Updated [Phoenix]

    The Database download is not working

    Notice: Undefined index: HTTP_CF_CONNECTING_IP in C:\xampp\htdocs\global.php on line 21
    Title: Could not execute cron job 'credits.php': could not locate script file.
    Text: Could not execute cron job 'credits.php': could not locate script file.

    Problem :(
    How To Fix It?!

  23. #248
    Newbie Ryan2012 is offline
    MemberRank
    Mar 2012 Join Date
    4Posts

    Re: uberCMS/rCMS [PHP,OOP] Fixed Updated [Phoenix]

    New problem:
    Title: Unknown column 'expert' in 'field list'
    Text: Unknown column 'expert' in 'field list'

    Your sql didn't work, new one?

  24. #249
    Member bokeoke is offline
    MemberRank
    Jul 2007 Join Date
    61Posts

    Re: uberCMS/rCMS [PHP,OOP] Fixed Updated [Phoenix]

    I get this error when I add news:

    Title: Incorrect string value: '\xE9 rede...' for column 'body' at row 1
    Text: Incorrect string value: '\xE9 rede...' for column 'body' at row 1

  25. #250
    Grand Master DeliriousCoder is offline
    Grand MasterRank
    Nov 2011 Join Date
    United StatesLocation
    977Posts

    Re: uberCMS/rCMS [PHP,OOP] Fixed Updated [Phoenix]

    Compatible with a phoenix 3.7.1 database? Because I noticed that there is no forumname or expert table in my database to run.



Page 10 of 11 FirstFirst ... 234567891011 LastLast

Advertisement