icon Get the most out of Surmunity, read our tips here! Need an interesting blog to read? You've got to read the Surpass Blog! | Welcome! Please register to access all of our features.

» Surpass Web Hosting Forums » Discussions » Private Hosting » Looks Like I am on my own....HELP!

Private Hosting Questions about VPS, dedicated servers and colocation.

Reply
 
LinkBack Thread Tools Search this Thread
Old July 15th, 2007, 5:40 PM   #1 (permalink)
Registered User
Comfy Contributor
 
Joined in Jul 2004
Hosted on serva
115 posts
Gave thanks: 1
Thanked 1 Time in 1 Post
Looks Like I am on my own....HELP!

Hey guys!

I had an issue yesterday with my dedicated site. My phpbb forum was running slow as hell. I sent in a trouble ticket but my server load was .02 some something seemed strange.

Anyway after the admins looked at it, they determined my database needed to be optimized and also one of my links was forwarding to a domain that would not resolve.
I started to look into it because that did not make sense. I have not had any changes to my site in a few months and it has run fine.

So what I did find was on my forum, I removed the below statement I had and the forum loaded with no problem.

<?php include("http://www.guitaristworks.com/ranking.php?mode=spotlight&quota[]=2&quota[]=3&row_template=new_row.tpl"); ?>

You can cut and paste the url into a browser and it will load fine. I have used this for 2-3 years with no problem. Any ideas?

I am still seeing a few other issues as well. In my forum I was using my own smtp info for post replies. I get the below error:

Could not connect to smtp host : 110 : Connection timed out
DEBUG MODE
Line : 113
File : smtp.php

I disabled my server information and am now using the default forum smtp. Why is mine no longer working?

In my error logs I am seeing the below. Per support, allow_url_fopen is enabled. What is going on with my site!! If anyone has any ideas I would appreciate it.

[15-Jul-2007 16:34:46] PHP Warning: fsockopen() [function.fsockopen]: unable to connect to www.guitaristworks.com:80 in /home/guitaris/public_html/include/snoopy/Snoopy.class.php on line 1150
[15-Jul-2007 16:33:51] PHP Fatal error: Smarty error: [plugin] unable to fetch: Connection timed out (110) in /home/guitaris/public_html/include/smarty/libs/Smarty.class.php on line 1095
__________________
GuitaristWorks
a musicians hangout
Dazed is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old July 15th, 2007, 6:15 PM   #2 (permalink)
Registered User
Comfy Contributor
 
Joined in Jul 2004
Hosted on serva
115 posts
Gave thanks: 1
Thanked 1 Time in 1 Post
Update:

It would appear that for whatever reason I am not allowed to use Fetch or Include as shown below. I have been using these for years. Any ideas?

Code:
{fetch file="http://www.guitaristworks.com/display.php"}
Code:
<?php include("http://www.guitaristworks.com/ranking.php?mode=spotlight&quota[]=2&quota[]=3&row_template=new_row.tpl"); ?>
__________________
GuitaristWorks
a musicians hangout
Dazed is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old July 15th, 2007, 10:42 PM   #3 (permalink)
Registered User
Comfy Contributor
 
Joined in Jul 2004
Hosted on serva
115 posts
Gave thanks: 1
Thanked 1 Time in 1 Post
ok scratch the above. I ended up having to move to a new host.

I have a billing question now. When I cancel my account in the middle of the month, is my bill pro-rated and will I get a credit for the remaining days?
__________________
GuitaristWorks
a musicians hangout
Dazed is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old July 18th, 2007, 12:34 AM   #4 (permalink)
Yabadabadoo
Super #1
 
Geoff's Avatar
 
Joined in Nov 2004
Lives in B.C., Canada
Hosted on Dedicated
1,013 posts
Gave thanks: 7
Thanked 28 times
I dont know about your billing question

but for your original problem, f_url_open or whatever its called is often disabled with most hosts (including surpass), as it can present a security issue (allowing people to run remote php exploits)

Had you used

<?php include("/ranking.php?mode=spotlight&quota[]=2&quota[]=3&row_template=new_row.tpl"); ?>

instead of

<?php include("http://www.guitaristworks.com/ranking.php?mode=spotlight&quota[]=2&quota[]=3&row_template=new_row.tpl"); ?>

You probably wouldnt have had any issue

As for the smtp issue, most (if not all) hosts disable open relayinig, and many more require something called POP before SMTP, meaning you need to be logged into a POP3 session in order to use the SMTP server, which insists that the account sending the email exists. I think sendmail was the prefered method of sending mail in such a manner? not sure about that though lol.
__________________
Geoff Ellis - Surpass Dedicated Server Customer
www.adepttechs.net
Geoff is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old July 18th, 2007, 7:39 AM   #5 (permalink)
Registered User
Comfy Contributor
 
Joined in Jul 2004
Hosted on serva
115 posts
Gave thanks: 1
Thanked 1 Time in 1 Post
Quote:
Originally Posted by Geoff View Post
I dont know about your billing question

but for your original problem, f_url_open or whatever its called is often disabled with most hosts (including surpass), as it can present a security issue (allowing people to run remote php exploits)

Had you used

<?php include("/ranking.php?mode=spotlight&quota[]=2&quota[]=3&row_template=new_row.tpl"); ?>

instead of

<?php include("http://www.guitaristworks.com/ranking.php?mode=spotlight&quota[]=2&quota[]=3&row_template=new_row.tpl"); ?>

You probably wouldnt have had any issue

As for the smtp issue, most (if not all) hosts disable open relayinig, and many more require something called POP before SMTP, meaning you need to be logged into a POP3 session in order to use the SMTP server, which insists that the account sending the email exists. I think sendmail was the prefered method of sending mail in such a manner? not sure about that though lol.
yeah absolute paths may have worked but I used those paths for 2-3 years so I could not understand why they just stopped working. Good info for the future
__________________
GuitaristWorks
a musicians hangout
Dazed is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On