Welcome, Guest. Please Login or Register.
April 20, 2024, 08:46:04 AM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  English User Help  |  English Help  |  Fix to problems with Free hosting on lycos.co.uk « previous next »
Pages: [1] 2 3 ... 6 Reply Ignore Print
Author Topic: Fix to problems with Free hosting on lycos.co.uk  (Read 206429 times)
CandyMann_69
Full Member
***
Posts: 143


:)

Fix to problems with Free hosting on lycos.co.uk
« on: December 05, 2002, 02:04:18 AM »
Reply with quote

If you host your yabb se forum on free lycos.co.uk you probably having some problems with it.  I have come up with a mod that seems to fix a few of those problems.  

Some of the problems it fixes / helps:

Can't link to SQL database (intermittent errors)
Redirection errors (i.e. posting and not going back to the forum)

If you don't have boardmod, you will need to download it.

http://boardmod.yabbforum.com/downloads.php

Mods located at:

http://members.lycos.co.uk/kazaaliteforum/mods/

(For Yabbse 1.4.1 & 1.51)

{attached mod - Compuart}
« Last Edit: April 23, 2003, 01:19:46 PM by CandyMann_69 » Logged
Joline Des`Chats
Noobie
*
Posts: 46


Have you seen my monkey?

Re:Fix to problems with Free hosting on lycos.co.uk
« Reply #1 on: December 05, 2002, 11:05:24 AM »
Reply with quote

Wow, I'll have to try this.  now just to figure out how to use a mod....  ::)

Joline
Logged

My "PfaBB" website: Fellowship of Kings
Ask me about the templates!
David
Destroyer Dave
Global Moderator
YaBB God
*****
Posts: 5761


I'm not a llama!

WWW
Re:Fix to problems with Free hosting on lycos.co.uk
« Reply #2 on: December 05, 2002, 03:29:22 PM »
Reply with quote

This should be posted in Completed Mods, BTW.

Also you connect to the database like this.
$tempxyz = 0;
$dbcon = false;
while (tempxyz < 10 and !$dbcon) {
$dbcon = mysql_connect($db_server, $db_user, $db_passwd);
$tempxyz++;
}
mysql_select_db($db_name);
That will connect 11 times to the database creating unneccessary load on the server.
Logged

Guus
Noobie
*
Posts: 15


I'm a llama!

Re:Fix to problems with Free hosting on lycos.co.uk
« Reply #3 on: December 05, 2002, 06:50:17 PM »
Reply with quote

Allright, this definitely fixed my redirection problem. So if this is fixable, can this be fixable too: Make the redirection after posting to the thread you posted/replied (or at least to a page (which I might be able to make myself) in which I can chose between going to the thread or, for example, to the boardindex).
The fix is great tho  ;) (I only needed it for the redirectionproblem), it's definitely better than going to a lycos page :P, although I would like to be redirected to my thread... Is their a way ;D?

Great work though!
Logged
David
Destroyer Dave
Global Moderator
YaBB God
*****
Posts: 5761


I'm not a llama!

WWW
Re:Fix to problems with Free hosting on lycos.co.uk
« Reply #4 on: December 06, 2002, 01:56:09 AM »
Reply with quote

Oops, didn't see the !$dbcon in the loop condition.
Logged

Nachtrafe
Noobie
*
Posts: 16


INSERT CLEVER REMARK HERE

WWW
Re:Fix to problems with Free hosting on lycos.co.uk
« Reply #5 on: December 06, 2002, 02:27:37 PM »
Reply with quote

Sweet!  Thanks for the fixes Candy_Man!  The email error has been bugging the hell out of me.

*heads off to install BoardMod and fix his (@$*^%$^_#@(* Lycos board!*  Man, I cant wait to get a real host!

I'll let you know how it turns out.
Logged
Joline Des`Chats
Noobie
*
Posts: 46


Have you seen my monkey?

Re:Fix to problems with Free hosting on lycos.co.uk
« Reply #6 on: December 07, 2002, 08:10:05 AM »
Reply with quote

Ok, I did the board mod thing, but I still got a redirection error.  Just to make sure, all I do is upload the modified index.php and /sources/subs.php?
I'm I leaving anything out?

Logged

