2019-09-20 - hschneider, Admin
Cookie Disclaimer: This forum uses only essential, anonymous session cookies (xmailforum*), nothing to be scared of.
XMail Forum · Newbies read here ! All about SMTP,MX-Records,DNS etc. | Help Search Members Calendar |
Welcome Guest ( Log In | Register ) | Resend Validation Email |
atomant |
Posted: Jun 13 2005, 01:21 PM
|
No - I'm not an answering script ... Group: Admin Posts: 1776 Member No.: 427 Joined: 18-January 03 |
During the day I'll move the forum to a new dedicated server with much larger bandwidth (courtesy of pierre-oord). The web address will remain the same but because of the IP change it will take up to 48 hours for DNS records to refresh. Until then I'll create a page with link to a new server.
-------------------- Bye,
Sasa ------------------------------------------------------------------- All electric machines work on smoke...when the smoke escape from machines, they don't work anymore Windows: "Where do you want to go today?" Linux: "Where do you want to go tomorrow?" FreeBSD: "Are you guys coming or what?" |
pierre-oord |
Posted: Jun 16 2005, 03:59 PM
|
||||
Member Group: Members Posts: 57 Member No.: 876 Joined: 12-January 04 |
No change jet I see. Just that you know: You can use the IP address too if you like. So set a link on your old webserver to the new IP address 217.148.191.82 , so the forum won't be down longer than needed! edit: For example, create a PHP page index.php with the following lines:
That should do it very easy |
||||
gEoTa |
Posted: Jun 16 2005, 10:09 PM
|
Member Group: Members Posts: 68 Member No.: 985 Joined: 15-March 04 |
Some browsers don't accept header redirections...
He should create the temporary page anyway with the destination ip inside a tag <a>. |
atomant |
Posted: Jun 17 2005, 03:08 PM
|
No - I'm not an answering script ... Group: Admin Posts: 1776 Member No.: 427 Joined: 18-January 03 |
Sorry folks, I was very busy these days. I'll try to do it during the following days.
-------------------- Bye,
Sasa ------------------------------------------------------------------- All electric machines work on smoke...when the smoke escape from machines, they don't work anymore Windows: "Where do you want to go today?" Linux: "Where do you want to go tomorrow?" FreeBSD: "Are you guys coming or what?" |
atomant |
Posted: Jun 18 2005, 03:52 PM
|
No - I'm not an answering script ... Group: Admin Posts: 1776 Member No.: 427 Joined: 18-January 03 |
The moving went succesfull. The speed should be awesome now.
Thanks to pierre-oord for hosting. -------------------- Bye,
Sasa ------------------------------------------------------------------- All electric machines work on smoke...when the smoke escape from machines, they don't work anymore Windows: "Where do you want to go today?" Linux: "Where do you want to go tomorrow?" FreeBSD: "Are you guys coming or what?" |
atomant |
Posted: Jun 18 2005, 05:21 PM
|
No - I'm not an answering script ... Group: Admin Posts: 1776 Member No.: 427 Joined: 18-January 03 |
Hmmm, I was to quick.
We have a problem with viewing users info - blanc page. Will see what is causing it. -------------------- Bye,
Sasa ------------------------------------------------------------------- All electric machines work on smoke...when the smoke escape from machines, they don't work anymore Windows: "Where do you want to go today?" Linux: "Where do you want to go tomorrow?" FreeBSD: "Are you guys coming or what?" |
pierre-oord |
Posted: Jun 19 2005, 03:16 PM
|
Member Group: Members Posts: 57 Member No.: 876 Joined: 12-January 04 |
I fixed the problem
Exept that the code from the invision power board is just crap and should be redesigned (lots of notices in error_reporting(E_ALL) ) this error occured because of PHP5 running. Fix is easy and I already applied it to the source: Remove the first instance of "var $parser;" from both the UserCP.php and Profile.php files. (Found that using google) If you find any other problems just send me an email edit: Just wanted to say I'm happy the forum runs now in both SSL and non-SSL mode http://xmailforum.homelinux.net/ and https://xmailforum.homelinux.net/ (Personally I prefer non-ssl ) edit: Also fixed the "The moderating team" page. Make sure that in de SQL query all words "mod" are quoted using (back?)-quotes. That are these quotes: ` (On the key with the ~ character on most keyboards). in the file "stats.php" I've also changed that file. I think now everything works. This error has something to do with the newer MySQL version on this server I think -> The word "mod" is reserved now, so should be quoted if you want to use it. edit2: I found one last error! Smilies are not working. like the : D (without the space) smilie. The address is https:// and with the old port on your old server. I don't know where the code of the smilies is placed, but please replace it, and use relative paths, so that it will work in both SSL and non-ssl mode (else SSL messages are still displayed if you don't work in ssl-mode ) |
atomant |
Posted: Jun 19 2005, 06:05 PM
|
No - I'm not an answering script ... Group: Admin Posts: 1776 Member No.: 427 Joined: 18-January 03 |
Great job. I am no php programmer so lucky you are.
I'll check about smileys. Smiley -------------------- Bye,
Sasa ------------------------------------------------------------------- All electric machines work on smoke...when the smoke escape from machines, they don't work anymore Windows: "Where do you want to go today?" Linux: "Where do you want to go tomorrow?" FreeBSD: "Are you guys coming or what?" |
atomant |
Posted: Jun 19 2005, 06:26 PM
|
No - I'm not an answering script ... Group: Admin Posts: 1776 Member No.: 427 Joined: 18-January 03 |
About smileys - there are no links for them in settings. I have just uploaded them with admin tool and activate.
BTW, My server is no more accesible and the smileys are working fine for me and I use Mozilla browser. -------------------- Bye,
Sasa ------------------------------------------------------------------- All electric machines work on smoke...when the smoke escape from machines, they don't work anymore Windows: "Where do you want to go today?" Linux: "Where do you want to go tomorrow?" FreeBSD: "Are you guys coming or what?" |
pierre-oord |
Posted: Jun 19 2005, 06:56 PM
|
Member Group: Members Posts: 57 Member No.: 876 Joined: 12-January 04 |
mm, they seem to work fine now, well, I'm using IE so maybe it's some caching problem.
I do see some smilies which comes from https adresses... Try it out, view my message and then view the source of this website (HTML code) and search for "https:///". You will find some smilies then.. |
atomant |
Posted: Jun 19 2005, 07:30 PM
|
No - I'm not an answering script ... Group: Admin Posts: 1776 Member No.: 427 Joined: 18-January 03 |
I see. his is because I have make the post before transfer and I can't do nothing about it except change it with editing my post or in mysql directly.
-------------------- Bye,
Sasa ------------------------------------------------------------------- All electric machines work on smoke...when the smoke escape from machines, they don't work anymore Windows: "Where do you want to go today?" Linux: "Where do you want to go tomorrow?" FreeBSD: "Are you guys coming or what?" |
pierre-oord |
Posted: Jun 19 2005, 08:35 PM
|
Member Group: Members Posts: 57 Member No.: 876 Joined: 12-January 04 |
Ah okay, but please check it, maybe upgrade to V2 of this forum software, of maybe convert everything to something like PHPBB of another board, if i'm right blackboard is a good one I'll check it out.
Because, if i'm right: If someone posts something in SSL mode, the smilie link will be SSL. Then I view the board in normal mode, and have press yes because of the SSL smilies. (and vice versa) So the engine of the board should make relative URL's of smilies instead of hardcode the link to the smilie... Maybe I can change the behavior of the board, but maybe an upgrade is easier (more fixes included?) |
atomant |
Posted: Jun 19 2005, 10:41 PM
|
No - I'm not an answering script ... Group: Admin Posts: 1776 Member No.: 427 Joined: 18-January 03 |
Well, upgrade to v2 is not for free. Since v2 you need to pay for the board.
Changing to phpBB is an option since they provide a converter from IPB to phpBB. You can experiment to see if it works and if good then we can change it. -------------------- Bye,
Sasa ------------------------------------------------------------------- All electric machines work on smoke...when the smoke escape from machines, they don't work anymore Windows: "Where do you want to go today?" Linux: "Where do you want to go tomorrow?" FreeBSD: "Are you guys coming or what?" |
pierre-oord |
Posted: Aug 23 2005, 02:20 PM
|
Member Group: Members Posts: 57 Member No.: 876 Joined: 12-January 04 |
Is everything working fine now? (ssl/nonssl mode).
Also, I created a login for you to view your datatraffic. Public may view too if they like http://cacti.flexbouncer.com/ Username: xmailforum Password: xmailforum Note that you are using VERY little datatraffic... almost ungraphable Greetz Pierre |
hschneider |
Posted: Aug 23 2005, 03:15 PM
|
No - I'm not an answering script ... Group: Admin Posts: 6631 Member No.: 195 Joined: 19-June 02 |
Thanks Pierre, everything seems to work well now!
-------------------- Bye,
Harald -- Download XMail Queue Manager 1.46 NOW: XMail Server Tools -- Cross platform remote queue management! -- Message analyzing on the fly! -- Builtin diagnostics knowledge base! -- Manages multiple mail queues! Sponsored by CD-Produktion und DVD-Produktion and Homestaging Saarland - Immobilien schneller verkaufen in der Region Saarland, Rheinland-Pfalz und Luxembourg |