Neowap Translated (EN)

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

    Neowap Translated (EN)

    here are a neowap script ive translated to english demo http://mayhem.wtf.la/magforum

    ive posted the english version and untranslated version
    Attached Files
    Last edited by riderz; 13.02.10, 16:40.

    #2
    Code:
     2: <?xml version="1.0"?>
      3: <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
      4: <wml>
      5: <card id="index" title="Mayhem">

    this will give errors to opera browser but working fine to mobiles
    Last edited by wapmetal; 13.02.10, 17:27.
    com site: http://vampist.net
    download site: http://wapdloads.net
    fb: http://www.facebook.com/pmplx

    Comment


      #3
      try this u just needed to remove the top part of the sql
      Code:
      -- 
      
      -- Sukurta duomenu struktura lentelei `forumas_temos`
      
      -- 
      
      
      
      CREATE TABLE `forumas_temos` (
      
        `nr` int(2) NOT NULL auto_increment,
      
        `raktas` varchar(50) NOT NULL default '',
      
        `tema` varchar(40) NOT NULL default '',
      
        `skaicius` varchar(20) NOT NULL default '',
      
        `time` varchar(20) NOT NULL default '',
      
        `tipas` varchar(20) NOT NULL default '',
      
        PRIMARY KEY  (`nr`)
      
      ) TYPE=MyISAM AUTO_INCREMENT=1050 ;
      
      
      
      -- --------------------------------------------------------
      
      
      
      -- 
      
      -- Sukurta duomenu struktura lentelei `forumas_zinutes`
      
      -- 
      
      
      
      CREATE TABLE `forumas_zinutes` (
      
        `nr` int(2) NOT NULL auto_increment,
      
        `raktas` varchar(200) NOT NULL default '',
      
        `nick` varchar(20) NOT NULL default '',
      
        `text` varchar(250) NOT NULL default '',
      
        `tipas` varchar(20) NOT NULL default '',
      
        PRIMARY KEY  (`nr`)
      
      ) TYPE=MyISAM AUTO_INCREMENT=3074 ;
      
      
      
      -- --------------------------------------------------------
      
      
      
      -- 
      
      -- Sukurta duomenu struktura lentelei `neo_person`
      
      -- 
      
      
      
      CREATE TABLE `neo_person` (
      
        `ID` int(11) NOT NULL auto_increment,
      
        `username` text,
      
        `password` text,
      
        `email` text,
      
        `aprashymas` text NOT NULL,
      
        `statutas` text NOT NULL,
      
        `zinuciu` text NOT NULL,
      
        `busena` text NOT NULL,
      
        PRIMARY KEY  (`ID`),
      
        FULLTEXT KEY `password` (`password`)
      
      ) TYPE=MyISAM AUTO_INCREMENT=4045 ;

      Comment


        #4
        That script was in lithuanian so if someone like realy use it. I can help to translate it better to english ;)
        OR JUST SEND PM

        Comment


          #5
          sladex ive translated it to english thru google ive gotten it from ur collection why tell just translate it if u can do it better thou u can coz u are LT im only EN

          Comment


            #6
            when you reply post it says "bad data"
            com site: http://vampist.net
            download site: http://wapdloads.net
            fb: http://www.facebook.com/pmplx

            Comment


              #7
              yea i know i think i did put that in my read me file dnt know that problem ive just transelated and posted it

              Comment


                #8
                may be i can help i will try to fix that
                com site: http://vampist.net
                download site: http://wapdloads.net
                fb: http://www.facebook.com/pmplx

                Comment


                  #9
                  It's very old script. Try translate newest and better scripts ;)
                  OR JUST SEND PM

                  Comment

                  Working...
                  X