Zymic Forums

Webmaster resources

Zymic IRC Server

Chat in real time at irc.zymic.com - Learn More

Welcome

Welcome to the Zymic webmaster forums. Our forums are here to provide people the free ability to discuss a range of websites related topics such as design, development coding and marketing.

In order to post you will need to register for a zymic account or if you already have one simply login by using the form on the left.

left Zymic Webmaster ForumsNews and AnnouncementsNews and Announcements right
3 Pages V   1 2 3 >   Closed Topic Start new topic
left right
Ed
post Jul 10 2008, 05:57 PM
Post #1


Outrageously Uber Ninja
*******

Group: Administrators
Posts: 2,831
Joined: 11-March 07
From: UK
Member No.: 9



Earlier today Jack reported a proxy site operating on the hosting, I wasn't involved with the setup and configuration for this server, so when I looked over it I was horrified to see multiple network related libraries still available.

I am aware that there are completely legitimate uses for the libraries but due to the fact that they're being abused they have all been disabled.

The following libraries have been disabled:

curl - http://www.php.net/manual/en/ref.curl.php

ftp - http://www.php.net/manual/en/ref.ftp.php

sockets - http://www.php.net/manual/en/ref.sockets.php

stream - http://www.php.net/manual/en/ref.stream.php

I'll just reiterate this, outside connections on Zymic hosting are not permitted, so if an application / script requires it, they will not work upon the hosting.
Go to the top of the page 
 
  + Quote Post
Bahbus
post Jul 10 2008, 07:59 PM
Post #2


Newbie
*

Group: Members
Posts: 3
Joined: 25-April 08
Member No.: 22,138



This wouldn't my all of a sudden problem of not being able to do FTP uploads to the server, would it?

Also, did the other servers like clanteam already have this disabled and someone just dropped the ball when creating this one? Or was no one abusing it on other servers?

Lastly, was this the only way to deal with the problem?
Go to the top of the page 
 
  + Quote Post
Alex
post Jul 10 2008, 09:09 PM
Post #3


zIRC Network Admin
*******

Group: Administrators
Posts: 660
Joined: 10-March 07
From: Swindon, Wilts, UK
Member No.: 6



Not unless you used a web interface for FTP, standalone FTP applications are completely unaffected by this change.

As far as I know these are disabled on our other servers.

Yes, if they are available they are unfortunately abused.
Go to the top of the page 
 
  + Quote Post
Slow
post Jul 11 2008, 04:23 AM
Post #4


Newbie
*

Group: Members
Posts: 6
Joined: 5-July 08
Member No.: 42,822



I'm a little upset as I would like to be able to obtain information from my punbb extern.php file.

I initially attempted it with file_get_contents and that was disabled, so I setup a method using cURL.

Now curl is disabled, and I'm not even trying to connect to a non-vndv.com domain.

Please offer some sort of alternative!
Go to the top of the page 
 
  + Quote Post
Ed
post Jul 11 2008, 06:20 PM
Post #5


Outrageously Uber Ninja
*******

Group: Administrators
Posts: 2,831
Joined: 11-March 07
From: UK
Member No.: 9



QUOTE(Slow @ Jul 11 2008, 05:23 AM) *
I'm a little upset as I would like to be able to obtain information from my punbb extern.php file.

I initially attempted it with file_get_contents and that was disabled, so I setup a method using cURL.

Now curl is disabled, and I'm not even trying to connect to a non-vndv.com domain.

Please offer some sort of alternative!

If the domain is yours simply use a path, not a url then you can get the contents of your file.


CODE
<?php
echo file_get_contents('/www/vndv.com/m/y/d/mydomain/htdocs/somedirectory/extern.php');
?>


This should output the contents of the file.
Go to the top of the page 
 
  + Quote Post
spaghett1
post Jul 12 2008, 07:30 PM
Post #6


Newbie
*

Group: Members
Posts: 16
Joined: 26-June 08
Member No.: 39,512



Is this the reason why I'm having a warning on my Forum? All the data on FTP view are now Read-only. unsure.gif
Go to the top of the page 
 
  + Quote Post
Dave
post Jul 12 2008, 07:43 PM
Post #7


Outrageously Uber Ninja
*******

Group: Moderators
Posts: 835
Joined: 10-April 08
From: England
Member No.: 18,404



QUOTE(spaghett1 @ Jul 12 2008, 07:30 PM) *
Is this the reason why I'm having a warning on my Forum? All the data on FTP view are now Read-only. unsure.gif


No that's a different issue. See here: http://www.zymic.com/forum/index.php?showt...=10182&st=0
Go to the top of the page 
 
  + Quote Post
Slow
post Jul 13 2008, 12:13 AM
Post #8


Newbie
*

Group: Members
Posts: 6
Joined: 5-July 08
Member No.: 42,822



As I stated it would not allow me to use the function file_get_contents due to restrictions on the host.
Also, I don't want the code from extern.php, I want the resulting output.

QUOTE(Bread @ Jul 11 2008, 06:20 PM) *
If the domain is yours simply use a path, not a url then you can get the contents of your file.
CODE
<?php
echo file_get_contents('/www/vndv.com/m/y/d/mydomain/htdocs/somedirectory/extern.php');
?>


This should output the contents of the file.

Go to the top of the page 
 
  + Quote Post
fenerli
post Jul 13 2008, 09:57 AM
Post #9


Ninja
***

Group: Members
Posts: 107
Joined: 8-July 08
Member No.: 44,158



@Slow: Use paths relative to web site root or use output buffers if you must but I don't understand your purpose of not including extern.php instead of capturing the output.
Go to the top of the page 
 
  + Quote Post
