What script is this

Discussion in 'Scripts' started by MarRome, Apr 27, 2007.

  1. #1
    Hello,

    Would anyone know what script this site is using?
    what-is-what.com

    Thanks in advance
     
    MarRome, Apr 27, 2007 IP
    Will.Spencer likes this.
  2. dzysyak

    dzysyak Peon

    Messages:
    43
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I can be wrong, but I think it some kind of "custom developed" script
     
    dzysyak, Apr 28, 2007 IP
  3. Will.Spencer

    Will.Spencer NetBuilder

    Messages:
    14,789
    Likes Received:
    1,040
    Best Answers:
    0
    Trophy Points:
    375
    #3
    Hmmm... I dunno... it's called feedback.php and it's just a simple web form:

    <form action="/feedback.php" method="post" name="feedback_form">
        <div class="what-is-form">
            <div class="what-is-title">Rate this answer: (What is Kazaa?)</div>
                <table cellspacing="5" cellpadding="0" border="0">
                    <tr>
    
                        <td nowrap="nowrap"><label for="veryHelpful"><input type="radio" name="rating" value="1" id="veryHelpful" /> Very Helpful&nbsp;&nbsp;&nbsp;</label></td>
                        <td nowrap="nowrap"><label for="helpful"><input type="radio" name="rating" value="2" id="helpful" /> Helpful&nbsp;&nbsp;&nbsp;</label></td>
                        <td nowrap="nowrap"><label for="useless"><input type="radio" name="rating" value="3" id="useless" /> Useless&nbsp;&nbsp;&nbsp;</label></td>
                        <td nowrap="nowrap"><label for="dnkHelp"><input type="radio" name="rating" value="dnk" id="dnkHelp" /> Don't Know&nbsp;&nbsp;&nbsp;</label></td>
                    </tr><tr>
    
                        <td colspan="4" align="left" bgcolor="#DDDDDD" height="1" valign="top"></td>
                    </tr><tr>
                        <td nowrap="nowrap"><label for="veryAccurate"><input type="radio" name="accuracy" value="1" id="veryAccurate" /> Very Accurate&nbsp;&nbsp;&nbsp;</label></td>
                        <td nowrap="nowrap"><label for="accurate"><input type="radio" name="accuracy" value="2" id="accurate" /> Accurate&nbsp;&nbsp;&nbsp;</label></td>
                        <td nowrap="nowrap"><label for="inaccurate"><input type="radio" name="accuracy" value="3" id="inaccurate" /> Inaccurate&nbsp;&nbsp;&nbsp;</label></td>
                        <td nowrap="nowrap"><label for="dnkAccurate"><input type="radio" name="accuracy" value="dnk" id="dnkAccurate" /> Don't Know&nbsp;&nbsp;&nbsp;</label></td>
    
                    </tr><tr>
                        <td colspan="4" align="left" bgcolor="#DDDDDD" height="1" valign="top"></td>
                    </tr><tr>
                        <td colspan="4" align="left" nowrap="nowrap" valign="top">Anything else you'd like to add:</td>
                    </tr><tr>
                        <td>&nbsp;</td>
                        <td colspan="3" align="left" valign="top"><input type="text" name="anything_else" size="40" /></td>
                    </tr><tr>
    
                        <td colspan="4" align="left" bgcolor="#DDDDDD" height="1" valign="top"></td>
                    </tr><tr>
                        <td colspan="4" align="left" nowrap="nowrap" valign="top">Would you like a personal response:</td>
                    </tr><tr>
                        <td>&nbsp;</td>
                        <td colspan="3" align="left" valign="top"><input type="text" name="email" size="40" value="If so, enter your email address here." onfocus="clear_email()" /></td>
                    </tr><tr>
                        <td colspan="4" align="left" bgcolor="#DDDDDD" height="1" valign="top"></td>
    
                    </tr><tr>
                        <td colspan="4" align="center"><input type="submit" value="Thank You!" /></td>
                    </tr>
                </table>
            <input type="hidden" name="from_page" value="kazaa" />
            <input type="hidden" name="title" value="What is Kazaa?" />
        </div>
    </form>
    Code (markup):
     
    Will.Spencer, Apr 29, 2007 IP
    GTech likes this.
  4. oKiAo

    oKiAo Peon

    Messages:
    519
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Custom script, or Drupal (with customization of course)
    Because was looking at some of Drupal's site, and it looks like this site -> http://uofl.info/ Which is using Drupal script.
    Just my guess though XD
     
    oKiAo, Apr 29, 2007 IP