Jump to content

IGCAssassin

New Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

IGCAssassin's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. This is the only line i can find thats close to that. $this->db_connect_id = @mysqli_connect($this->server, $this->user, $this->password);
  2. How would I know what variable my connection information is stored in.
  3. Pls help not sure how to fix: I put the 410 just to mark the line in question Thanks In Advance function sql_escapestring($string) { return $this->sql_addq($string); } function sql_addq($string) { static $magic_quotes; if (!isset($magic_quotes)) $magic_quotes = get_magic_quotes_gpc(); if ($magic_quotes) $string = stripslashes($string); 410 return (version_compare(phpversion(), '4.3.0', '>=')) ? mysqli_real_escape_string($string) : mysqli_escape_string($string); } function sql_error($query_id = 0) { return array('message' => @mysqli_error($this->db_connect_id), 'code' => @mysqli_errno($this->db_connect_id)); } function sql_ufetchrow($query = "", $type=SQL_BOTH) { $query_id = $this->sql_query($query, true); $result = $this->sql_fetchrow($query_id, $type); $this->sql_freeresult($query_id); return $result;
  4. thankyou for your time sorry to bother you guys, will work on it and try to figure it out.
  5. /*********************************************************************************************************//* ClanKit - Please Read! *//* *//* Fill in the appropriate areas to your customisation. *//* E.g. You must change your_email_address@email.com to your own one. *//* IMPORTANT: DO NOT EDIT THE $App line unless you know what you are doing, o *//* you can read the instruction manual included with your ClanKit package. *//***********************************************************************************************************/<?$EmailTo = "cleanjoe@charter.net";$Subject = "=]IGC[= In Good Comapany Clan Recruitment Form $FirstName\n";$Name = "$FirstName\n";$App = "RealName: $RealName\n GamerName: $GamerName\n Age: $Age\n Location: $Location\n EmailAddress: $EmailAddress\n Hours online per week: $Hours\n Other Clans: $Clans\n Will you be able to attend practices: $Practices\n Favorite Weapon1: $Weapon1\n Favorite Weapon2: $Weapon2\n Favorite map: $Map\n About yourself: $About\n Where did you hear about us?: $Where\n IP Address: $REMOTE_ADDR";mail($EmailTo,$Subject,$App,"From: $EmailAddress\n");?><html><body bgcolor="#000000"><center><font face="Arial"><font color="white"><b>Thank you for your time<br><A href="http://www.igc-clan.net">Click Here</A> to return<b></font></body></html> I think this is it
  6. im sorry do you know where that would be at
  7. <? include("header.php"); OpenTable(); ?><head> <title>=]IGC[= In Good Company Clan Recruitment Form</title> <left> <style type="text/css"> <!-- a:link { text-decoration: none; color: #F5BC12; } a:visited { text-decoration: none; color: #F5BC12; } a:hover { text-decoration: none; color: #F5BC12; } a:active { text-decoration: none; color: #F5BC12; } .style31 { font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #F5BC12; } .style32 { font-family: Arial, Helvetica, sans-serif; color: #F5BC12; } .style33 {color: #F5BC12} .style34 {font-family: Arial, Helvetica, sans-serif; font-size: 12px;} .style37 { font-family: "Courier New", Courier, mono; font-size: 24px; font-weight: bold; } --> </style> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <p class="style31"><span class="style37">=]IGC[= COD4 CLAN RECRUITMENT FORM</span><br> <br> <strong>Welcome soldier! If you are intrested in joining our Clan then please fill out<br> this application form and submit it, we will get back to you as soon as<br> possible and in the meantime you can check out the forums.<br> Thank you. </strong> </p> <span class="style31"><left> </left><left></left><left></left><left></left><left></left><left></left><left></left></span><span class="style32"><left></left></span><span class="style33"><left></left><left></left></span><left><form action="apply.php" method="post" name="Application" class="style33"> <div align="left>" class="style34"> Real Name: <input name="RealName" type="text" value="" size="24"> <br> Gaming Name: <input name="GamerName" type="text" size="24"> <br> Age: <input name="Age" type="text" size="2"> <br> Location: <input name="Location" type="text" size="15"> <br> Email Address: <input name="EmailAddress" type="text" size="30"> <br> Hours spent online per week: <input name="Hours" type="text" size="10"> <br> <br> If you have been in a clan before, please list all of the<br> ones you were in and the reason why you left them:<br> <textarea name="Clans" cols="50" rows=6" textarea="textarea"></textarea> <br> <br> Will you be able to attend practices and matches when scheduled?: <select name="Practices"> <option selected>------------------</option> <option>Yes</option> <option>I'll do my best to be there</option> <option>Maybe not</option> <option>No</option> </select> <br> <br> Gamer Information <br> Your favorite weapon?: <input name="Weapon1" type="text" size="20"> <br> Your 2nd favorite weapon?: <input name="Weapon2" type="text" size="20"> <br> Your favorite map?: <input name="Map" type="text" size="20"> <br> <br> <br> <br> Please explain a little about yourself, when you are normally online,<br> when you can get a microphone (If you dont already have one) and anything<br> else you would like to inform us about:<br> <textarea name="About" cols="50" rows="6" textarea="textarea"></textarea> <br> <br> Would you consider donating towards the game server?: <select name="Pay"> <option selected>------------------</option> <option>Yes</option> <option>No</option> <option>Maybe</option> </select> <br> <br> And finally....<br> Where did you hear about us?:<br> <textarea name="Where" cols="50" rows="6" textarea="textarea"></textarea> <br> <br> <input name="Submit" type="submit" value="Submit Recruitment Form"> </div> </form> <span class="style31">Powered by <a href="www.clankit.bravoclan.com">ClanKitâ„¢</a><br> </span></left> <span class="style31"> </div> </body> </html> <? CloseTable(); include("footer.php"); ?> </span> I am brand new at this a friend set this up to begin with and i cant figure out how to fix it. Pls help
×
×
  • 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.