News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

I need help changing the contact us email address

Started by dragonking, July 27, 2009, 04:32:33 AM

Previous topic - Next topic

dragonking

Hi all! Can anyone help me please? I cant find how to change the contact us part of site where you click on contact us and the email form comes up? Ineed to change it a.s.a.p as i have just taken over the site and e-mails are still being sent to last owner! Have found this piece of code in links php, but just dont know if its the right piece im looking for or what to change? thanks very much for reading, Andy.

<td class="catbg" width="95%">
<div style="text-align: right;">
<a href="http://www.exoticforums.co.uk/index.php?action=emailuser;sa=email;uid=1 [nofollow]">Contact Us</a> - <a href="http://www.exoticforums.co.uk/ [nofollow]">Exotic Forums</a> - <a href="http://www.exoticforums.co.uk/#top [nofollow]">Top</a></th>
</div>
</td>
</tr>
</table>

Aleksi "Lex" Kilpinen

That link seems to be a link to the SMF built in emailform, and is set to use the User ID 1.
So the default Admin account user ID. It should work, if you simply replace the uid=1 part with uid=X where X is the user ID of current Admin account. :)

EDIT: Although, I don't think that functionality is as such in 1.1 so are you sure you posted in the right section? :)
Slava
Ukraini!
"Before you allow people access to your forum, especially in an administrative position, you must be aware that that person can seriously damage your forum. Therefore, you should only allow people that you trust, implicitly, to have such access." -Douglas

How you can help SMF

dragonking

Hi. I've tried doing that, i.e changing user id 1 to what it needs to be, but on the site it doesnt change anything??? thanks.

Aleksi "Lex" Kilpinen

Since you are most probably running 2.0 try emptying the forum's file cache.
( In the maintanance section of AdminCP )

And I'll move this over to 2.x support.
Slava
Ukraini!
"Before you allow people access to your forum, especially in an administrative position, you must be aware that that person can seriously damage your forum. Therefore, you should only allow people that you trust, implicitly, to have such access." -Douglas

How you can help SMF

dragonking

Thanks, ive tried that now my site has gone down????

Aleksi "Lex" Kilpinen

If emptying the cache made your site to not function - then you have made a mistake in the edits somewhere. Did you keep backups of the files you edited?
Slava
Ukraini!
"Before you allow people access to your forum, especially in an administrative position, you must be aware that that person can seriously damage your forum. Therefore, you should only allow people that you trust, implicitly, to have such access." -Douglas

How you can help SMF

dragonking

well no to be honest, i am a newbie to all this as only took over the site recently. all i have done is empty the file cache through admin panel????? thanks.

Aleksi "Lex" Kilpinen

What I meant was, that you probably made some sort of error while editing the code
in your first post. Your site's error message would also suggest the same - as that usually is caused by errors in the code.
Slava
Ukraini!
"Before you allow people access to your forum, especially in an administrative position, you must be aware that that person can seriously damage your forum. Therefore, you should only allow people that you trust, implicitly, to have such access." -Douglas

How you can help SMF

dragonking


Aleksi "Lex" Kilpinen

How did you edit the file? What did you use to edit and save the file?
Slava
Ukraini!
"Before you allow people access to your forum, especially in an administrative position, you must be aware that that person can seriously damage your forum. Therefore, you should only allow people that you trust, implicitly, to have such access." -Douglas

How you can help SMF

dragonking

i edited the file from earlier with file editor on control panel, legacy file manager. i just changed the user id from a 1 to a 4. it didnt work so i changed it bk to a 1 and all was fine till i emptied the file cache like i say?

Aleksi "Lex" Kilpinen

Only changing that should not give that error, so something else must have changed in it.
Could you FTP a copy of the file you edited, and attach it to your next post?
Slava
Ukraini!
"Before you allow people access to your forum, especially in an administrative position, you must be aware that that person can seriously damage your forum. Therefore, you should only allow people that you trust, implicitly, to have such access." -Douglas

How you can help SMF

dragonking

Ok heres the file i changed earlier, right at the bottom is the user id 1, which i changed to 4 then changed bk to 1, thanks.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd [nofollow]">
<html xmlns="http://www.w3.org/1999/xhtml [nofollow]"><head>
   <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
   <meta name="description" content="Exotics Forums" />
   <meta name="keywords" content="Exotics ForumsExotic Forums  - Care, Help, Advice, Classified, Pictures, Competitions, Chat Room, Games Arcade & Much More." />
   <script language="JavaScript" type="text/javascript" src="http://www.exoticforums.co.uk/Themes/default/scripts/script.js?b4 [nofollow]"></script>
   <script language="JavaScript" type="text/javascript" src="http://www.exoticforums.co.uk/Themes/default/scripts/theme.js?b4 [nofollow]"></script>
   <script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[
      var smf_theme_url = "http://www.exoticforums.co.uk/Themes/default"; [nofollow]
      var smf_default_theme_url = "http://www.exoticforums.co.uk/Themes/default"; [nofollow]
      var smf_images_url = "http://www.exoticforums.co.uk/Themes/default/images"; [nofollow]
      var smf_scripturl = "http://www.exoticforums.co.uk/index.php"; [nofollow]
      var smf_iso_case_folding = false;
      var smf_charset = "ISO-8859-1";
      var ajax_notification_text = "Loading...";
      var ajax_notification_cancel_text = "Cancel";
   // ]]></script>
   <title>Exotic Forums</title>
   <link rel="stylesheet" type="text/css" href="http://www.exoticforums.co.uk/Themes/default/style.css?b4 [nofollow]" />
   <link rel="stylesheet" type="text/css" href="http://www.exoticforums.co.uk/Themes/default/css/print.css?b4 [nofollow]" media="print" />
   <link rel="stylesheet" type="text/css" href="http://www.exoticforums.co.uk/Themes/default/css/ie7.css [nofollow]" />
   <link rel="help" href="http://www.exoticforums.co.uk/index.php?action=help [nofollow]" />
   <link rel="search" href="http://www.exoticforums.co.uk/index.php?action=search [nofollow]" />
   <link rel="contents" href="http://www.exoticforums.co.uk/index.php [nofollow]" />
   <link rel="alternate" type="application/rss+xml" title="Exotic Forums - RSS" href="http://www.exoticforums.co.uk/index.php?type=rss;action=.xml [nofollow]" />
   <script src="http://www.exoticforums.co.uk/yshout/js/moo.ajax.js [nofollow]" type="text/javascript"></script>
   <script src="http://www.exoticforums.co.uk/yshout/settings.js [nofollow]" type="text/javascript"></script>
   <script type="text/javascript"><!-- // --><![CDATA[
   window.onload=function(){loadChat();};
   var shoutFile="home";
   var yshout_php="/index.php?yshout&action=error&code=404";
   // ]]></script>
   <script src="http://www.exoticforums.co.uk/yshout/js/yshout.js?July062008 [nofollow]" type="text/javascript"></script>
   <style type="text/css">
      #yshout {
         font-size: 10px;
         overflow: hidden;
         background-color:#efefef;
      }
      #yshout #yshout-toollinks { /* tool links (History, Commands, etc.) */
      }
      #yshout #shouts { /* main shouts area */
      }
      #yshout .shout { /* one shout */
         margin: 0 0 0; /* Top Bottom Linespacing */
         line-height: 1;
      }
      #yshout .shout-timestamp {
         font-style: normal;
         font-weight: normal;
      }
      #yshout .shout-adminlinks { /* del and ban buttons */
         font-size: 6pt;
         color: #141414;
      }
      #yshout #shout-form {
         margin: 0;
         padding: 0;
      }
      #yshout #shout-form fieldset {
         border: none;
      }
      #yshout #forum-name {
         color: #666666;
         width: 70px;
         margin-right: 5px;
      }
      #yshout #shout-text {
         width: 310px;
         margin-right: 5px;
      }
      #yshout #shout-button {
         width: 55px;
      }
      #yshout .shout-invalid { /* invalid shout (shout textbox) */
         background: blue;
      }
   </style><link rel="stylesheet" type="text/css" id="index_css" href="http://www.exoticforums.co.uk/Themes/default/css/index.css [nofollow]" />
   <script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[
      // Create the main header object.
      var mainHeader = new smfToggle("upshrink", false);
      mainHeader.useCookie(0);
      mainHeader.setOptions("collapse_header", "0d27b0578f5f525502fad0595bb79124");
      mainHeader.addToggleImage("upshrink", "/upshrink.gif", "/upshrink2.gif");
      mainHeader.addTogglePanel("user_section");
      mainHeader.addTogglePanel("news_section");
   // ]]></script>
</head>
<body>
<div id="mainframe">
   <div class="tborder">
      <div class="catbg">
         <h1><center>
      <img src="http://www.reptiles-uk.co.cc/siggyfinal.jpg [nofollow]" alt="Exotic Forums" /> </center>
         </h1>
      </div>
      <ul id="greeting_section" class="titlebg2">
         <li id="time" class="smalltext floatright">
            February 17, 2009, 20:58:23 PM
            <a href="#" onclick="mainHeader.toggle(); return false;"><img id="upshrink" src="http://www.exoticforums.co.uk/Themes/default/images/upshrink.gif [nofollow]" alt="*" title="Shrink or expand the header." align="bottom" /></a>
         </li>
         <li id="name">Hello <em>ExoticForums</em></li>
      </ul>
      <div id="user_section" class="bordercolor">
         <div class="windowbg2 clearfix">
            <div id="myavatar"><img src="http://www.exoticforums.co.uk/images/adds/rentme.jpg [nofollow]" width="100" height="100" alt="" class="avatar" border="0" /></div>
            <ul>
               <li><a href="http://www.exoticforums.co.uk/index.php?action=unread [nofollow]"><span style="color: red;">Show unread posts since last visit.</span></a></li>
               <li><a href="http://www.exoticforums.co.uk/index.php?action=unreadreplies [nofollow]"><span style="color: red;">Show new replies to your posts.</span></a></li>
               <li>Total time logged in: 4 days, 18 hours and 17 minutes.
               </li>
            </ul>
         </div>
      </div>
      <div id="news_section" class="titlebg2 clearfix">
         <form class="floatright" id="search_form" action="http://www.exoticforums.co.uk/index.php?action=search2 [nofollow]" method="post" accept-charset="ISO-8859-1">
            <a href="http://www.exoticforums.co.uk/index.php?action=search;advanced [nofollow]" title="Advanced search"><img id="advsearch" src="http://www.exoticforums.co.uk/Themes/default/images/filter.gif [nofollow]" align="middle" alt="Advanced search" /></a>
            <input type="text" name="search" value="" style="width: 190px;" />&nbsp;
            <input type="submit" name="submit" value="Search" style="width: 11ex;" />
            <input type="hidden" name="advanced" value="0" />
         </form>
         <div id="random_news"><h3>News:</h3><p><span style="color: Red;" class="bbc_color">ExoticForums Staff</span> -&nbsp; <span style="color: Blue;" class="bbc_color">Paul, Shaun, NBLADE, Karen38, Seb(SSReptiles), Gaz0123, Adam, Gaboon, Daleos89</span></p></div>
      </div>
   </div>
   <div id="main_menu">
      <ul class="clearfix">
         <li id="button_home">
            <a class="active" title="home" href="http://www.exoticforums.co.uk/index.php [nofollow]">
               <span><em>Home</em></span>
            </a>
         </li>
         <li id="button_help">
            <a title="help" href="http://www.exoticforums.co.uk/index.php?action=help [nofollow]">
               <span>Help</span>
            </a>
         </li>
         <li id="button_pages">
            <a title="pages" href="http://www.exoticforums.co.uk/index.php?action=pages [nofollow]">
               <span>Chat</span>
            </a>
         </li>
         <li id="button_arcade">
            <a title="arcade" href="http://www.exoticforums.co.uk/index.php?action=arcade [nofollow]">
               <span>Arcade</span>
            </a>
         </li>
         <li id="button_multiplayer">
            <a title="multiplayer" href="http://www.exoticforums.co.uk/index.php?action=multiplayer [nofollow]">
               <span>Multiplayer</span>
            </a>
         </li>
         <li id="button_search">
            <a title="search" href="http://www.exoticforums.co.uk/index.php?action=search [nofollow]">
               <span>Search</span>
            </a>
         </li>
         <li id="button_admin">
            <a title="admin" href="http://www.exoticforums.co.uk/index.php?action=admin [nofollow]">
               <span>Admin</span>
            </a>
         </li>
         <li id="button_moderate">
            <a title="moderate" href="http://www.exoticforums.co.uk/index.php?action=moderate [nofollow]">
               <span>Moderate</span>
            </a>
         </li>
         <li id="button_profile">
            <a title="profile" href="http://www.exoticforums.co.uk/index.php?action=profile [nofollow]">
               <span>Profile</span>
            </a>
         </li>
         <li id="button_pm">
            <a title="pm" href="http://www.exoticforums.co.uk/index.php?action=pm [nofollow]">
               <span>My Messages</span>
            </a>
         </li>
         <li id="button_calendar">
            <a title="calendar" href="http://www.exoticforums.co.uk/index.php?action=calendar [nofollow]">
               <span>Calendar</span>
            </a>
         </li>
         <li id="button_mlist">
            <a title="mlist" href="http://www.exoticforums.co.uk/index.php?action=mlist [nofollow]">
               <span>Members</span>
            </a>
         </li>
         <li id="button_gallery">
            <a title="gallery" href="http://www.exoticforums.co.uk/index.php?action=gallery [nofollow]">
               <span>Gallery</span>
            </a>
         </li>
         <li id="button_custom">
            <a title="custom" href="links.php">
               <span>Links</span>
            </a>
         </li>
         <li id="button_logout">
            <a title="logout" href="http://www.exoticforums.co.uk/index.php?action=logout;sesc=0d27b0578f5f525502fad0595bb79124 [nofollow]">
               <span class="last">Logout</span>
            </a>
         </li>
      </ul>
   </div>
   <ul id="linktree">
      <li>
         <font color="red"> <a href="http://www.exoticforums.co.uk/index.php [nofollow]"><span><font size="2"><font color="white">Exotic Forums</span></font></a>&nbsp;>
      </li>
      <li class="last">
         <font color="red"> <a href="http://www.exoticforums.co.uk/index.php [nofollow]"><span><font size="2"><font color="white">Links</span></font></a>
      </li>
   </ul>
   <div id="bodyarea">
      <table cellpadding="4" cellspacing="0" border="0" align="center" width="95%" class="tborder">
         <tr class="titlebg">
            <td>
               <CENTER>Exotic Forums Links</CENTER>
            </td>
         </tr>
         <tr class="windowbg2">
            <td style="padding: 10px;">
               <CENTER><a href="http://www.surreygeckos.co.uk/ [nofollow]" target="_blank">
<img src="http://www.reptiles-uk.co.cc/surreyjpig.jpg [nofollow]" width="468" height="120" border="1" alt="Surrey Geckos" /><br><br><a href="http://www.livefoodsdirect.co.uk/ [nofollow]" target="_blank">
<img src="http://www.exoticforums.co.uk/Livefoods-logo.jpg [nofollow]" width="285" height="198" border="1" alt="LiveFoods Direct LTD" /><br>
<br><a href="http://www.livefoodsbypost.co.uk [nofollow]" target="_blank">
<img src="http://www.exoticforums.co.uk/livefoodsbypost.jpg [nofollow]" width="696" height="93" border="1" alt="Livefoods By Post" /><br>
<br>
<br><a href="http://www.reptileweb.co.uk/modules.php?mod=Affiliates&pg=ref&u=exoticforums [nofollow] "><img src = "http://www.reptileweb.co.uk/images/banners/banner_snake.jpg [nofollow]" border ="0"></a><br>

<br><a href="http://www.mjsgeckos.co.uk [nofollow]" target="_blank">
<img src="http://www.exoticforums.co.uk/mjsgeckos.jpg [nofollow]" width="468" height="72" border="0" alt="mjsgeckos.co.uk" /><br>
<br></a><a href="http://pet-lovers.proboards.com/ [nofollow]" target="_blank">
<img src="http://www.exoticforums.co.uk/f4e88120.gif [nofollow]" width="468" height="120" border="1" alt="woofsadaisy.co.uk" /></a>&nbsp;&nbsp;<a href="http://masonexotics.co.uk/ [nofollow]" target="_blank">
<img src="http://www.exoticforums.co.uk/mason_exotics.jpg [nofollow]" width="468" height="120" border="1" alt="Mason Exotics" /><br>
</a>&nbsp;&nbsp;<a href="http://www.spiderrescue.co.uk/ [nofollow]" target="_blank">
<img src="http://www.exoticforums.co.uk/SpiderRescue.jpg [nofollow]" width="380" height="96" border="1" alt="Spider Rescue" />&nbsp;&nbsp;</a><br>
<a href="http://www.terrapintank.co.uk/ [nofollow]" target="_blank">
<img src="http://www.exoticforums.co.uk/TerrapinTank.png [nofollow]" width="519" height="69" border="1" alt="The Terrapin Tank" /><br><br><a href="http://www.sunrisereptiles.com/ [nofollow]" target="_blank">
<img src="http://www.exoticforums.co.uk/sunrise_gif_banner.gif [nofollow]" width="519" height="69" border="1" alt="Sunrise Reptiles" /><br>
</a></a><br><a href="http://www.aquatic-mania.co.uk/ [nofollow]" target="_blank">
<img src="http://www.exoticforums.co.uk/aquatic_mania.jpg [nofollow]" width="468" height="60" border="1" alt="aquatic-mania" /></a><br><br><a href="http://www.reptiles.swelluk.com/links.html [nofollow]" target="_blank">
<img src="http://www.exoticforums.co.uk/swellrep_banner.jpg [nofollow]" width="468" height="60" border="1" alt="www.reptiles.swelluk.com" /><br><a href="http://www.hgdragons.com/ [nofollow]" target="_blank">
<br><img src="http://www.exoticforums.co.uk/howlingdaledragons.jpg [nofollow]" width="660" height="73" border="1" alt="howling dale dragons" /><br><br><a href="http://www.repvet.co.za [nofollow]"><img border="0" src="http://www.repvet.co.za/repvet_banner.gif [nofollow]" width="468" height="60"></a><br><br>
<br><br><a href="http://www.arkreptiles.co.uk/ [nofollow]" target="_blank">
<img src="http://www.exoticforums.co.uk/ark_reptiles.jpg [nofollow]" width="468" height="120" border="1" alt="Ark Reptiles" /><br><br><a href="http://www.crestiezoo.co.nr/ [nofollow]" target="_blank">
<img src="http://www.reptiles-uk.co.cc/Logobig.jpg [nofollow]" width="350" height="114" border="1" alt="Crestie Zoo" /><br></a><br>
<p><a href="http://www.reptilechannel.com/ [nofollow]" title="Reptile Species" target="_blank"><img src="http://www.reptilechannel.com/images/link_exchange/LinkExchange_88x33.gif [nofollow]" border="0" width="88" height="33" /></a></p>
<br><a href="http://www.natur-lehmgrube.de [nofollow]" target="_blank">
<br><br>
<a href="http://www.progeckos.com [nofollow]" target="_blank">Pro Geckos</a><br>Breeder of various gecko species including leopard, fat tail and Nephrurus.<br>
<br><br><a href="http://www.ghann.com [nofollow]" target="_blank">Ghann.com</a><br>Ghann's Crickets - producers of excellent quality live crickets and great customer service since 1952!<br>
<br><a href="http://reptilicious.nl [nofollow]" target="_blank">Reptilicious.nl</a>
<br><br><a href="http://www.herpcenter.com/ [nofollow]" target="_blank">Herp Center</a>
<br><br><a href="http://the-livingrainforest.co.uk [nofollow]"><img src="http://the-livingrainforest.co.uk/lrf/images/banner/banner.gif [nofollow]" alt="Visit The Living Rainforest For Some Of The Most Rare and Most Stunning Reptiles Available" /></a>
<br>
<br>
            </td>
         </tr>
         <tr class="windowbg2">
            <td class="smalltext" style="padding: 10px;">
            </td>
         </tr>
      </table>

</form></div>
   </div>
   <div id="footerarea" class="headerpadding topmargin clearfix">
      <ul class="smalltext">
<br>
<br>
<CENTER><a href="http://wimbledonreptilerescue.bravehost.com/ [nofollow]" target="_blank">
<img src="http://www.exoticforums.co.uk/imagehost/pics/98bf0e8c42deaf8495e9e9f3223e7915.jpg [nofollow]" width="468" height="120" border="1" alt="Wimbledon Reptile Rescue" /><br>
<br><br>
<div align="center" style="margin: -5px 0px 10px 0px;">
<table width="95%" align="center" border="1" cellpadding="3" cellspacing="1" bgcolor="#D1D1E1">
  <tr>

    <td width="16%" bgcolor="http://www.exoticforums.co.uk/Themes/default/images/catbg.jpg [nofollow]" align="center" valign="top">
          <div class="advertisement"><div id="custom1_adcode" class="adcode"><div align="center"><a rel="nofollow" href="http://www.exoticforums.co.uk/advertising.php [nofollow]" target="_blank"><img src="images/adds/rentme.jpg" alt="Advertising Details" width="120" height="60" border="0"></a></div>
    <font face="verdana, arial, helvetica, sans-serif" size="1"> <a rel="nofollow" href="http://www.exoticforums.co.uk/advertising.php [nofollow]" target="_blank">Advertising Details</a> </font></div></div>
    </td>

    <td width="16%" bgcolor="http://www.exoticforums.co.uk/Themes/default/images/catbg.jpg [nofollow]" align="center" valign="top">
          <div class="advertisement"><div id="custom2_adcode" class="adcode"><div align="center"><a href="http://www.exoticforums.co.uk/advertising.php [nofollow]" target="_blank"><img src="images/adds/rentme.jpg" alt="Advertising Details" width="120" height="60" border="0"></a></div>
    <font face="verdana, arial, helvetica, sans-serif" size="1"> <a rel="nofollow" href="http://www.exoticforums.co.uk/advertising.php [nofollow]" target="_blank">Advertising Details</a> </font></div></div>
    </td>

    
      <td width="16%" bgcolor="http://www.exoticforums.co.uk/Themes/default/images/catbg.jpg [nofollow]" align="center" valign="top">
           <div class="advertisement"><div id="custom3_adcode" class="adcode"><div align="center"><a href="http://www.exoticforums.co.uk/advertising.php [nofollow]" target="_blank"><img src="images/adds/rentme.jpg" alt="Advertising Details" width="120" height="60" border="0"></a></div>
    <font face="verdana, arial, helvetica, sans-serif" size="1"> <a rel="nofollow" href="http://www.exoticforums.co.uk/advertising.php [nofollow]" target="_blank">Advertising Details</a> </font></div></div>
      </td>    

    <td width="16%" bgcolor="http://www.exoticforums.co.uk/Themes/default/images/catbg.jpg [nofollow]" align="center" valign="top">
<div class="advertisement"><div id="custom4_adcode" class="adcode"><div align="center"><a href="http://www.exoticforums.co.uk/advertising.php [nofollow]" target="_blank"><img src="images/adds/rentme.jpg" alt="Advertising Details" width="120" height="60" border="0"></a></div>
    <font face="verdana, arial, helvetica, sans-serif" size="1"> <a rel="nofollow" href="http://www.exoticforums.co.uk/advertising.php [nofollow]" target="_blank">Advertising Details</a> </font></div></div>
</td>



    <td width="16%" bgcolor="http://www.exoticforums.co.uk/Themes/default/images/catbg.jpg [nofollow]" align="center" valign="top">
<div class="advertisement"><div id="custom5_adcode" class="adcode"><div align="center"><a href="http://www.exoticforums.co.uk/advertising.php [nofollow]" target="_blank"><img src="images/adds/rentme.jpg" alt="Advertising Details" width="120" height="60" border="0"></a></div>
    <font face="verdana, arial, helvetica, sans-serif" size="1"> <a rel="nofollow" href="http://www.exoticforums.co.uk/advertising.php [nofollow]" target="_blank">Advertising Details</a> </font></div></div>
</td>


    <td width="16%" bgcolor="http://www.exoticforums.co.uk/Themes/default/images/catbg.jpg [nofollow]" align="center" valign="top">
<div class="advertisement"><div id="custom6_adcode" class="adcode"><div align="center"><a href="http://www.exoticforums.co.uk/advertising.php [nofollow]" target="_blank"><img src="images/adds/rentme.jpg" alt="Advertising Details" width="120" height="60" border="0"></a></div>
    <font face="verdana, arial, helvetica, sans-serif" size="1"> <a rel="nofollow" href="http://www.exoticforums.co.uk/advertising.php [nofollow]" target="_blank">Advertising Details</a> </font></div></div>
</td>

</tr>
</table>
</div>

<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="95%" align="center">
<tr>

<td class="catbg" width="95%">
<div style="text-align: center;">
Forum Ranks
</div>
</td>

</tr>

<tr>

<td class="alt1" width="95%" align="center">
<table width="95%"  border="0" cellpadding="3">
  <tr>
    <td align="center" valign="middle"><a href="http://www.exoticforums.co.uk/topsites/ [nofollow]"><img src="http://www.exoticforums.co.uk/topsites/button.php?u=exoticforums [nofollow]" alt="Exotic Forums Topsites" border="0" /></a>
</td>
   <td align="center" valign="middle"><a href="http://reptilenetwork.net/topsite [nofollow]"><img src="http://reptilenetwork.net/topsite/button.php?u=reptilesuk [nofollow]" alt="Reptile Network Topites" border="0" /></a>
</td>

<td align="center" valign="middle"><a href="http://www.vivariumtopsites.com [nofollow]"><img src="http://www.vivariumtopsites.com/button.php?u=reptilesuk [nofollow]" alt="Vivarium Top Sites" border="0" /></a>
</td>
   
<td align="center" valign="middle"><a href="http://www.faunatopsites.com [nofollow]"><img src="http://www.faunatopsites.com/button.php?u=reptilesuk [nofollow]" alt="Fauna Top Sites" border="0" /></a>
</td>

<td align="center" valign="middle"><a href="http://www.reptilerelated.com/topsites/index.php?a=in&u=reptilesuk [nofollow]"><img src="http://www.reptilerelated.com/topsites/button.php?u=reptilesuk [nofollow]" alt="Reptile Related Top Sites" border="0" /></a>
</td>
</tr>
<tr>
<td align="center" valign="middle"><a href="http://bestreptilesites.com [nofollow]"><img src="http://bestreptilesites.com/button.php?u=reptilesuk [nofollow]" alt="Best Reptile Sites - Reptile & Amphibian Topsites" width="88" height="31" border="0" /></a>
</td>

<td align="center" valign="middle"><a href="http://www.strictlyreptiles.com [nofollow]"><img src="http://www.strictlyreptiles.com/button.php?u=reptilesuk [nofollow]" alt="Strictly Reptiles" border="0" /></a>
</td>
<td align="center" valign="middle"><a href="http://herp-topsites.com/ [nofollow]"><img src="http://herp-topsites.com/button.php?u=reptilesuk [nofollow]" alt="herp-topsites :: worldwide listing - reptiles, invertebrates, amphibians, herps" border="0" />
</td>

<td align="center" valign="middle"><a href="http://www.socalgeckos.com/Reptile_Topsites/ [nofollow]"><img src="http://www.socalgeckos.com/Reptile_Topsites/button.php?u=reptilesuk [nofollow]" alt="Reptile Topsites" border="0" /></a>
</td>
<td align="center" valign="middle"><a href="http://fischerlovebird.top-site-list.com/vote994.html [nofollow]"><IMG SRC="http://fischerlovebird.top-site-list.com/images/voteimage/fischerlovebird-2.gif [nofollow]" border=0></a></td>
</td>
</tr>

</td>
<td align="center" valign="middle"><a href="http://www.herpcenter.com/topsites/in.php?id=195 [nofollow]"><img src="http://www.herpcenter.com/topsites/button.php?id=195 [nofollow]" border="0" /></a>
</td>

</td>
    <td align="center" valign="middle"><a href="http://www.herpcaretopsites.com/ [nofollow]"><img src="http://www.herpcaretopsites.com/button.php?u=exoticforums [nofollow]" alt="Herp Care Topsites" border="0" /></a></td>
</td>
    <td align="center" valign="middle"><a href="http://bestanimalsites.com/ [nofollow]"><img src="http://bestanimalsites.com/button.php?u=dragonking [nofollow]" alt="Best Animal Sites - Animal & Pet Topsites" border="0" /></a></td>
</td>
    <td align="center" valign="middle"><a href="http://www.petpeoplesplace.com/topsites/viewsite.php?siteid=1617512988 [nofollow]"><img src="http://www.petpeoplesplace.com/topsites/topsiteview.php?siteid=1617512988 [nofollow]" name="image" width="120" height="60" border="0"></a></td>
</td>
    <td align="center" valign="middle"><a href="http://butterfliessite.com/butterfly-topsites/ [nofollow]"><img src="http://butterfliessite.com/butterfly-topsites/button.php?u=exoticforums [nofollow]" alt="Insect Topsites" border="0" /></a></td>
      </tr>
    <td align="center" valign="middle"><a href="http://webworldtoday.com/webmaster-topsites/ [nofollow]"><img src="http://webworldtoday.com/webmaster-topsites/button.php?u=exoticforums [nofollow]" alt="Best Bird Sites - Bird Topsites" border="0" /></a></td>
      </tr>
</table>
</td>

</tr>
</table>
<br>
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="95%" align="center">
<tr>

<td class="catbg" width="95%">
<div style="text-align: right;">
<a href="http://www.exoticforums.co.uk/index.php?action=emailuser;sa=email;uid=1 [nofollow]">Contact Us</a> - <a href="http://www.exoticforums.co.uk/ [nofollow]">Exotic Forums</a> - <a href="http://www.exoticforums.co.uk/#top [nofollow]">Top</a></th>
</div>
</td>
</tr>
</table>

         <li class="copywrite"><span class="smalltext"></span><br />
                  
      <span class="smalltext" style="display: inline; visibility: visible; font-family: Verdana, Arial, sans-serif;"><a href="http://www.simplemachines.org/" title="Simple Machines Forum" target="_blank" class="new_win">Powered by SMF</a> |
<a href="http://www.simplemachines.org/about/copyright.php" title="Free Forum Software" target="_blank" class="new_win">SMF &copy; 2006&ndash;2008, Simple Machines LLC</a>
      </span></li>
         <li><a id="button_xhtml" href="http://validator.w3.org/check/referer [nofollow]" target="_blank" class="new_win" title="Valid HTML 4.01!"><span>XHTML</span></a></li>
         <li><a id="button_rss" href="http://www.exoticforums.co.uk/index.php?type=rss;action=.xml [nofollow]" class="new_win"><span>RSS</span></a></li>
         <li class="last"><a id="button_wap2" href="http://www.exoticforums.co.uk/index.php?wap2 [nofollow]" class="new_win"><span>WAP2</span></a></li>
      </ul>
   </div>
</div>
</body></html>

Aleksi "Lex" Kilpinen

What file did you edit exactly?

That doesn't look like any of SMF's PHP files to me, it looks like your browser generated page source.
Slava
Ukraini!
"Before you allow people access to your forum, especially in an administrative position, you must be aware that that person can seriously damage your forum. Therefore, you should only allow people that you trust, implicitly, to have such access." -Douglas

How you can help SMF

dragonking

<a href="http://www.exoticforums.co.uk/index.php?action=emailuser;sa=email;uid=1 [nofollow]">Contact Us</a> - <a href="http://www.exoticforums.co.uk/ [nofollow]">Exotic Forums</a> - <a href="http://www.exoticforums.co.uk/#top [nofollow]">Top</a></th>
this is the part where i changed 1 to 4, then bk again, i have subbmitted a support ticket to my hosts, but they are somewhat baffled as well? this is the message im getting when viewing my site

There was a problem loading the /cache/lang_index+Modifications_english_default.php template or language file. Please check the syntax and try again - remember, single quotes (') often have to be escaped with a slash (\). To see more specific error information from PHP, try accessing the file directly.

You may want to try to refresh this page or use the default theme.
--------------------------------------------------------------------------------

syntax error, unexpected T_VARIABLE

Aleksi "Lex" Kilpinen

Yes, I understand that is the part of code you edited - but in what file exactly?
What was the name of the file you altered?
Slava
Ukraini!
"Before you allow people access to your forum, especially in an administrative position, you must be aware that that person can seriously damage your forum. Therefore, you should only allow people that you trust, implicitly, to have such access." -Douglas

How you can help SMF

dragonking


greyknight17

I don't recognize that file as being part of SMF. It might be a custom file that the last webmaster created.

Can you post the link to the page where the email address is showing this error? I tried visiting that link to your forum and can't seem to find it.

Advertisement: