News:

Click here for Toll-Free Service for your business starting at $2.00 per month

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Dan

#1
yeah both work for me now, I think I had the wrong host or something, I had the full "www.xzist.org" when I should have had just "www"  :D
#2
Didn't seem to help. :(

Edit: Silly me :D It works fine with just "xzist.org", but doesn't with www.xzist.org
#3
well it still doesn't work for me... I get "server not found" and have done since I changed to the DNS records
#4
Support Requests / Re: how to mkdir()
August 26, 2006, 09:16:36 PM
you would use rmdir() to remove a directory.

also you could try not using the second parameter on mkdir or setting 0777

and make sure you delete the file(s) within the folder first
#5
Hi, I recently changed my domain xzist.org from pointing to your name servers to a DNS record pointing to 68.178.206.47. Since then my website does not work for me... do you have to update something?

Although strangely it works through a proxy server like phproxy.org

My domain is on plesk username "xzist".
#6
I temporarily solved it by writing my own:
function file_put_contents($file, $contents)
{
$f = fopen($file, 'w');
fwrite($f, $contents);
fclose($f);
}

but it would still be nice to have this back...
#7
Support Requests / file_put_contents() undefined!
June 28, 2006, 03:36:12 PM
I get this error:

"Fatal error: Call to undefined function: file_put_contents()"

but yesterday before the upgrade my site was working fine!
#8
Support Requests / mysql flush hosts
June 03, 2006, 03:48:49 PM
Forum at http://defilter.freepgs.com/forum/

won't work :-(

Says I need

mysqladmin flush-hosts

I tried entering "flush hosts" amd various other things but I don't have the privilages apparently...
#9
Support Requests / Re: plesk down?
April 23, 2006, 11:18:46 AM
My domain worked the day before and that's dated april the 5th

Anyways it's working now  ;D

I expect weasels got into the server room or something.
#10
Support Requests / plesk down?
April 22, 2006, 11:28:03 AM
My domain doesn't work :-(
#11
Support Requests / Re: cpu usage
March 13, 2006, 03:28:50 PM
Okay. I guess i'll be contacted if i use too much. :D
#12
Support Requests / Re: My Website and Search Engines
March 12, 2006, 03:47:51 PM
I know javascript can be used to break out of frames, perhaps there is a way to do the opposite? (In each of your pages check if its in a frame, if not, then refresh it in a frame) Just an idea.
#13
Support Requests / cpu usage
March 12, 2006, 03:42:07 PM
I'm not sure if cpu is the right word for it but anyway you know what I mean. Is there a limit on this/and is there any way to monitor it if so? if any of my php scripts were using excessive cpu I could disable them, if I had a way of knowing.
Cheers.