Jump to content

[SOLVED] Cant find an S in code


BoltZ

Recommended Posts

Try this code and and view it iin firefox 3 and ull c in the top left corner an S there and I can not for the love of god find it. Someone help me?

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head><title>BBoardX Installation Guide- Step 3</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<link rel="stylesheet" type="text/css" href="http://www.devwebsites.com/forums/install/stylesheet.css" />
<link rel="icon" type="image/png" href="http://www.devwebsites.com/favicon.ico" />s
<style type="text/css">
/*<![CDATA[*/
h2.c2 {float:left;}
img.c1 {display:block; width: 60px; height:60px; float:left;}
/*]]>*/
</style></head><body>
<div class="header"><img src="http://www.devwebsites.com/forums/install/images/logo.gif" alt="banner" width="700px" /></div><div class="bluestrip">BBoardX Installation Guide</div><table><tr><td><div class="leftside" style="height:600px"><ul>
<li>Welcome</li><li>View License</li><li><img src="http://www.devwebsites.com/forums/install/images/greaterthen.gif" alt="bullet" /> <strong>  Configure DB</strong></li><li>Create Tables</li>
<li>Insert Data</li><li>Install Themes</li><li>Configure Board</li>
<li>Create Admin</li><li>Finish Setup</li></ul>
</div><div class="overlap"><div class="rightside"><img src="http://www.devwebsites.com/forums/install/images/pencil.jpeg" alt="check" class="c1" />
<h2 class="c2">  Configure</h2></div>
<div class="content"><p><br /><br /><br /><br /></p>
<p>It is now time to configure the database that MyBB will use as well as your database authentication details. <br /><br />Please note that BBoardX only supports MySQL at the time of this release. Later releases may support other database types</p><div style="float:left">
<table cellspacing="0">
<tr>
<th colspan="2">Database Settings</th>

