Results 1 to 8 of 8
  1. #1
    kanolsen
    Guest
    I have a Nokia 3510i and don't want to pay for poly's.
    I thought of creating a VERY simple wap site so upload my collection
    of polys from my computer, and then download them to the phone. As I
    have understood there is no way of doing it strictly from PC to Mobile
    by cable.

    How can this be done EASILY?
    Is there a manual, or site I can visit to learn?
    I have over 1600 polys and I want to try them once!!!

    Thanx for all help.
    Kanolsen



    See More: create wap site so I can upload/download my polys from the pc.




  2. #2
    To_be_in_England_in_the_Summertime
    Guest

    Re: create wap site so I can upload/download my polys from the pc.


    "kanolsen" <[email protected]> wrote in message
    news:[email protected]...
    | I have a Nokia 3510i and don't want to pay for poly's.
    | I thought of creating a VERY simple wap site so upload my collection
    | of polys from my computer, and then download them to the phone. As I
    | have understood there is no way of doing it strictly from PC to Mobile
    | by cable.
    |
    | How can this be done EASILY?
    | Is there a manual, or site I can visit to learn?
    | I have over 1600 polys and I want to try them once!!!
    |
    | Thanx for all help.
    | Kanolsen

    http://www.buzzed.co.uk/ - you can't upload polys but you can link to
    another website with polys in it eg. your own website.

    http://www.tagtag.com/ - slow but your can upload polys to your own wapsite.

    I use mainly the former site, with my midis stored on a free lycos website.

    hth





  3. #3
    kanolsen
    Guest

    Re: create wap site so I can upload/download my polys from the pc.

    "To_be_in_England_in_the_Summertime" <[email protected]> wrote in message news:<[email protected]>...
    > "kanolsen" <[email protected]> wrote in message
    > news:[email protected]...
    > | I have a Nokia 3510i and don't want to pay for poly's.
    > | I thought of creating a VERY simple wap site so upload my collection
    > | of polys from my computer, and then download them to the phone. As I
    > | have understood there is no way of doing it strictly from PC to Mobile
    > | by cable.
    > |
    > | How can this be done EASILY?
    > | Is there a manual, or site I can visit to learn?
    > | I have over 1600 polys and I want to try them once!!!
    > |
    > | Thanx for all help.
    > | Kanolsen
    >
    > http://www.buzzed.co.uk/ - you can't upload polys but you can link to
    > another website with polys in it eg. your own website.
    >
    > http://www.tagtag.com/ - slow but your can upload polys to your own wapsite.
    >
    > I use mainly the former site, with my midis stored on a free lycos website.
    >
    > hth


    --------------------
    Thanks for your links, although difficult to understand I will
    probably get it in the end.
    Q. to the first link. I don't understand the meaning to add a link to
    your own website. Doesn't it have to be in Wap'ish for the phone to be
    able to use it? Or can I just create a site and add midis to it? Then
    why do I need buzzed, if they only send me to my own site?

    In your lycos site is it a wap site or a html? I hope in doing it the
    way you explain, but I have to get a grip on it first.

    Kanolsen



  4. #4
    Tim
    Guest

    Re: create wap site so I can upload/download my polys from the pc.

    Create a folder on your site named wap...
    http://www.yoursitename.com/wap

    Save this file in /wap as index.wml (for tones only. rename the files)

    <?xml version="1.0"?>
    <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
    "http://www.wapforum.org/DTD/wml_1.1.xml">

    <!-- created by EasyPad WAPtor (http://www.waptop.net/) -->
    <wml>
    <card id="MainCard3" title="Tones">
    <p align="center">

    <br/>
    <a href="tears.mid">Tears</a><br/>
    <a href="us2.mid">Under the Sea</a><br/>
    <a href="misty.mid">Misty Mountain Hop</a><br/>
    <a href="smooth.mid">Santana Smooth</a><br/>
    <a href="hark2.mid">Hark!</a><br/>
    <a href="schoolout.mid">School's Out</a><br/>
    <a href="newyork.mid">New York</a><br/>
    <a href="u2.mid">U2</a><br/>
    <a href="sandman.mid">Metallica</a><br/>
    <a href="ring.mid">Rinnng</a><br/>
    <a href="jp.mid">Jurassic Park</a><br/>
    <a href="sha2.mid">Sweet Home</a><br/>

    </p>
    </card>
    </wml>

    Save this file in /wap as index.wml (if you have logos and pictures)

    <?xml version="1.0"?>
    <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
    "http://www.wapforum.org/DTD/wml_1.1.xml">

    <!-- created by EasyPad WAPtor (http://www.waptop.net/) -->
    <wml>
    <card id="MainCard1" title="Yo, Yo, Yo!">
    <p align="center">

    <br/>

    <a href="logos.wml">Pictures</a><br/><br/>
    <a href="tones.wml">Tones</a><br/>

    </p>
    </card>
    </wml>

    OR, use html
    index.htm

    <HTML>
    <HEAD>
    <TITLE>Tones</TITLE>
    <META NAME="GENERATOR" CONTENT="Mozilla/3.01Gold (WinNT; U) [Netscape]">
    </HEAD>
    <BODY>
    <META http-equiv="Refresh"
    content="0;URL=http://www.hemplemans.com/tones.wml">


    <table cellspacing=0 cellpadding=0 border=0 width=100%>

    <TR align="center">
    <TD>

    <br/>
    <a href="tears.mid">Tears</a><br/>
    <a href="us2.mid">Under the Sea</a><br/>
    <a href="misty.mid">Misty Mountain Hop</a><br/>
    <a href="smooth.mid">Santana Smooth</a><br/>
    <a href="hark2.mid">Hark!</a><br/>
    <a href="schoolout.mid">School's Out</a><br/>
    <a href="newyork.mid">New York</a><br/>
    <a href="u2.mid">U2</a><br/>
    <a href="sandman.mid">Metallica</a><br/>
    <a href="ring.mid">Rinnng</a><br/>
    <a href="jp.mid">Jurassic Park</a><br/>
    <a href="sha2.mid">Sweet Home</a><br/>

    </TD>
    </TR>

    </BODY>
    </HTML>






  5. #5
    Karl
    Guest

    Re: create wap site so I can upload/download my polys from the pc.

    You can send Poly's to your phone via cable.

    "kanolsen" <[email protected]> wrote in message
    news:[email protected]...
    > I have a Nokia 3510i and don't want to pay for poly's.
    > I thought of creating a VERY simple wap site so upload my collection
    > of polys from my computer, and then download them to the phone. As I
    > have understood there is no way of doing it strictly from PC to Mobile
    > by cable.
    >
    > How can this be done EASILY?
    > Is there a manual, or site I can visit to learn?
    > I have over 1600 polys and I want to try them once!!!
    >
    > Thanx for all help.
    > Kanolsen






  6. #6
    To_be_in_England_in_the_Summertime
    Guest

    Re: create wap site so I can upload/download my polys from the pc.


    | --------------------
    | Thanks for your links, although difficult to understand I will
    | probably get it in the end.
    | Q. to the first link. I don't understand the meaning to add a link to
    | your own website. Doesn't it have to be in Wap'ish for the phone to be
    | able to use it? Or can I just create a site and add midis to it? Then
    | why do I need buzzed, if they only send me to my own site?
    |

    You can link directly to html sites from your mobile phone, but you'll have
    to type the EXACT name into your wap browser including the name of the midi
    file e.g.

    www.atestsite.com/test/test/testing.midi

    So it's easier (IMO) to create a free wap site (a mobile phone needs to see
    a wml formatted site) and link from that to your html files. The 2 links I
    provided for you require no wml understanding at all to build a site.

    What you can do is have 10 links to your html site located on your
    buzzed.co.uk (buzzed won't let you upload midi's directly which is a shame)
    site, say 1.midi to 10.midi and upload your 10 midi files
    to your html site, renaming them to 1.midi to 10.midi. So when you want to
    access these files from your phone you'll see 10 files to download. Then
    when your bored with these upload your next 10 midi's, renaming them again
    to 1.midi to 10.midi and overwriting the first lot on your html site. Then
    when you wap to your own wap site from your phone the links remain the same,
    just the files are different, you will probably have to reload the page on
    your phone as the files will be cached in it. Sounds complicated and I'm
    sorry if it does, but this is what I do and it only takes a few minutes to
    change the files on my html site and wap download them with my phone

    Easier is to use tatag.com, and upload midi's directly, which you can wap to
    directly with your phone. However this site is painfully slow at times.

    | In your lycos site is it a wap site or a html? I hope in doing it the
    | way you explain, but I have to get a grip on it first.

    lycos site is html (has the midi files on it). buzzed site is wml which has
    the links to my html site.

    here's an example of a link you need to create on your wap site to a midi
    file stored on an html site

    http://www.angelfire.com/crazy/snowdog/pheonix.mid this simple midi really
    works btw :-)

    My main reason for using buzzed.co.uk is you can build your own nice little
    wap site with it too. Also as you can gather I'm obviously no expert
    either, I just got here by trail and error and a lot of messing about.

    Another tip if you use kazaa or emule, do a search for polyphonic (or the
    like) and you can download thousands of midi files, normally compressed into
    one big file.






  7. #7
    Bill Door
    Guest

    Re: create wap site so I can upload/download my polys from the pc.

    > "kanolsen" <[email protected]> wrote in message
    > news:[email protected]...
    > I have a Nokia 3510i and don't want to pay for poly's.
    > I thought of creating a VERY simple wap site so upload my collection
    > of polys from my computer, and then download them to the phone. As I
    > have understood there is no way of doing it strictly from PC to
    > Mobile by cable.
    >
    > How can this be done EASILY?
    > Is there a manual, or site I can visit to learn?
    > I have over 1600 polys and I want to try them once!!!
    >
    > Thanx for all help.
    > Kanolsen


    Most tones I have found tend to sound nothing like I was expecting.

    If you have that many on your PC why not listen to them in eg Media
    Player if midi format then use a site like http://www.euploader.com/ to
    upload/download just the ones you want to your phone. That way you save
    money on WAP charges for tones that you will never use again.

    regards
    Bill Door



  8. #8
    Tim
    Guest

    Re: create wap site so I can upload/download my polys from the pc.

    Here is my wapsite, which is in a folder named wap. Browse from the desktop
    or phone.It has both .wml and .htm

    http://www.hemplemans.com/wap





  • Similar Threads