[Chocolatey | Espreso] Habbo.com Clone CMS & Housekeeping

Page 4 of 20 FirstFirst 12345678910111214 ... LastLast
Results 46 to 60 of 290
  1. #46
    git bisect -m ovflowd is offline
    MemberRank
    Sep 2011 Join Date
    2,191Posts

    Re: AzureWEB - Habbo.com Clone [CMS]

    Thanks Wesley!

    Only another last question. On the CMS i have a custom table called chocolatey_users_photos, it's servers for the purpose of store some important data that will be used on the Eloquent Models.

    It is possible creating an Arcturus Plugin that when you take a Photo it's automatically register on the table?

    Also @Sir Jamal does you still have the NUX rooms?

    If i got successful deploy of Arcturus i will decorate three rooms and export they models and furnitures.

    Today i will first optimize the CMS.

  2. #47
    Full-Stack Web Developer Emetophobic is offline
    MemberRank
    Jan 2012 Join Date
    Nice, FranceLocation
    238Posts

    Re: AzureWEB - Habbo.com Clone [CMS]

    Quote Originally Posted by saamus View Post
    Thanks Wesley!

    Only another last question. On the CMS i have a custom table called chocolatey_users_photos, it's servers for the purpose of store some important data that will be used on the Eloquent Models.

    It is possible creating an Arcturus Plugin that when you take a Photo it's automatically register on the table?

    Also @Sir Jamal does you still have the NUX rooms?

    If i got successful deploy of Arcturus i will decorate three rooms and export they models and furnitures.

    Today i will first optimize the CMS.
    it depends on the data you want to get. But I know for sure that the photo data (roomid, userid, timestamp) is saved in the items table in the extradata field, JSON format.

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

    Re: AzureWEB - Habbo.com Clone [CMS]

    I was actually going to add publishing to web. But you can also search in the items table for the pictures. All camera data is stored in JSON format so shouldn't be to difficult to parse it to an object or something.

    Could you post the current table structure for the pictures?

  4. #49
    git bisect -m ovflowd is offline
    MemberRank
    Sep 2011 Join Date
    2,191Posts

    Re: AzureWEB - Habbo.com Clone [CMS]

    @The General, this one is for room Thumbnails: http://mycensoredurl.wf/camera/usern...roomidhere.png
    Does you have one for Photos too?

    - - - Updated - - -

    Yes i can, wait a minute.

    - - - Updated - - -

    Photo Table.: http://image.prntscr.com/image/5b907a84c23840dfa912af4e80a31056.png
    Photo Model.: http://image.prntscr.com/image/22e905ae25464e408f7303f599657d90.png
    Reported Photos Table.: http://image.prntscr.com/image/38d6bcff893b458d92ccda5666672a22.png
    Liked Photos Table.: http://image.prntscr.com/image/9d2b6d0e2dba45718271a785b3bcc2a2.png

    - - - Updated - - -

    Observation.: some attributes of the table are filled by the Model and after first iteration with the CMS are changed.
    Like tags & version.

    The Type it's to identify which photos was taken with the Habbo Camera Tool, and which Photos were taken with Elisa Habbo Stories
    something like that. I'm still researching it.

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

    Re: AzureWEB - Habbo.com Clone [CMS]

    If you need any RCON messages added let me know.

  6. #51
    Enthusiast redk0ke is offline
    MemberRank
    Sep 2013 Join Date
    49Posts

    Re: AzureWEB - Habbo.com Clone [CMS]

    Quote Originally Posted by The General View Post
    If you need any RCON messages added let me know.
    Is Arcturus Emulator compatible with Linux?

    Sent from my SM-G928F using Tapatalk

  7. #52
    Typescript XOXO LeChris is offline
    MemberRank
    Sep 2011 Join Date
    749Posts

    Re: AzureWEB - Habbo.com Clone [CMS]

    Arcturus is amazing on Linux

    Sent from my SM-G935V using Tapatalk

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

    Re: AzureWEB - Habbo.com Clone [CMS]

    Quote Originally Posted by redk0ke View Post
    Is Arcturus Emulator compatible with Linux?

    Sent from my SM-G928F using Tapatalk
    Ofcourse! Its Java.

    Just run"
    Code:
    java -jar /path/to/jar.jar

  9. #54
    git bisect -m ovflowd is offline
    MemberRank
    Sep 2011 Join Date
    2,191Posts

    Re: AzureWEB - Habbo.com Clone [CMS]

    Quote Originally Posted by The General View Post
    If you need any RCON messages added let me know.
    What you mean with this? It's possible i get working the integration between `items`> photos & chocolatey_users_photos?

    - - - Updated - - -

    #UPDATES
    + Improved Controllers
    + Created Profile Model (Non Eloquent)
    + Created Badges, Friends, Groups, etc Eloquent Models
    + Coded Public Profile & Private Profile
    + Coded Integration of user_settings Table
    + Added Integration with Arcturus API for Photos (see settings)
    + Fixed some Preferences Stuff

    - - - Updated - - -
    @LeChris i really like your HK. What you think about integrating it with Chocolatey?

    I'm really so much lazy now to code a HK xD

    Or if someone want to help me with a Housekeeping i will be really glad.

    (In my opinion Housekeeping not necessary need be integrated with CMS. But the Housekeeping need control the CMS)

  10. #55
    Typescript XOXO LeChris is offline
    MemberRank
    Sep 2011 Join Date
    749Posts

    Re: AzureWEB - Habbo.com Clone [CMS]

    My housekeeping runs in a completely different language lol

    Sent from my SM-G935V using Tapatalk

  11. #56
    git bisect -m ovflowd is offline
    MemberRank
    Sep 2011 Join Date
    2,191Posts

    Re: AzureWEB - Habbo.com Clone [CMS]

    Quote Originally Posted by LeChris View Post
    My housekeeping runs in a completely different language lol

    Sent from my SM-G935V using Tapatalk
    Housekeeping not necessary need be built-in on the CMS. Can be external, also in other host, other port, other language. That doesn't matter. Only need be compatible tables.
    Last edited by Taiga; 28-01-17 at 10:11 PM. Reason: Done - Muckski doesnt mananage this section

  12. #57
    Typescript XOXO LeChris is offline
    MemberRank
    Sep 2011 Join Date
    749Posts

    Re: AzureWEB - Habbo.com Clone [CMS]

    I would if I had the time, but dedicating some time to make a CMS to compete with this :D

    Sent from my SM-G935V using Tapatalk

  13. #58
    git bisect -m ovflowd is offline
    MemberRank
    Sep 2011 Join Date
    2,191Posts

    Re: AzureWEB - Habbo.com Clone [CMS]

    #UPDATES
    + Trusted Devices Working
    + Now Client Asks Security Questions if you're not in a Trusted Device

    - - - Updated - - -

    Quote Originally Posted by LeChris View Post
    I would if I had the time, but dedicating some time to make a CMS to compete with this :D

    Sent from my SM-G935V using Tapatalk
    Why create something to compete with this? Finish you HK. Lel

    So many Housekeepings in Development Section.

    Feel free to compete, i'm not competing with anyone lel.

  14. #59
    git bisect -m ovflowd is offline
    MemberRank
    Sep 2011 Join Date
    2,191Posts

    Re: AzureWEB - Habbo.com Clone [CMS]

    #UPDATES
    + Improved some codes
    + Added Maintenance Mode

    #Observations
    To Enabled Maintenance just type on your terminal/cmd/console on the Chocolatey folder
    Code:
    php artisan down
    To remove from Maintenance Mode
    Code:
    php artisan up
    You can also set the trusted IPs on the .env file.
    Last edited by Taiga; 28-01-17 at 10:15 PM.

  15. #60
    Valued Member Tando is offline
    MemberRank
    Mar 2012 Join Date
    NorwayLocation
    108Posts

    Re: AzureWEB - Habbo.com Clone [CMS]

    @saamus
    It's really entertaining to see you work with this level of dedication and effectiveness. I'm so excited to see where this leads! I have plenty of ideas which I am more than happy to contribute with. Maybe you have skype?



Advertisement