</tr>
<tr class="first">
<td><label for="dbengine">Database Engine:</label></td>
<td><select name="dbengine"><option value="mysqli">MySQL Improved</option><option value="mysql">MySQL</option></select></td>
</tr>
<tbody>
<tr>
<th colspan="2">MySQL Improved Database Settings</th>
</tr>
<tr>
<td><label for="config_mysqli_dbhost">Database Server Hostname:</label></td>
<td><input type="text" name="config[mysqli][dbhost]" value="localhost" /></td>
</tr>
<tr>
<td class="first"><label for="config_mysqli_dbuser">Database Username:</label></td>
<td class="last alt_col"><input type="text" class="text_input" name="config[mysqli][dbuser]"value="" /></td>
</tr>
<tr>
<td><label for="config_mysqli_dbpass">Database Password:</label></td>
<td><input type="password" name="config[mysqli][dbpass]" value="" /></td>
</tr>
<tr>
<td><label for="config_mysqli_dbname">Database Name:</label></td>
<td><input type="text" class="text_input" name="config[mysqli][dbname]" value="" /></td>
</tr>
<tr>
<th colspan="2">MySQL Improved Table Settings</th>
</tr>
<tr>
<td><label for="config_mysqli_tableprefix">Table Prefix:</label></td>
<td><input type="text" name="config[mysqli][tableprefix]" value="bboardx_" /></td>
</tr>
<tr>
<td><label for="config_mysqli_encoding">Table Encoding:</label></td>
<td><select name="config[mysqli][encoding]"><option value="big5">Big5 Traditional Chinese</option><option value="dec8">DEC West European</option><option value="cp850">DOS West European</option><option value="hp8">HP West European</option><option value="koi8r">KOI8-R Relcom Russian</option><option value="latin1">cp1252 West European</option><option value="latin2">ISO 8859-2 Central European</option><option value="swe7">7bit Swedish</option><option value="ascii">US ASCII</option><option value="ujis">EUC-JP Japanese</option><option value="sjis">Shift-JIS Japanese</option><option value="hebrew">ISO 8859-8 Hebrew</option><option value="tis620">TIS620 Thai</option><option value="euckr">EUC-KR Korean</option><option value="koi8u">KOI8-U Ukrainian</option><option value="gb2312">GB2312 Simplified Chinese</option><option value="greek">ISO 8859-7 Greek</option><option value="cp1250">Windows Central European</option><option value="gbk">GBK Simplified Chinese</option><option value="latin5">ISO 8859-9 Turkish</option><option value="armscii8">ARMSCII-8 Armenian</option><option value="utf8" selected="selected">UTF-8 Unicode</option><option value="ucs2">UCS-2 Unicode</option><option value="cp866">DOS Russian</option><option value="keybcs2">DOS Kamenicky Czech-Slovak</option><option value="macce">Mac Central European</option><option value="macroman">Mac West European</option><option value="cp852">DOS Central European</option><option value="latin7">ISO 8859-13 Baltic</option><option value="cp1251">Windows Cyrillic</option><option value="cp1256">Windows Arabic</option><option value="cp1257">Windows Baltic</option><option value="binary">Binary pseudo charset</option><option value="geostd8">GEOSTD8 Georgian</option><option value="cp932">SJIS for Windows Japanese</option><option value="eucjpms">UJIS for Windows Japanese</option></select></td>
</tr>
</tbody>
<tbody>
<tr>
<th colspan="2">MySQL Database Settings</th>
</tr>
<tr>
<td><label for="config_mysql_dbhost">Database Server Hostname:</label></td>
<td><input type="text" name="config[mysql][dbhost]" value="localhost" /></td>
</tr>
<tr>
<td><label for="config_mysql_dbuser">Database Username:</label></td>
<td><input type="text" name="config[mysql][dbuser]" value="" /></td>
</tr>
<tr>
<td><label for="config_mysql_dbpass">Database Password:</label></td>
<td><input type="password" name="config[mysql][dbpass]" value="" /></td>
</tr>
<tr>
<td><label for="config_mysql_dbname">Database Name:</label></td>
<td><input type="text" name="config[mysql][dbname]" value="" /></td>
</tr>
<tr>
<th colspan="2">MySQL Table Settings</th>
</tr>
<tr>
<td><label for="config_mysql_tableprefix">Table Prefix:</label></td>
<td><input type="text" name="config[mysql][tableprefix]" value="bboardx_" /></td>
</tr>
<tr>
<td><label for="config_mysql_encoding">Table Encoding:</label></td>
<td><select name="config[mysql][encoding]"><option value="big5">Big5 Traditional Chinese</option><option value="dec8">DEC West European</option><option value="cp850">DOS West European</option><option value="hp8">HP West European</option><option value="koi8r">KOI8-R Relcom Russian</option><option value="latin1">cp1252 West European</option><option value="latin2">ISO 8859-2 Central European</option><option value="swe7">7bit Swedish</option><option value="ascii">US ASCII</option><option value="ujis">EUC-JP Japanese</option><option value="sjis">Shift-JIS Japanese</option><option value="hebrew">ISO 8859-8 Hebrew</option><option value="tis620">TIS620 Thai</option><option value="euckr">EUC-KR Korean</option><option value="koi8u">KOI8-U Ukrainian</option><option value="gb2312">GB2312 Simplified Chinese</option><option value="greek">ISO 8859-7 Greek</option><option value="cp1250">Windows Central European</option><option value="gbk">GBK Simplified Chinese</option><option value="latin5">ISO 8859-9 Turkish</option><option value="armscii8">ARMSCII-8 Armenian</option><option value="utf8" selected="selected">UTF-8 Unicode</option><option value="ucs2">UCS-2 Unicode</option><option value="cp866">DOS Russian</option><option value="keybcs2">DOS Kamenicky Czech-Slovak</option><option value="macce">Mac Central European</option><option value="macroman">Mac West European</option><option value="cp852">DOS Central European</option><option value="latin7">ISO 8859-13 Baltic</option><option value="cp1251">Windows Cyrillic</option><option value="cp1256">Windows Arabic</option><option value="cp1257">Windows Baltic</option><option value="binary">Binary pseudo charset</option><option value="geostd8">GEOSTD8 Georgian</option><option value="cp932">SJIS for Windows Japanese</option><option value="eucjpms">UJIS for Windows Japanese</option></select></td>
</tr>
</tbody>
</tr>
</table>
</div>
<div class="button"><form action="addcookie.php" method="post">
<div><input type="submit" value="Next" name="step3" /></div>
</form></div></div></div></td></tr></table></body></html>

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.