Slow
post Jul 13 2008, 06:23 PM
Post #10


Newbie
*

Group: Members
Posts: 6
Joined: 5-July 08
Member No.: 42,822



My code is at : http://www.zymic.com/forum/index.php?showtopic=10238

If you have advice for me, please post it there.

QUOTE(fenerli @ Jul 13 2008, 09:57 AM) *
@Slow: Use paths relative to web site root or use output buffers if you must but I don't understand your purpose of not including extern.php instead of capturing the output.
Go to the top of the page 
 
  + Quote Post
gambino
post Jul 19 2008, 06:22 AM
Post #11


Ninja
***

Group: Members
Posts: 243
Joined: 4-July 08
Member No.: 42,264



if these are down. how are we suppose to edit the html tag so I can post a news page saying that the website is off the air by proxy servers. I NEED BY BUSINESS RUNNING. I'm running a game called gambino's crime hall and i need it working or I wont get money. my website URL is http://gambino.vndv.com/. if my website is off, then I can't run the automatic time system on my computer and I can't rest till the website is running.

I also want to know when will it get back up and running, I can't get to sleep till I get my codes done. also I don't want to loose my memory n where I left off. I need to know an estimate of time so I have enough time to think.
Go to the top of the page 
 
  + Quote Post
Andrew
post Jul 19 2008, 12:13 PM
Post #12


Hosting Abuse Staff
*******

Group: Moderators
Posts: 2,933
Joined: 14-February 08
From: Fort Myers FL, USA
Member No.: 10,089



QUOTE(gambino @ Jul 19 2008, 02:22 AM) *
if these are down. how are we suppose to edit the html tag so I can post a news page saying that the website is off the air by proxy servers. I NEED BY BUSINESS RUNNING. I'm running a game called gambino's crime hall and i need it working or I wont get money. my website URL is http://gambino.vndv.com/. if my website is off, then I can't run the automatic time system on my computer and I can't rest till the website is running.

I also want to know when will it get back up and running, I can't get to sleep till I get my codes done. also I don't want to loose my memory n where I left off. I need to know an estimate of time so I have enough time to think.

No offense Gambino, but this is free hosting, there is no guarantee that this service will be working. I think if you "NEED your business running" you should have BOUGHT a hosting plan from someone else.

And as for your question, quite simply, you can't make a page saying your site is down.
Go to the top of the page 
 
  + Quote Post
harbino
post Jul 19 2008, 01:25 PM
Post #13


Ninja
***

Group: Members
Posts: 209
Joined: 13-July 08
From: Yorkshire, England
Member No.: 45,804



The website is back up.
Go to the top of the page 
 
  + Quote Post
Mirandaworld
post Aug 8 2008, 08:43 PM
Post #14


Newbie
*

Group: Members
Posts: 2
Joined: 8-August 08
Member No.: 53,350



The FTP is not working for http://miranda-world.vndv.com/. I really need to start on the website and I need ftp. Why isn't it working? Staff, please reply. angry.gif
Go to the top of the page 
 
  + Quote Post
animeheaven1
post Aug 9 2008, 08:03 AM
Post #15


Newbie
*

Group: Members
Posts: 3
Joined: 8-August 08
Member No.: 53,632



hey, i was wondering, is the site thing still going on or is it over?
Go to the top of the page 
 
  + Quote Post
jaggerkieth
post Aug 11 2008, 10:39 AM
Post #16


Newbie
*

Group: Members
Posts: 9
Joined: 10-August 08
Member No.: 54,068



:unsure:vndv.com is down!!!!! I'm currently working on my site.. please fix this immediately.... please please please angry.gif angry.gif
Go to the top of the page 
 
  + Quote Post
ricktza
post Aug 11 2008, 11:24 PM
Post #17


Newbie
*

Group: Members
Posts: 12
Joined: 7-August 08
Member No.: 53,262



why do i keep losing connection to my sql. it says.... lost connection to mysql server reading initial communication packet???? plz help
Go to the top of the page 
 
  + Quote Post
ricktza
post Aug 13 2008, 10:15 PM
Post #18


Newbie
*

Group: Members
Posts: 12
Joined: 7-August 08
Member No.: 53,262



why do i get this on ma site as i use sql
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'users = '-1'' at line 1
can anyone help me fix dis please
Go to the top of the page 
 
  + Quote Post
swordz
post Aug 14 2008, 11:06 PM
Post #19


Outrageously Uber Ninja
*******

Group: Moderators
Posts: 1,805
Joined: 10-July 08
From: UK
Member No.: 44,994



This is the wrong section to post in.

Also, unless you post your code, how can we? We have no idea what you're trying to do.

swordz
Go to the top of the page 
 
  + Quote Post
Andrew
post Aug 15 2008, 05:38 AM
Post #20


Hosting Abuse Staff
*******

Group: Moderators
Posts: 2,933
Joined: 14-February 08
From: Fort Myers FL, USA
Member No.: 10,089



QUOTE(SwintellSoft @ Aug 14 2008, 09:24 PM) *
is this why my website is down?

Are you asking if the original topic posted by bread is the reason the servers are down? Or was it another post in this thread?

If you asking because some of the php libraries were disabled, then no that has nothing to do with the server being down. otherwise I don't know since I didn't see the topic you're talking about.
Go to the top of the page 
 
  + Quote Post
3 Pages V   1 2 3 >
 Closed Topic Start new topic
left right
0 Members:
left right
 


Lo-Fi Version Time is now: 19th June 2013 - 07:12 PM