My "PfaBB" website: Fellowship of Kings
Ask me about the templates!
anduril66
Noobie
*
Posts: 6


I'm a llama!

Re:Fix to problems with Free hosting on lycos.co.uk
« Reply #7 on: December 17, 2002, 08:20:39 PM »
Reply with quote

Is there a way to use this online (without downloading your board)? I

 ask this because I cannot install PHP on the computer I use at school because the school does not give each user enough space.
Logged
anduril66
Noobie
*
Posts: 6


I'm a llama!

Re:Fix to problems with Free hosting on lycos.co.uk
« Reply #8 on: December 18, 2002, 06:14:21 PM »
Reply with quote

Oh. This is what the Boardmod Readme says:

First of all, you need an offline version of your board on your disc
drive. That means you have to copy it into an folder somewhere on your
disc. After program start, you have to select your index.php, therefore
click on <browse>. This is necessary for getting the path to your board
on your harddisc. (Please note that if you want to select another offline
board in another folder after having installed some mods, you should clear
the log file (button) to delete all install/uninstall information from the
old board) Now, you can choose the mod which should be applied. Do this
by clicking the list on the right. Now, you will see more detailed
information about this mod. There are 2 radio buttons on the left.

So you can edit your board (on your computer) if you don't have PHP installed?
Logged
anduril66
Noobie
*
Posts: 6


I'm a llama!

Re:Fix to problems with Free hosting on lycos.co.uk
« Reply #9 on: December 19, 2002, 09:51:30 PM »
Reply with quote

Oh. Sorry for being so stupid. Candymann, you have helped me so much. What Boardmod Folder do I put the mod in if I have YABB SE 1.41 (there is a 1.0 and 1.1 Folder).
Logged
Daniel D.
Mod Team
YaBB God
*****
Posts: 2935


Re:Fix to problems with Free hosting on lycos.co.uk
« Reply #10 on: December 19, 2002, 10:02:18 PM »
Reply with quote

Rename the folders or create a new one. That's not important.
Logged

andrea
Global Moderator
YaBB God
*****
Posts: 4400


Peace on Earth

WWW
Re:Fix to problems with Free hosting on lycos.co.uk
« Reply #11 on: December 21, 2002, 06:26:39 AM »
Reply with quote

Could some admin move this thread into the FAQ board please?
Logged

bart
Guest
Re:Fix to problems with Free hosting on lycos.co.uk
« Reply #12 on: December 26, 2002, 06:53:37 PM »
Reply with quote

Mayby it is unnessasairy to tell this, but you can also use this mod on YaBB SE 1.5. I use it on my tripod server with SE 1.5 and it is perfect!
Logged
Joline Des`Chats
Noobie
*
Posts: 46


Have you seen my monkey?

Re:Fix to problems with Free hosting on lycos.co.uk
« Reply #13 on: January 02, 2003, 08:59:01 PM »
Reply with quote

Quote from: Bart on December 26, 2002, 06:53:37 PMyou can also use this mod on YaBB SE 1.5. I use it on my tripod server with SE 1.5

I came here to find out if this works with YaBBse 1.50-  I'm glad you posted that- Gonna go try it now =)

Thanks again all you guys!
« Last Edit: January 02, 2003, 08:59:34 PM by Joline Des`Chats » Logged

My "PfaBB" website: Fellowship of Kings
Ask me about the templates!
Joline Des`Chats
Noobie
*
Posts: 46


Have you seen my monkey?

Re:Fix to problems with Free hosting on lycos.co.uk
« Reply #14 on: January 04, 2003, 12:45:24 AM »
Reply with quote

Woot!  Been running for a day at least with no problems!  

Using YaBBse 1.50
YaBBse 1.41 mod from here
Compression turned off.

I tried it with the mod and compression turned on, but I still got the header problem. I turned it off, nothing  ;D  ;D

Big kiss to the candyman and andrea! thanks guys  :-*  :-*
« Last Edit: January 04, 2003, 12:46:45 AM by Joline Des`Chats » Logged

My "PfaBB" website: Fellowship of Kings
Ask me about the templates!
Pages: [1] 2 3 ... 6 Reply Ignore Print 
YaBB SE Community  |  English User Help  |  English Help  |  Fix to problems with Free hosting on lycos.co.uk « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.048 seconds with 20 queries.