Page 1 of 3 123 LastLast
Results 1 to 10 of 21

Thread: What we already have

  1. #1
    Über Prodigy & Developer Razo[R]apiD's Avatar
    Join Date
    May 2010
    Location
    Poland, Lublin
    Posts
    3,257

    Default What we already have

    Link to similar projects, or posts related to the databases. I think we should work out common features, technology, layout scheme, combine forces and start doing one project instead of 10+ on our own.

    http://www.x-null.net/forums/showthr...scapp+database
    http://www.mohaaaa.co.uk/AAAAMOHAA/c...a-mod-database
    http://www.mohaaaa.co.uk/AAAAMOHAA/c...map-database-0
    http://mohaafiles.tk/test_kfm2/
    http://www.x-null.net/forums/showthr...hable-Database

    others.. (I can't find them anymore)

  2. #2

    Default

    I have updated my version:

    • Fixed Scrollbars
    • Fixed upload issues
    • Fixed non-matching javascript dialogs
    • Added additional checks for files before they can be uploaded



    http://mohaafiles.tk/test_kfm2/

    What I'm working on next:

    • Changing default image icons for pk3 and zip files
    • Going with a better banner / 90% width 100% height template
    • Getting a real domain and going live with implementation


    Anyone have any suggestions / critiques? Thanks for the help already Razo!

    I will be revamping design, and getting a cooler prototype out to everyone. I think this is the system we should use. I've really made some fine adjustments. What I would need is a few people to volunteer as admins. Whenever a file is uploaded in this system, an email is sent out to the admin_email list which has quick click links to delete all files that were uploaded or delete them one by one in case people / bots start abusing the service (admins will be asked to login before they can administrate files). Also, there's already a question that must be answered before files can be uploaded. However, if bots / spammers start getting in, I also have a few more tricks up my sleeves. We need a system that is as public as possible while still maintaining security and simplicity. I think this is it.
    Last edited by own3mall; August 22nd, 2012 at 09:31 PM.

  3. #3
    Über Prodigy & Developer Razo[R]apiD's Avatar
    Join Date
    May 2010
    Location
    Poland, Lublin
    Posts
    3,257

    Default

    It's not fixed.
    Remove overlay: hidden; from body tag, and display: block; from the div
    Place your script references into head tag instead of body

    What I like about Heatsinkbod's databases is that they are more like a database, with content description available at the first sight and so on, while your's is still more like a file manager than database.

    If we could combine both it would be better I think. So there will be a file manager for uploading and managing, but the view that user gets is more like Heatsinkbod's version.
    This is just my opinion. Anyone else?

  4. #4
    Administrator JoTo's Avatar
    Join Date
    May 2010
    Location
    www.scapp.net
    Posts
    1,953

    Default

    not working for me (FF)

  5. #5

    Default

    Quote Originally Posted by JoTo View Post
    not working for me (FF)
    What's not fixed? The scrollbars? They appear for me in FF...

    http://s16.postimage.org/mzmj59zj9/scroll_ff.jpg

  6. #6
    Administrator JoTo's Avatar
    Join Date
    May 2010
    Location
    www.scapp.net
    Posts
    1,953

    Default

    no scrollbars shown for me, download also not working. Seems your using an old version of FF, not sure on that but your layout of FF is different to mine.

  7. #7

    Default

    Quote Originally Posted by Razo[R]apiD View Post
    It's not fixed.
    Remove overlay: hidden; from body tag, and display: block; from the div
    Place your script references into head tag instead of body

    What I like about Heatsinkbod's databases is that they are more like a database, with content description available at the first sight and so on, while your's is still more like a file manager than database.

    If we could combine both it would be better I think. So there will be a file manager for uploading and managing, but the view that user gets is more like Heatsinkbod's version.
    This is just my opinion. Anyone else?
    mmm Well Razors comment got me thinking................

    The point been it needs to be a database and yes own3mall version is and so is the AAAA effort so think we all lost track a bit here...... we have the database so all that is now needed is the display and GUI if you like and a framework............

    By which I mean on AAAA I have a Mysql Database with all the fields for each entry on each record for maps and mods..................

    On AAAA I am displaying the database via Drupal 6 and yeh the GUI is all Drupal 6 but at the end of the day its just MYSQL database with records

    So kind of same with Own3mall version...................

    What I suggest is we propose a single database not CMS or HTML but a single database at MYSQL level...................
    So the central database will have all the fields like on AAAA and Own3mall but thats all it is a database with fields and all the data.........

    Now then X-NULL need to display the data different than AAAA and use different templates stuff like that to fit in with the theme here on AAAA we display it different via Drupal BUT at the end of the day their is no problem sharing the same database!!! We all just use the same field names......................

    So Data entry on AAAA will be secured via the AAAA Drupal site and have moderators and all that but Xnull will use its existing user control to access it nothing to do with AAAA but its a shared database.........................

    So when Joto's Vision is ready we have a database that can be imported / exported - we can mirror MYSQL so if one site host is down it gets data from the other and synced which us all easy on MYSQL

    So I would say on Xnull we need to just create some extra fields from the AAAA and own3mall merge and then create some basic html / PHP to display the data from the database and create a form entry on xnull for the map and mod database
    ...........

    I think we end up with a flexible solution for all with the prospect of being able to role out to other trusted third parties say mod theater could have secure access to it and display the data how they want to....................

    For the existing AAAA database I can create some MYSQL users for this project and give access to all the existing data on AAAA fileds - then work out what extra fields we need - will list all the existing ones.....................

    Will then need to work out where we can host a mirror of the MYSQL on a different server in sync and for backups................

    Anyway just a thought

  8. #8
    Über Prodigy & Developer Razo[R]apiD's Avatar
    Join Date
    May 2010
    Location
    Poland, Lublin
    Posts
    3,257

    Default

    This is a good tought. Actually, we could create a copy of AAAA db, create users and insert stuff to both db's. So it doesn't matter if someone added something on AAAA or xNULL - it would show up in both places.

    For the xNULL we'll need just different template and there may be a need to edit db structure to make it better.

  9. #9

    Default

    ok not jumping ahead before we get on board here is what I have so far on the existing AAAA MYSQL database fields.......:

    and this is not a full list and just a Drupal dump not a MYSQL dump as an example -:

    mapdatabase.jpg

    moddatabse1.jpg
    Last edited by heatsinkbod; August 23rd, 2012 at 12:55 PM.

  10. #10

    Default

    I've tried every browser there is on my computer, and I'm not experiencing any of the issues posted here. Downloads work fine, scrollbar is there...

    Are you sure you guys are using the right link? http://mohaafiles.tk/test_kfm2/

    Now, http://mohaafiles.tk/test_kfm/ (without the 2) shows more of the structure and the permissions the system will have... however, it's not fixed... [test_kfm2] is the one I'm working on.

    Also, I have the latest version of Firefox 14.0.1 --- my layout is customized, but it's the latest.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •