Page 2 of 2

Re: SMTP,Logo issue

PostPosted: Mon Nov 04, 2013 3:05 pm
Author: Helter
it is your hosting account control panel.
You will probably only have access to WHM if your server account is dedicated or VPS. The typical "shared" hosting account does not have access to WHM.

I think ive got smtp setup correctly now. Are the errors gone for you?
You may have to add mail to your smtp domain... mail.integramod.com

PostPosted: Wed Nov 06, 2013 3:28 am
Author: Skell777
Test

PostPosted: Wed Nov 06, 2013 3:35 am
Author: Skell777
Yes error is gone on this site

I will look around in settings tonight if I can't find that I just put on admin activate, me and the guys are excited to get new site up and going, just need to build ranks page and add couple HTML pages. Thank you very much for you help, next month I will donate some money to integramod, you guys do a great job with the help and the Dev. Team does a great job building this program....

Re: SMTP,Logo issue

PostPosted: Wed Nov 06, 2013 7:23 am
Author: Helter
thank you. You should be able to look at your DNS zone settings for your site from your webhosting control panel. See you you have line starting with mail or smtp
should look something like
mail 14400 IN CNAME integramod.com
or
smtp 14400 IN CNAME integramod.com

if it looks like the second line, your smtp address would most likely be

smtp.integramod.com but with your own domain

PostPosted: Thu Nov 07, 2013 3:41 am
Author: Skell777
Did not have time last night, right now when you go to my URL its goes to index page which is forums, is there a way in ACP to change it to home page when you put in URL?

Re: SMTP,Logo issue

PostPosted: Thu Nov 07, 2013 11:55 am
Author: Helter
no, not from acp. you can use .htaccess or index.html with a redirect. there are several posts here that explain how.
The easiest is you use an index.html in your forum root. Here is an example
Code: Select all
<!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">
<head>
<title>Kingdomclan - Home </title>
<meta HTTP-EQUIV="REFRESH" content="0; url=portal.php">
</head>
<body></body>
</html>

Re: SMTP,Logo issue

PostPosted: Fri Nov 22, 2013 2:02 pm
Author: Skell777
Were do I find forum root code in FTP or is that were i will apply that code too. In others words were can I edit forum root to add that code?

I also have another problem Helter, I just tried searching forums to see if I could find post. I Believe I had this same problem many years ago and we fixed it I just do not remember how.

Every User including me seems to have to log in twice. After you log in once it shows your info ect s if your loged on but then if you click on forums it will ask you to log in again. I know you do this for admin but other users are being forced to do it as well. Any idea's?

Re: SMTP,Logo issue

PostPosted: Fri Nov 22, 2013 2:55 pm
Author: Helter
try cookie mod from our download section. I think it is in General Downloads/Common Mods/
it sounds like your cookie settings may be incorrect. After running the mod, delete your sites cookies from your browser.

by forum root, I mean the directory that holds your config.php
so if your url is www.mysite.com/integramod/index.php
integramod would be your forum root

PostPosted: Sun Nov 24, 2013 1:05 pm
Author: Skell777
I seem to hit a road block on both problems Im having do to 1 simalar problem.

I can not find a forum folder within my data base. (accessed from FTP) This is the folder in which Im to upload the cookiemod which I can not do because I cant find it

I believe your asking me to upload that code in an index.html file to the same forum folder in which again i cant seem to find?

Re: SMTP,Logo issue

PostPosted: Sun Nov 24, 2013 1:57 pm
Author: Helter
your site is located here
http://kingdomclan.org/
that means that your forum root is public_html, public or httpdocs, depending on how your server is setup.
if your site were located here
http://kingdomclan.org/forum/
then the folder "forum" would be your forum root. Think of the word "root" It is the lowest directory before you leave your website.

PostPosted: Mon Nov 25, 2013 3:56 pm
Author: Skell777
I'm sorry my friend, I'm lost...

When I downloaded the cookiemod under downloads, when you read the readme file it ask you to put a certain file into your forums folder then gives an example, so www.kingclan.com/forums folder within database

this folder I can not find anywhere in my database so I have no idea were to place that file downloaded from cookiemod

as far as the redirect Im lost with what you mean I still have a lot to learn. I see other redirect.html files in the data base. I could copy one and put code you listed above and place it in a folder listed in my data base, would that work?

Re: SMTP,Logo issue

PostPosted: Mon Nov 25, 2013 9:15 pm
Author: Helter
forum root has nothing to do with your database.
Your forum root is referring to your files.
look through your web server files. look for these files
acronyms.php
album.php
album_allpics.php
album_avatar.php
config.php
index.php
portal.php
viewtopic.php

all those files are in your forum root. This is the folder you will upload cookie.php
after you upload cookie.php. open your website in your web browser and execute cookie.php like this...
http://kingdomclan.org/cookie.php
follow the directions onscreen. It will suggest the best cookie settings for your site. Click the submit or save button. Cookie mod will write your new cookie info to your database all by itself. Once it is done, DELETE cookie.php to be sure nobody else alters your cookie settings. delete your browser cookies for your website and your double logins should be over.
For Firefox go to Tools\Options\remove individual cookies
for Internet Explorer there is no easy way for me to explain how to delete individual cookies, so youll have to delete them all. go to Tools\Internet options\ under Browsing History, click Delete

Re: SMTP,Logo issue

PostPosted: Tue Nov 26, 2013 9:12 am
Author: Helter
I remember your site but wasn't it a .com instead of .org? I don't remember if I did the original install for you or just a repair but if you still have trouble, send me your ftp info again and ill take care of both issues for you.