Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
Pages: [1] 2
Send this topic | Print
Topic: Some problems including DNS  (Read 4830 times)
« on: November 10, 2005, 05:05:39 AM »
Junior Member
andyflan Offline
Junior Member
Newbie

View Profile
*
Posts: 14



Attn Alex

I think I'm haveing the DNS issue with my domain andrewflannery.co.uk, this occured since downtime.

Also, the following code does not seem to work:
(plz email me for mysql username and password details if you want to test it)

<?php
   /* connect to the database */
   @ $db = mysql_pconnect("localhost", "**********", "*********");
   mysql_select_db("********", $db);

   /* get the record count */
   $countSql = "SELECT count(*) FROM tblMessages WHERE dis=0";
   $countResult = mysql_query($countSql);
   $totalCount = mysql_result($countResult, 0, 0);

   /* get num rows */
   $num_results = mysql_num_rows($ds);
?>

This code did work before the downtime.  When I first looked into this I found that the MySql db that I was trying to connect to had disappeared so I have re-instated it.  I have lost all the data which is bad.  But hey ho.... luckily its just a simple message board and to be honest it was getting too big anyhow.

Urgent help required, thanks in advance ;~)
Report to moderator   Logged

 
« Reply #1 on: November 10, 2005, 07:27:41 PM »
Alex Melen Offline
President / Founder
Administrator
Addict

View Profile WWW
*****
Posts: 2,179



Try it now please.
Report to moderator   Logged

« Reply #2 on: November 10, 2005, 11:00:29 PM »
Junior Member
andyflan Offline
Junior Member
Newbie

View Profile
*
Posts: 14



domain working, MySql still failing..... also, the subdomain http://blog.andrewflannery.co.uk is not working.... suspect for the same reason.

On another subject, could you please email me my renewal date.... dont want to miss it and have the whole thing come crashing down like last year ;~)
Report to moderator   Logged
« Reply #3 on: November 11, 2005, 02:13:09 AM »
Junior Member
andyflan Offline
Junior Member
Newbie

View Profile
*
Posts: 14



fyi: tried deleting and re-adding the domain, no chage, still cant seem to resolve dns.  I have other subdomains that are not working also.  Would you need a list or do you think you can fix them all at a stroke?
Report to moderator   Logged
« Reply #4 on: November 11, 2005, 12:52:42 PM »
Alex Melen Offline
President / Founder
Administrator
Addict

View Profile WWW
*****
Posts: 2,179



http://blog.andrewflannery.co.uk/ is working for me..

What domains aren't loading for you?

As for mysql.. some DB's were too corrupt to be recovered. Your account is set to rebill on 02/18/06.
Report to moderator   Logged

« Reply #5 on: November 11, 2005, 10:03:32 PM »
Junior Member
andyflan Offline
Junior Member
Newbie

View Profile
*
Posts: 14



http://blog.andrewflannery.co.uk/ is working for me now too.

Ones that are not:

commoncollective.com
jamesandbeckygetmarried.com
gallery.andrewflannery.co.uk

.... those are just the ones that I have time to check now.
Report to moderator   Logged
« Reply #6 on: November 12, 2005, 12:32:48 AM »
Alex Melen Offline
President / Founder
Administrator
Addict

View Profile WWW
*****
Posts: 2,179



Can you try those domains now?
Report to moderator   Logged

« Reply #7 on: November 14, 2005, 01:27:34 AM »
Junior Member
andyflan Offline
Junior Member
Newbie

View Profile
*
Posts: 14



still; not working I'm afraid..... nor is my MySql related issue fixed (see previous posts)
Report to moderator   Logged
« Reply #8 on: November 14, 2005, 10:12:51 AM »
Alex Melen Offline
President / Founder
Administrator
Addict

View Profile WWW
*****
Posts: 2,179



The mysql issue is related to the DNS issue because I can't replicate it on any other accounts.

I am having some issues re-adding those domains... as opposed to some other accounts I have seen this with, those domains don't seem to exsist in any of the config files (instead of being missing from one or two).

The ones you listed should work now.. please check and let me know.
Report to moderator   Logged

« Reply #9 on: November 16, 2005, 02:13:24 AM »
Junior Member
andyflan Offline
Junior Member
Newbie

View Profile
*
Posts: 14



mysql still not working as above
Report to moderator   Logged
« Reply #10 on: November 16, 2005, 11:48:23 AM »
Alex Melen Offline
President / Founder
Administrator
Addict

View Profile WWW
*****
Posts: 2,179



So the domains are now resolving?

Can you show me the exact error you are getting with mysql? (and the url to the script please).
Report to moderator   Logged

« Reply #11 on: November 17, 2005, 12:25:49 AM »
Junior Member
andyflan Offline
Junior Member
Newbie

View Profile
*
Posts: 14



url:  http://kulu.info/v3_pages/message.php
Report to moderator   Logged
« Reply #12 on: November 17, 2005, 02:55:29 PM »
Alex Melen Offline
President / Founder
Administrator
Addict

View Profile WWW
*****
Posts: 2,179



I believe the functions you are trying to use were removed with the latest php/mysql release.. There is more information avaliable online and on the php site.

There is a good article about it here:

http://forums.mysql.com/read.php?87,10422,10422

There are currently no secure/stable releases that would support those functions (the old releases that did are no longer secure). You might consider upgrading your script.

Is there any other issue I can help you with?
Report to moderator   Logged

« Reply #13 on: November 25, 2005, 06:15:22 AM »
Junior Member
andyflan Offline
Junior Member
Newbie

View Profile
*
Posts: 14



hi,

this still isn't working but the same script appears at this url:

http://www.andrewflannery.co.uk/jamesandbeckygetmarried/index.php

and is working but with another db.

This is still quite urgent.  I'm on goliday at the moment so this is particularly difficult.
Report to moderator   Logged
« Reply #14 on: November 28, 2005, 03:30:28 AM »
Alex Melen Offline
President / Founder
Administrator
Addict

View Profile WWW
*****
Posts: 2,179



I am not sure if I am understanding this correctly.. The script is working fine on our servers with another database? Maybe the other database you are trying to get to work is corrupted?
Report to moderator   Logged

 
Pages: [1] 2
Send this topic | Print
Jump to:  

Powered by SMF | SMF © 2006-2008, Simple Machines LLC