Catalogus Constructor V3

Page 1 of 3 123 LastLast
Results 1 to 15 of 31
  1. #1
    Live Ocottish Sverlord Joopie is offline
    LegendRank
    Jun 2010 Join Date
    The NetherlandsLocation
    2,767Posts

    Catalogus Constructor V3

    Hello!

    Well, it's getting time for a new version of the "Catalogus Constructor" series!

    Download for Phoenix DB (Sierra compatible): http://downloads.jospiek.nl/Habbotim...structorv3.rar

    If someone wants to make this compatible with Butterfly, be my quest.
    Or if you want me to do it, upload the "catalog_pages", "catalog_items" and "furniture" or whatever it looks like that.

    List of features:

    • New layout
    • Drag and Drop system
    • Improved load time
    • Smarter!


    Config's are located at the config dir + config/libraries

    Bugs and heaps: please report them.
    As far as I know, it works perfectly with Chrome, other browsers are unknown.

    Rep and Like if you like :)

    Code:
    #nginx:
    index index.php;
    if (!-e $request_filename){
    	rewrite ^/(.*)$ /ccv31/index.php;
    }
    
    
    #.htaccess
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ ./index.php
    Last edited by Joopie; 02-12-12 at 09:32 PM.


  2. #2
    Check http://arcturus.pw The General is offline
    DeveloperRank
    Aug 2011 Join Date
    7,607Posts

    Re: Catalogus Constructor V3

    Nice Nice Nice

    OFT: First post!!

    OT: Will convert it too Butterfly soon!

  3. #3
    Rogu3 Wreckless is offline
    MemberRank
    May 2012 Join Date
    The WastelandLocation
    985Posts

    Re: Catalogus Constructor V3

    Nice nice, lovin' it. :)
    Just having one issue, I get 500 - Internal Server Error Everytime I try to go to the "Furnis" section or "Catalogus Manager" Any clue?
    Last edited by Wreckless; 02-12-12 at 09:38 PM.

  4. #4
    *lurks* WJJ is offline
    MemberRank
    May 2007 Join Date
    United KingdomLocation
    1,589Posts

    Re: Catalogus Constructor V3

    Brilliant. Love the theme.
    +1

  5. #5
    ☮TAKU???? seanrom is offline
    MemberRank
    Nov 2009 Join Date
    1,004Posts

    Re: Catalogus Constructor V3

    As I said, this is fucking awesome. thank you!

  6. #6
    Live Ocottish Sverlord Joopie is offline
    LegendRank
    Jun 2010 Join Date
    The NetherlandsLocation
    2,767Posts

    Re: Catalogus Constructor V3

    Quote Originally Posted by Wreckless View Post
    Nice nice, lovin' it. :)
    Just having one issue, I get 500 - Internal Server Error Everytime I try to go to the "Furnis" section or "Catalogus Manager" Any clue?
    Strange, I have no clue as I work with error reporting on everything. can you post your error log of php?

  7. #7
    Rogu3 Wreckless is offline
    MemberRank
    May 2012 Join Date
    The WastelandLocation
    985Posts

    Re: Catalogus Constructor V3

    Quote Originally Posted by joopie View Post
    Strange, I have no clue as I work with error reporting on everything. can you post your error log of php?
    Not quite sure where to find it?
    Also, on the Front Page it says Note: no emulator suppport sorted catalogus items

    Could that possible be an issue?

  8. #8
    topkek amirite?? Leon is offline
    MemberRank
    May 2009 Join Date
    919Posts

    Re: Catalogus Constructor V3

    Excellent release, Joopie. Done a mighty job yet again!

    The error that user is most likely experiencing is
    PHP Code:
    Fatal errorCall to undefined function gzdecode() in C:\dev\public_html\cataman\Libraries\CCV3\Furnidata.class.php on line 27 
    A work-around may be required for most people.

    PHP Code:
    error_reporting(0);
    function 
    gzdecode($data)  {
        return 
    gzinflate(substr($data,10,-8)); 

    Add that to the top of index.php (after the opening PHP tags..) and it should work fine.

  9. #9
    Live Ocottish Sverlord Joopie is offline
    LegendRank
    Jun 2010 Join Date
    The NetherlandsLocation
    2,767Posts

    Re: Catalogus Constructor V3

    About the bug: thanks to Leon we properly found it.
    The gzdecode isnt supported by most of the PHP versions and is planned to be added in php6

    However , when you go to the ccv3 config you ser gzip on false and save the .coms furnidata on your server without gzip compression!

    Quote Originally Posted by Leon View Post
    Excellent release, Joopie. Done a mighty job yet again! The error that user is most likely experiencing is
    PHP Code:
    Fatal errorCall to undefined function gzdecode() in C:\dev\public_html\cataman\Libraries\CCV3\Furnidata.class.php on line 27 
    A work-around may be required for most people.
    PHP Code:
    error_reporting(0);function gzdecode($data)  {    return gzinflate(substr($data,10,-8)); } 
    Add that to the top of index.php (after the opening PHP tags..) and it should work fine.
    or that.

  10. #10
    Valued Member Monsma is offline
    MemberRank
    Dec 2011 Join Date
    The NetherlandsLocation
    126Posts

    Re: Catalogus Constructor V3

    thanks looks good! pimpup your catalog!

  11. #11
    Proficient Member PatrickDE93 is offline
    MemberRank
    Jun 2012 Join Date
    GermanyLocation
    172Posts

    Re: Catalogus Constructor V3

    I love it.
    You're the best Joopie. :)

  12. #12
    Proficient Member EvilKiller is offline
    MemberRank
    Jun 2012 Join Date
    NetherlandsLocation
    160Posts

    Re: Catalogus Constructor V3

    Awesome tool, and it couldn't come at a better time, i'm re-doing my catalogue so this will make it much easier thnx!

  13. #13
    What about no. Davidaap is offline
    MemberRank
    Nov 2009 Join Date
    773Posts

    Re: Catalogus Constructor V3

    0/10 no cookies.


    Good job, but i still prefer just typing it in navicat :P

  14. #14
    Eye Eye Capt'n Spheral is offline
    MemberRank
    May 2010 Join Date
    TumptonshireLocation
    2,488Posts

    Re: Catalogus Constructor V3

    My post disappeared, anyways, nice release once again.

  15. #15
    Alpha Member Emily is offline
    MemberRank
    Oct 2012 Join Date
    The NetherlandsLocation
    2,408Posts

    Re: Catalogus Constructor V3

    I don't see what's wrong using normal PHPMyAdmin or MySQL Navicat, in my opinion it's good enough and you don't need to download extra files which will take space.. Not very usefull but still looks good



Page 1 of 3 123 LastLast

Advertisement