mykroWAP

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    mykroWAP

    ok, started coding another little script... basic login system, and forums, message box, shoutbox n chatroom... (so far)

    dunno what else to add actually...

    oh, and i almost forgot, it's got an autoindex script built in, so users can browse through files n download them...

    mp3's can be previewed on pc,
    text files can be read
    pics can be previewed
    n jar files i added a extra dl option that adds an extra r to make ext jarr so OM lets you download in Opera...

    Ok, zipping script quick n post in a few seconds

    Added after 9 minutes:

    ok, here's the script... n before you peoples start freaking out cause there's no sql file, fill in database info in daish.inc and upload to server... it'll set up db automatically...

    i think i might have forgotten the chat table n shoutbox table, but i'll fix that before i upload...

    and it's sorted...

    enjoy n thanks appreciated
    -----------------------------------------------
    Also if anyone keen to team up on making something out of this base script, inbox me

    ok, and demo: MikroWAP
    Attached Files
    Last edited by pmbguy; 15.07.11, 17:59.
    C3 Themes: http://c3themes.wen.ru/index.html
    Find Files: http://mystarter.tk/?goto=X-search

    #2
    Table base.
    But its nice
    Thanks for sharing.
    Also keep on sharing
    Did I help you?
    You can help me too
    Your donations will help me finance my studies.

    Comment


      #3
      Bro maybe u can rewrite bb codes for $text = str_replace("\n","<br/>",$text); in nl2br() for all new lines, abowe is possible \r\n also,
      for sanitizing input needs to convert quotes also with ENT_QUOTES.
      <!DOCTYPE html PUBLIC "-//WAPFORUM.RS

      Comment


        #4
        Ok, so here we go, the next update of this little script...

        Things Updated:

        Modified The Security Code So You Can Now Post HTML TAGS, ie: source

        examples... (Many thanks 2 arnage on coding-talk.com for the ideas n coding

        tips...)

        Added a basic profile picture system, one image per user, dunno how secure it

        will work out... Anyone who can tell me if it's actually safe the way i've

        done it, please do...)

        Updated The Admin (Owner/ 1st users tools)

        And provided the updated database via php... just be careful to backup cause

        it's gonna wipe your existing db...

        Cheers...

        (comments n feedback welcome - alasdair.knox@gmail.com)
        Attached Files
        C3 Themes: http://c3themes.wen.ru/index.html
        Find Files: http://mystarter.tk/?goto=X-search

        Comment


          #5
          Ur register page is simple enuf. You shud use the same form for login n sign up. I.e if nt user ask if user wants to sign up.

          Added after 6 minutes:

          no utf8 support.
          Last edited by CreativityKills; 19.07.11, 03:49.

          Comment


            #6
            yo @creativitykills... you said no utf8 support... any tips on that front?

            oh and i updated the login/register process like you suggested, thanks for the idea...
            Last edited by pmbguy; 19.07.11, 09:44.
            C3 Themes: http://c3themes.wen.ru/index.html
            Find Files: http://mystarter.tk/?goto=X-search

            Comment


              #7
              Originally posted by pmbguy View Post
              yo @creativitykills... you said no utf8 support... any tips on that front?

              oh and i updated the login/register process like you suggested, thanks for the idea...
              get a nice library at phputf8.sourceforge.net though in my recent project im porting Kohana's port of that same library. You could port Kohana's port of phputf8 too.

              Comment


                #8
                I know the thread is very old. But badly I've to know about database setup for this script. Can you guys please help me by giving some information for setting up database for this script? I'd be thankful to you.

                Comment


                  #9
                  Originally posted by ashik72 View Post
                  I know the thread is very old. But badly I've to know about database setup for this script. Can you guys please help me by giving some information for setting up database for this script? I'd be thankful to you.
                  Have u read the very first post by pmb guy or dit u just download it and now ur stuck..... Cos he did mention in his first post how to setup the db don't be so lazy man its exactly what he asked u guys not to do freak about the db....
                  Here's his input!
                  ok, here's the script... n before you peoples start freaking out cause there's no sql file, fill in database info in daish.inc and upload to server... it'll set up db automatically...
                  Plz read all posts in threads coz it might have explained what u want to know and keeps ppl from repeating themselves
                  My site: http://mimobifunclub.tk
                  sigpic

                  Comment


                    #10
                    Thank you so much for showing my misunderstandin.

                    Code:
                    Warning : Unknown: It is not safeto rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Chicago' for 'CDT/-5.0/DST' instead in /home/scpsc/public_html/wap/mwap2/index.php on line 741
                    Parse error : syntax error, unexpected $end in /home/scpsc/public_html/wap/mwap2/index.php on line 741
                    Would you please help me that where I should correct this timezone problem?
                    Last edited by ashik72; 08.08.11, 09:46.

                    Comment


                      #11
                      PHP Code:
                      date_default_timezone_set('GMT'); 

                      Comment


                        #12
                        tanks nice share

                        Comment


                          #13
                          Originally posted by doriann View Post
                          tanks nice share
                          Hey doriann, can you use it? If you can, will you please share a demo made by you?

                          Comment


                            #14
                            Got this error bro:
                            Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /home/filmax/ public_html/chat/index.php on line 10
                            help me......

                            Comment


                              #15
                              what is the file dbsetup.inc ???

                              not existe in the directory

                              Comment

                              Working...
                              X