Sub Menu
Links Menu
Online Users

In total there are 302 users online :: 3 registered, 0 hidden and 299 guests

Most users ever online was 1091 on Wed Aug 16, 2023 5:27 pm

Registered users: Bing [Bot], Google [Bot], Majestic-12 [Bot] based on users active over the past 60 minutes

SMTP,Logo issue

Support for IntegraMOD 141

Moderator: Integra Moderator

Re: SMTP,Logo issue

PostAuthor: Helter » Mon Nov 04, 2013 3:05 pm

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
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4167
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 172.60
Location: Seattle Wa
IntegraMOD version: IM 3

PostAuthor: Skell777 » Wed Nov 06, 2013 3:28 am

Test

Skell777
Members
Members
 
Posts: 68
Likes: 0 post
Liked in: 0 post
Joined: Sun May 27, 2007 12:53 pm
Cash on hand: 0.00

PostAuthor: Skell777 » Wed Nov 06, 2013 3:35 am

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....

Skell777
Members
Members
 
Posts: 68
Likes: 0 post
Liked in: 0 post
Joined: Sun May 27, 2007 12:53 pm
Cash on hand: 0.00

Re: SMTP,Logo issue

PostAuthor: Helter » Wed Nov 06, 2013 7:23 am

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
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4167
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 172.60
Location: Seattle Wa
IntegraMOD version: IM 3

PostAuthor: Skell777 » Thu Nov 07, 2013 3:41 am

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?

Skell777
Members
Members
 
Posts: 68
Likes: 0 post
Liked in: 0 post
Joined: Sun May 27, 2007 12:53 pm
Cash on hand: 0.00

Re: SMTP,Logo issue

PostAuthor: Helter » Thu Nov 07, 2013 11:55 am

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>
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4167
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 172.60
Location: Seattle Wa
IntegraMOD version: IM 3

Re: SMTP,Logo issue

PostAuthor: Skell777 » Fri Nov 22, 2013 2:02 pm

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?

Skell777
Members
Members
 
Posts: 68
Likes: 0 post
Liked in: 0 post
Joined: Sun May 27, 2007 12:53 pm
Cash on hand: 0.00

Re: SMTP,Logo issue

PostAuthor: Helter » Fri Nov 22, 2013 2:55 pm

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
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4167
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 172.60
Location: Seattle Wa
IntegraMOD version: IM 3

PostAuthor: Skell777 » Sun Nov 24, 2013 1:05 pm

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?

Skell777
Members
Members
 
Posts: 68
Likes: 0 post
Liked in: 0 post
Joined: Sun May 27, 2007 12:53 pm
Cash on hand: 0.00

Re: SMTP,Logo issue

PostAuthor: Helter » Sun Nov 24, 2013 1:57 pm

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.
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4167
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 172.60
Location: Seattle Wa
IntegraMOD version: IM 3

PostAuthor: Skell777 » Mon Nov 25, 2013 3:56 pm

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?

Skell777
Members
Members
 
Posts: 68
Likes: 0 post
Liked in: 0 post
Joined: Sun May 27, 2007 12:53 pm
Cash on hand: 0.00

Re: SMTP,Logo issue

PostAuthor: Helter » Mon Nov 25, 2013 9:15 pm

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
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4167
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 172.60
Location: Seattle Wa
IntegraMOD version: IM 3

Re: SMTP,Logo issue

PostAuthor: Helter » Tue Nov 26, 2013 9:12 am

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.
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4167
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 172.60
Location: Seattle Wa
IntegraMOD version: IM 3

Previous

Return to IntegraMOD 141

Who is online

Registered users: Bing [Bot], Google [Bot], Majestic-12 [Bot]

cron