Coding My Builder From Scratch

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Coding My Builder From Scratch

    Allright, i had a builder i did.

    But i realised that there was bugs in it so i started coding a new one from scratch.
    people will have the ability to create theyr own sites
    (http://user.domain.com)
    Already have my subdomain and directory creation up and running, it creates it when users register and registration is successfull.

    Next step i did, when you register you automaticly get an email with registration information.

    i also want to add f few other stuff/options to.

    Things i thought of adding.
    1. users has the ability to select individual colors for theyr sites.
    Text colors
    Line colors
    Background colors
    Link colors

    2. You can easly select your site alignment left right center.

    3. Users has the ability to upload, and delete files of the surver and have a max space of 2mb per user.

    4. Bbcode on site homepage.

    5. Blogs & polls.

    6. Photo gallery with comments on sites.

    7. Simple chatroom on each site for the users to use.

    8. Tell a friend option where visitors can tell a friend about the site and the script will email the friend.

    9. Contact site owner via email and maybe something like a inbox system...?
    -----------------------------------------------------------------------------------------

    Thease are options that i will be coding.

    Any sigestions or ideas would be aprisiated.

    Click here!!!

    #2
    Allright, having problems with subdomain creation....

    Click here!!!

    Comment


      #3
      Ok, i just sorted out the subdomain problem, now, gana do redirection to page hehehe

      Think for now i'll just stick to this method.

      Code:
      header("location: $xhtml/index.php?user=$user");
      And
      Code:
      header("location: $wml/index.php?user=$user");
      And
      Code:
      header("location: $pc/index.php?user=$user");
      I'm gana end up with different platforms of my builder in 1,

      Click here!!!

      Comment


        #4
        Alright, just finished 1 section and it works 100%
        Site Settings
        »Welcome message
        »Site theme
        »Site description
        »Update Logo
        »Site alignment

        Click here!!!

        Comment


          #5
          Alright, just did my user profiles sql quickly gana have a smoke then im gana carry on and start with the php.

          People i'm updating my topic and telling what ive done sofar because if someone maybe comes up with more features they can just share the idea here and i will add it in the script.

          Click here!!!

          Comment


            #6
            Hmmm nice idea bro.

            but are you talkin to yourself again ? lol
            Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
            Visit: WapMasterz Coming Back Soon!
            _______
            SCRIPTS FOR SALE BY SUBZERO
            Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
            FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
            _______
            Info & Tips
            php.net
            w3schools.com

            Comment


              #7
              changeable pages like user decide what links and updates they want on there site if they want a gallery they add link to gallery give the choice of 5 links on main page have a drop down menu on what they can select that way there not exactly the same its what im doing on mine lol

              Comment


                #8
                Hmmm nice idea bro.

                but are you talkin to yourself again ? lol[/b]
                Lol it gives me more inspiration bro lol
                And thanx....
                changeable pages like user decide what links and updates they want on there site if they want a gallery they add link to gallery give the choice of 5 links on main page have a drop down menu on what they can select that way there not exactly the same its what im doing on mine lol[/b]
                Mmm, i think i understand what you meen, perhaps a demo?
                ------------------------------------
                Ok, my
                »Site settings
                »Profile settings
                »Manage downloads
                Is done...
                Users can upload theyr own files, but guess what, you cant upload .php.mp3 or .mp3.php files lol so it meens no remote viewing scripts can be uploaded...
                Also, i use the unlink function, so it deletes files of the surver if you delete files hehe

                »Manage links
                »Manage blogs
                »Manage polls
                »Account settings
                Still remains, after that ill think of more options or code stuff you request...

                Savie? lol
                Will be my next 3 stuff...

                Click here!!!

                Comment

                Working...
                X