Page 1 of 4 123 ... LastLast
Results 1 to 10 of 40

Thread: Html/PHP cross over

  1. #1
    Join Date
    Oct 2007
    Posts
    22
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default tag generator

    http://www.wiitalk.co.uk/forums/wiitag.php
    like that one can some one link to me where i would find a script like that.PLEASE HELP ME
    Last edited by Damion; 10-12-2007 at 09:58 PM.

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Very complex.

    You will need to use PHP's GD library (or a similar server side image-generation-capable language) to layer the background and the letters, as well as setup a font for those letters, or maybe position image layers [for each letter] over the background.

    It's possible, but a big project.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  3. #3
    Join Date
    Oct 2007
    Posts
    22
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    huh explain please also i just want to make it so that when the tags are created they link to my site not to wiitag but please make a tag using that and u will see what i mean

  4. #4
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Using their page to create an image then linking to your site would be against their TOS, not something supported on this forum.

    However, all you do is change the URL... but making the page generate that or creating some sort of shell page to generate it would be difficult.

    I did try making an image, and it is just what I said. You choose parameters, then the data is sent to a PHP [or similar] script to generate the images. The text is a quick afterthought, just echo '<tag stuff="whatever">text';.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  5. #5
    Join Date
    Oct 2007
    Posts
    22
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by djr33 View Post
    Using their page to create an image then linking to your site would be against their TOS, not something supported on this forum.

    However, all you do is change the URL... but making the page generate that or creating some sort of shell page to generate it would be difficult.

    I did try making an image, and it is just what I said. You choose parameters, then the data is sent to a PHP [or similar] script to generate the images. The text is a quick afterthought, just echo '<tag stuff="whatever">text';.
    U lost me dude can u just post the whole edited html and also didn't understand a word of that also i am new at this programing thing so please bear with me
    Last edited by Damion; 10-12-2007 at 10:45 PM.

  6. #6
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Using their page to create an image then linking to your site would be against their TOS, not something supported on this forum.
    This is a place for learning, and you want something hard. Being new is fine-- we all were at some point, but you gotta start small.

    I'm really not sure how else to explain this.

    The code takes parameters from the form, like the number, and the style.

    Then it generates an image from that.

    What is unclear?

    What I have mentioned, such as the PHP GD library, probably WON'T be clear and it is complex, but it's just the name for something that will generate images.
    http://www.php.net/manual/en/ref.image.php
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  7. #7
    Join Date
    Oct 2007
    Posts
    22
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by djr33 View Post
    This is a place for learning, and you want something hard. Being new is fine-- we all were at some point, but you gotta start small.

    I'm really not sure how else to explain this.

    The code takes parameters from the form, like the number, and the style.

    Then it generates an image from that.

    What is unclear?

    What I have mentioned, such as the PHP GD library, probably WON'T be clear and it is complex, but it's just the name for something that will generate images.
    http://www.php.net/manual/en/ref.image.php
    ok but how would i go about doing it though i would post the html but it won't let me i would pm u but it won't let me

  8. #8
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    There's no need to post any HTML.

    The point is, this IS NOT html.

    The image is GENERATED by PHP. The end.

    HTML will display the information and create the form that will send info to the PHP script to make the image, but that is all.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  9. #9
    Join Date
    Oct 2007
    Posts
    22
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    oh ok so what should i do then if it doesn't involve html but involves php better yet email me wiiworld@hotmail.com explain there

  10. #10
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    What?

    Is that your site or is that one you want to copy?

    I'm very confused.

    PHP is used to make the image. HTML is used to display the image and the generating form.

    Email is not the best method for this, nor is PM. Post and post clearly, so everyone can participate in learning from this and finding a solution.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •