1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

What are you woking on right now?

Discussion in 'PHP' started by Lordo, Jun 6, 2008.

  1. blueparukia

    blueparukia Well-Known Member

    Messages:
    1,564
    Likes Received:
    71
    Best Answers:
    7
    Trophy Points:
    160
    #21
    Current Job: Big CMS
    Owner: Me, redistrubutable
    Status: 40-80% Complete
    Current Task: Getting Javascript to work crossbrowser.
    My status: Cursing IE.

    My goal is to make the most customizable CMS out there - including custom bb code/Wysiwyg editor, tonnes of Ajax w/PHP fallbacks, outputting semantic and valid code. As well as an automagic template converter (converting HTML templates to PHP), Wordpress converter and powerful modular design and code hooks. I want to focus on making it easy to code for, so functions such as new_user() and new_admin_page() are in there, as well as db wrappers for MySQL, MySQLi, PgSQL and MSSQL.

    Full support for outputting RSS 1,2 and Atom feeds, mailing lists/subscribing, usergroups.

    I am also gonna release easy modules for converting the default article management system into a Flash Games Management System, and a social networking site. It already has an auto updater and patcher, a terminal for the primary admin and most other features done.

    This is mainly for fun, so I intend on releasing it for free, or very cheaply. I am unsure of how far I am in it, as I think of new features very often.

    A few screenshots of the ACP:
    Default Theme: http://dredgy.com/mybberror.jpg
    The theme I am currently working on (full window manager): http://dredgy.com/terminal.JPG
     
    blueparukia, Jun 8, 2008 IP
  2. kailashr2k

    kailashr2k Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #22
    Curret job: search engine
    Owner: a client
    Status: 75% complete
    Current task/file: Parsing xml file and storing the data in database
    My status: Am very much bored and fell very lonely!!!!!!!!
     
    kailashr2k, Jun 8, 2008 IP
  3. X.Homer.X

    X.Homer.X Peon

    Messages:
    290
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #23
    @blueparukia
    Will the javasctipt have some sort of fallback as well? Or is it not a big part of the CMS?I for one have javascript turned off most of the time, unless a page says "You need javascript", then half the time i turn it on, and half the time i just exit the site.

    Just something to think about =P
     
    X.Homer.X, Jun 9, 2008 IP
  4. blueparukia

    blueparukia Well-Known Member

    Messages:
    1,564
    Likes Received:
    71
    Best Answers:
    7
    Trophy Points:
    160
    #24
    The default Admin theme (yellow one), as well as all the frontend stuff, is of course fully accessible (excluding the editor) to users with Javascript off and search engines (try marketing a CMS that doesn't work with SEs :p)

    The second one with the window management one WILL work with Javascript enabled, but not well, since the start menu will default to being displayed, and not hidden (and unhideable) and you will be unable to close windows, or drag them around.

    Everything outputted by my CMS is 100% valid xHTML strict, with MINIMALISTIC code - meaning if it doesn't need to be there, it will. A rudimentary code cleanup is performed when you convert a template from HTML to the CMS compatible PHP one - which changes doctype to a variable, and replaces all "/>" to be appropriate to the doctype. If the doctype is strict, <hr/> elements are replaced with styled divs. The template converter completely borks over if the design uses any of that Dreamweaver Javascript/Spry crap, uses blatantly bad code (with my tests, this has only happened to templates I've made in Frontpage, Expression Web and Dreamweaver) or is exported from Fireworks/Imageready. It will also bork if you have:
    
    <script type="text/javascript">
    if(navigator.appName [operator] "Browser Name"){code}
    </script>
    Code (markup):
    or something similar -to stop people favouring one browser. The CMS will certainly not be for everyone, since it isolates so many of the popular (but bad) ways of making a site - I encourage good coding practice.

    All the default templates (admin and frontend), work perfectly with Javascript, images or CSS disabled.

    BP
     
    blueparukia, Jun 9, 2008 IP
  5. Lordo

    Lordo Well-Known Member

    Messages:
    2,082
    Likes Received:
    58
    Best Answers:
    0
    Trophy Points:
    190
    #25
    Sounds cool, good luck :)
    What type of membership site? And will the toolbar offer site related services or just for the affiliate purpose? On the other hand, how do you make sure you keep your rights with your partner? Did you sign a contract or what is it like?
     
    Lordo, Jun 9, 2008 IP
  6. Lordo

    Lordo Well-Known Member

    Messages:
    2,082
    Likes Received:
    58
    Best Answers:
    0
    Trophy Points:
    190
    #26
    born2hack: bokemon is fun :) I think it is going to be a great site but also I think you need help. At least you need someone to make the data entry and preparation for you (like the pokemon characters, characteristics and images as well as their attacks' effects). Otherwise, it can take you ages and you will definately have your *down* days when you are fed up with it and don't want to continue.
     
    Lordo, Jun 9, 2008 IP
  7. Lordo

    Lordo Well-Known Member

    Messages:
    2,082
    Likes Received:
    58
    Best Answers:
    0
    Trophy Points:
    190
    #27
    blueparukia: I love the idea and I can imagine how amazing the result can be. How long did this take you so far?
    I would think maybe your challenge will be security as this is the issue with almost all open source CMS'. Is that right? What steps do you take for ensuring that?
     
    Lordo, Jun 9, 2008 IP
  8. blueparukia

    blueparukia Well-Known Member

    Messages:
    1,564
    Likes Received:
    71
    Best Answers:
    7
    Trophy Points:
    160
    #28
    I've made Pokemon site before. By using dragonfrees list generator, that made things a lot easier, and I could name images accordingly, and have it cycle through each number, adding the numbed image to it - and that was assigning images.

    I have a MyBB plugin that allows you to organise trades if you want it.

    Thanks :D Been about a month of active development so far.

    For security I have added multiple checks, the hashing for passwords is different for every installation, and the normal for session security and SQL injections (real_escape_string) etc, are in place.

    Thanks for the feedback
     
    blueparukia, Jun 9, 2008 IP
  9. Lordo

    Lordo Well-Known Member

    Messages:
    2,082
    Likes Received:
    58
    Best Answers:
    0
    Trophy Points:
    190
    #29
    kailashr2k: So you are working on feeds from search engines (like using APIs and ss) or are you making a full index of sites?
     
    Lordo, Jun 9, 2008 IP
  10. clinton

    clinton Well-Known Member

    Messages:
    2,166
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    110
    #30
    LOL, I was doing just that the other day, Cursing IE, that is while working on a CMS that I was employed for.
    I had to load up XP virtual box because I use Ubuntu. It was one thing, that took me 3-4 hrs to fix, one freakin peace of code. The document.body was needed at a certain part or it wouldn't scroll list items.

    LOL, I'm sure most of you can relate to this
    [​IMG]
     
    clinton, Jun 9, 2008 IP
  11. born2hack

    born2hack Banned

    Messages:
    294
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #31
    lol surely I will need help. But I don't know where to ask. I cant hire someone dun have any bucks left. Any ideas?
     
    born2hack, Jun 9, 2008 IP
  12. Lordo

    Lordo Well-Known Member

    Messages:
    2,082
    Likes Received:
    58
    Best Answers:
    0
    Trophy Points:
    190
    #32
    Lordo, Jun 9, 2008 IP
  13. aqlx86

    aqlx86 Peon

    Messages:
    11
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #33
    im creating a web based task manager for a my company
     
    aqlx86, Jun 9, 2008 IP
  14. ToddMicheau

    ToddMicheau Active Member

    Messages:
    183
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    58
    #34
    Thought I would throw my 2 cents in:

    Current Job: myBox.
    Owner: http://bubblecoder.com/.
    Status: .06% Complete. . .
    Current Task: Building icon registration and interactivity.
    My status: Drowning is multi-dimensional arrays.

    Link: http://bubblecoder.com/test/ui_template.html

    This is going to be a simple online OS (yes it's been done) that has upload capabilities, directory creation, icons, a BlackBox based GUI, games and such. . .

    It's to pass time, and yea; I'm that bored.

    (Only compatible with Latest FF, IE, and Safari. Right click for menu. Fully built in flash.)
     
    ToddMicheau, Jun 9, 2008 IP
  15. born2hack

    born2hack Banned

    Messages:
    294
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #35
    born2hack, Jun 9, 2008 IP
  16. clinton

    clinton Well-Known Member

    Messages:
    2,166
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    110
    #36
    I guess I'll update my current status because I love you all.:D

    Current Job: Social Network
    Owner: Me
    Status: 90% Complete. . .
    Current Task: Tell a friend script and Flash audio player
    My status: Determined but tired...
     
    clinton, Jun 9, 2008 IP
  17. born2hack

    born2hack Banned

    Messages:
    294
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #37
    UPDATE:
    Current Job: Pokemon RPG
    Owner: Me
    Status: 25% complete
    Current Task: Looking for someone to join me/feeding Pokemon data
    My status: EXTREMELY BORED!
     
    born2hack, Jun 9, 2008 IP
  18. EricBruggema

    EricBruggema Well-Known Member

    Messages:
    1,740
    Likes Received:
    28
    Best Answers:
    13
    Trophy Points:
    175
    #38
    Ive got a designer for my gfxstat.com so in 2 months the site will be online! :D
     
    EricBruggema, Jun 10, 2008 IP
  19. Lordo

    Lordo Well-Known Member

    Messages:
    2,082
    Likes Received:
    58
    Best Answers:
    0
    Trophy Points:
    190
    #39
    This is good news from all friends :)

    I had to wait for the starting again because the everyday's real life is exhausting me. I will try to start tomorrow.
    My status: Not psychlogically well for three days now but I will be fine.
     
    Lordo, Jun 10, 2008 IP
  20. commandos

    commandos Notable Member

    Messages:
    3,648
    Likes Received:
    329
    Best Answers:
    0
    Trophy Points:
    280
    #40
    Curret job: CJ to MySQL
    Owner: company
    Status: 95% complete
    Current task/file: FTP Login to CJ , unzip the File
    My status: Having a Nescafe ! just woke up
     
    commandos, Jun 10, 2008 IP