SpiderWap xhtml smilie leetch generator

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

    SpiderWap xhtml smilie leetch generator

    SpiderWap xhtml smilie leetch generator



    Version: 1.0.0
    Category: Other useful scripts

    Description:
    Smilie generator script by me
    was really bored when i done this script lol well tell me what you think...?

    View File

    /tease.gif" style="vertical-align:middle" emoid="" border="0" alt="tease.gif" />t;line-height:100%">Submitted by SpiderWap, on Apr 27 2008, 04:50 PM

    Click here!!!

    #2
    I dont wont to upset you now will i lol

    that script has a error

    Code:
    <?php
    $siteurl = "http://spiderwap.co.za"; //Your Site URL
    $sitename = "Home"; //Site Name
    $logourl = "http://spiderwap.co.za/logo.gif"; //Logo URL
    $act = $_GET["act"];
    echo "<?xml version=\"1.0\" encoding=\"utf-8\" ?>\n";
    ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
    <?php
    
    echo "<head>\n";
    echo "<title>SpiderWap</title>\n";
    echo "<style type=\"text/css\">\n";
    echo "body {\n";
    echo "background-color:#9F0000;\n";
    echo "color:#FFFFFF;\n";
    echo "}\n";
    echo "a, a:active  {\n";
    echo "color: #EABB00;\n";
    echo "}\n";
    echo "a:visited {\n";
    echo "color: #EABB00;\n";
    echo "}\n";
    echo "a:hover {\n";
    echo "color: #EABB00;\n";
    echo "}\n";
    echo "</style>\n";
    echo "<meta name=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n";  
    echo "<meta http-equiv=\"Cache-Control\" content=\"must-revalidate\" />\n";
    echo "<meta http-equiv=\"Cache-Control\" content=\"no-cache\" />\n";
    echo "<meta http-equiv=\"Pragma\" content=\"no-cache\" />\n";
    echo "<meta name=\"title\" content=\"SpiderWap\" />\n";
    echo "<meta name=\"robots\" content=\"index, follow\" />\n";
    echo "<meta name=\"revisit-after\" content=\"7\" />\n";
    echo "</head>\n";
    echo "<body>\n";
    if($act=="create")
    {
    $create = $_POST[&#39;create&#39;];
    echo "<p align=\"center\">\n";
    echo "Your Personal logo was created successfully!!!
    \n";
    echo "<form action=\"http://www.smiliegenerators.com/smileyletters/image.php?s=$create\" method=\"get\">\n";
    echo "<input type=\"submit\" value=\"Download Now!!!\" />\n";
    echo "</form>\n";
    echo "----------
    \n";
    echo "<a href=\"$PHP_SELF\">Create another</a>
    \n";
    echo "<a href=\"$siteurl\">$sitename</a>\n";
    echo "</p>\n";
    echo "</body>\n";
    echo "</html>\n";
    exit ();
    }
    else{
    echo "<p align=\"center\">\n";
    echo "<img src=\"$logourl\" alt=\"$sitename\"/>\n";
    echo "
    \n";
    echo "[b][size="1"][u]Creat Your Own Personal Smilie.[/u][/size][/b]
    \n";
    echo "<form action=\"$PHP_SELF?act=create\" method=\"post\">\n";
    echo "[b]Enter Your Text:[/b]
    \n";
    echo "<input type=\"text\" maxlength=\"30\" name=\"create\"/>\n";
    echo "
    \n";
    echo "<input type=\"submit\" value=\"Create\" />\n";
    echo "</form>\n";
    echo "<a href=\"$siteurl\">$sitename</a>
    \n";
    echo "[b]Small Script By: <a href=\"http://spiderwap.co.za\">&copy; SpiderWap</a>[/b]
    ";
    echo "</p>\n";
    echo "</body>\n";
    echo "</html>\n";
    exit ();
    }
    Now where the error is ?

    Code:
    <?php
    $siteurl = "http://spiderwap.co.za"; //Your Site URL
    $sitename = "Home"; //Site Name
    $logourl = "http://spiderwap.co.za/logo.gif"; //Logo URL
    $act = $_GET["act"];
    echo "<?xml version=\"1.0\" encoding=\"utf-8\" ?>\n";
    ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
    <?php
    
    echo "<head>\n";
    echo "<title>SpiderWap</title>\n";
    echo "<style type=\"text/css\">\n";
    echo "body {\n";
    echo "background-color:#9F0000;\n";
    echo "color:#FFFFFF;\n";
    echo "}\n";
    echo "a, a:active  {\n";
    echo "color: #EABB00;\n";
    echo "}\n";
    echo "a:visited {\n";
    echo "color: #EABB00;\n";
    echo "}\n";
    echo "a:hover {\n";
    echo "color: #EABB00;\n";
    echo "}\n";
    echo "</style>\n";
    echo "<meta name=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n";  
    echo "<meta http-equiv=\"Cache-Control\" content=\"must-revalidate\" />\n";
    echo "<meta http-equiv=\"Cache-Control\" content=\"no-cache\" />\n";
    echo "<meta http-equiv=\"Pragma\" content=\"no-cache\" />\n";
    echo "<meta name=\"title\" content=\"SpiderWap\" />\n";
    echo "<meta name=\"robots\" content=\"index, follow\" />\n";
    echo "<meta name=\"revisit-after\" content=\"7\" />\n";
    echo "</head>\n";
    echo "<body>\n";
    if($act=="create")
    {
    $create = $_POST[&#39;create&#39;];
    echo "<p align=\"center\">\n";
    echo "Your Personal logo was created successfully!!!
    \n";
    echo "<form action=\"http://www.smiliegenerators.com/smileyletters/image.php?s=$create\" method=\"get\">\n";
    echo "<input type=\"submit\" value=\"Download Now!!!\" />\n";
    echo "</form>\n";
    echo "----------
    \n";
    echo "<a href=\"$PHP_SELF\">Create another</a>
    \n";
    echo "<a href=\"$siteurl\">$sitename</a>\n";
    echo "</p>\n";
    echo "</body>\n";
    echo "</html>\n";
    exit ();
    }
    else{
    echo "<p align=\"center\">\n";
    echo "<img src=\"$logourl\" alt=\"$sitename\"/>\n";
    echo "
    \n";
    echo "[b][size="1"][u]Creat Your Own Personal Smilie.[/u][/size][/b]
    \n";
    echo "<form action=\"$PHP_SELF?act=create\" method=\"post\">\n";
    echo "[b]Enter Your Text:[/b]
    \n";
    echo "<input type=\"text\" maxlength=\"30\" name=\"create\"/>\n";
    echo "
    \n";
    echo "<input type=\"submit\" value=\"Create\" />\n";
    echo "</form>\n";
    echo "<a href=\"$siteurl\">$sitename</a>
    \n";
    echo "[b]Small Script By: <a href=\"http://spiderwap.co.za\">&copy; SpiderWap</a>[/b]
    ";
    echo "</p>\n";
    echo "</body>\n";
    echo "</html>\n";
    exit ();
    }
    ?>
    Now this is cooled scriptlet 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


      #3
      lol its fine i dont mind lol was a 5 minute job anywayz lol

      Click here!!!

      Comment


        #4
        Demo: http://top5hosts.info/cc.php

        Code:
        <?php
        $siteurl = "http://spiderwap.co.za"; //Your Site URL
        $sitename = "Home"; //Site Name
        $logourl = "http://spiderwap.co.za/logo.gif"; //Logo URL
        $act = $_GET["act"];
        echo "<?xml version=\"1.0\" encoding=\"utf-8\" ?>\n";
        ?>
        <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
        
        <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
        <?php
        
        echo "<head>\n";
        echo "<title>SpiderWap</title>\n";
        echo "<style type=\"text/css\">\n";
        echo "body {\n";
        echo "background-color:#9F0000;\n";
        echo "color:#FFFFFF;\n";
        echo "}\n";
        echo "a, a:active  {\n";
        echo "color: #EABB00;\n";
        echo "}\n";
        echo "a:visited {\n";
        echo "color: #EABB00;\n";
        echo "}\n";
        echo "a:hover {\n";
        echo "color: #EABB00;\n";
        echo "}\n";
        echo "</style>\n";
        echo "<meta name=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n";  
        echo "<meta http-equiv=\"Cache-Control\" content=\"must-revalidate\" />\n";
        echo "<meta http-equiv=\"Cache-Control\" content=\"no-cache\" />\n";
        echo "<meta http-equiv=\"Pragma\" content=\"no-cache\" />\n";
        echo "<meta name=\"title\" content=\"SpiderWap\" />\n";
        echo "<meta name=\"robots\" content=\"index, follow\" />\n";
        echo "<meta name=\"revisit-after\" content=\"7\" />\n";
        echo "</head>\n";
        echo "<body>\n";
        if($act=="create")
        {
        $create = $_POST[&#39;create&#39;];
        $ext = $_POST[&#39;ext&#39;];
        echo "<p align=\"center\">\n";
        echo "Your Personal logo was created successfully!!!
        \n";
        echo "<a href=\"http://smileygenerators.com/smileyletters/image.php?s=$create&ext=.$ext\">DOWNLOAD NOW!</a>\n";
        
        
        echo "
        ----------
        \n";
        echo "<a href=\"$PHP_SELF\">Create another</a>
        \n";
        echo "<a href=\"$siteurl\">$sitename</a>\n";
        echo "</p>\n";
        echo "</body>\n";
        echo "</html>\n";
        exit ();
        }
        else{
        echo "<p align=\"center\">\n";
        echo "<img src=\"$logourl\" alt=\"$sitename\"/>\n";
        echo "
        \n";
        echo "[b][size="1"][u]Creat Your Own Personal Smilie.[/u][/size][/b]
        \n";
        echo "<form action=\"$PHP_SELF?act=create\" method=\"post\">\n";
        echo "[b]Enter Your Text:[/b]
        \n";
        echo "<input type=\"text\" maxlength=\"30\" name=\"create\"/>\n";
        
        echo "<select name=\"ext\" size=\"1\">\n";
        echo "<option label=\"jpg\">jpg</option>\n";
        echo "<option label=\"gif\">gif</option>\n";
        echo "<option label=\"bmp\">bmp</option>\n";
        echo "</select>\n";
        
        echo "
        \n";
        echo "<input type=\"submit\" value=\"Create\" />\n";
        echo "</form>\n";
        echo "<a href=\"$siteurl\">$sitename</a>
        \n";
        echo "[b]Small Script By: <a href=\"http://spiderwap.co.za\">&copy; SpiderWap</a>[/b]
        ";
        echo "</p>\n";
        echo "</body>\n";
        echo "</html>\n";
        exit ();
        }
        ?>
        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


          #5
          all i saw is one ?> missing at the end
          It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
          ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ ⓐⓡⓔ ⓐⓑⓛⓔ ⓣⓞ ⓗⓔⓐⓡ !
          ιη тнєσяу, тнє ρяα¢тι¢є ιѕ α яєѕυℓт σƒ тнє тнєσяу, вυт ιη ρяα¢тι¢є ιѕ тнє σρρσѕιтє.
          キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!

          Comment


            #6
            Yeah we know just to show him relook before posting but spider is a coder we all need to fix bugs
            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
              lol thanx Sub

              Click here!!!

              Comment


                #8
                The coding is done by spiderwap but the silies are generated by http://smileygenerators.com/ Look http://smileygenerators.com/smileyletters/...?s=WhiteWarrior

                Comment


                  #9
                  lol hes hotlinking the generator in his site

                  Comment


                    #10
                    hi, take a look at mine: http://2wap.org/services.php?act=tsm&t...ddy+how+are+you

                    My coding and smilies i have created with photoshop (not 100% mine)
                    Advertise your mobile site for FREE with AdTwirl

                    Comment


                      #11
                      It looks kwl Gum

                      Comment


                        #12
                        SpiderWap xhtml smilie leetch generator[/b]
                        Halloo i say so in my script name lol

                        Click here!!!

                        Comment

                        Working...
                        X