Pages: [1] 2
|
 |
|
Author
|
Topic: Connection problems (Read 640 times)
|
DJ Mike
Serious Poster
   
Offline
Posts: 166

|
I've been having connection problems. Have to click a link to my site 5-10 times before I get through.
|
|
|
|
|
Logged
|
|
|
|
|
|
Erv
Mega ZboXian
  
Offline
Posts: 57
|
I'm having problems loading background and images, using php randomize,,, on pdhomes
|
|
|
|
|
Logged
|
|
|
|
|
|
Erv
Mega ZboXian
  
Offline
Posts: 57
|
Hi Bert, sorry I got you up early this morning- found that I had a bad URL for the background,,, and the images are now working tooo.
|
|
|
|
|
Logged
|
|
|
|
|
|
|
|
DJ Mike
Serious Poster
   
Offline
Posts: 166

|
I tried Erv's page several times and had no problem but I just had to try my alt-home page 19 times before it would respond:
http://eclecticdjs.com/mike/wtv/althome.php
His doesn't have a domain, mine does. Domain name server?
|
|
|
|
« Last Edit: July 26, 2008, 08:59:41 AM by DJ Mike »
|
Logged
|
|
|
|
|
|
Erv
Mega ZboXian
  
Offline
Posts: 57
|
Bert--
I got the code for my randomizer from Mike
~Erv
|
|
|
|
|
Logged
|
|
|
|
|
|
Erv
Mega ZboXian
  
Offline
Posts: 57
|
Yesterday,,, afternoon or evening was when I first noticed it.. thought it might be a glitch,,, but seemed more frequent today.
~Erv
|
|
|
|
|
Logged
|
|
|
|
|
|
Erv
Mega ZboXian
  
Offline
Posts: 57
|
This is it-------
<? session_start(); # only run when $url is set and ends in .txt if ( isset($_GET[url]) && preg_match("#\.txt$#i", $_GET[url], $x) ) { /* List $url into an array. Count members of the array. Make a random number from 0 to (number of members -1) Select random file from the array. */ $url = $_GET[url]; $array = file( "$url" ); $num = count($array); $rand = rand(0, $num-1 ); $url = "$array[$rand]";
# send to browser header("HTTP/1.1 301 Moved Permanently"); header("Location: $url"); exit(); } # error message if $url is not set or not .txt else { # rand_inc.php is another file for the form. include("rand_inc.php"); } ?> <html> <head> <title>RANDOMIZE</title> </head> <body bgcolor=tan> <center> <h2>RANDOMIZER</h2> </center> </body> </html>
|
|
|
|
|
Logged
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DJ Mike
Serious Poster
   
Offline
Posts: 166

|
Erv: I meant when posting code in this forum not using it on a web page.
Bert: Whoa! It went from bad to worse to impossible. I was trying to make an example for Lila and instead of taking 5-10 tries, it was taking up to 100. Part way through it stopped working altogether. All my pages are now totally inaccesable.
|
|
|
|
|
Logged
|
|
|
|
|
|
ZboX
Founder
Administrator
Posting Maniac
    
Offline
Posts: 1660

What 'ya got there??
|
Hi Mike, Seems Apache took a hit yesterday. While not enough of one to make it stop serving web pages, it did seem to not like the flavor of your script so therefore it wouldn't serve your web pages. I have restarted Apache and your site is now back. Erv's should be working now also.
~;-)
Bert
|
|
|
|
|
Logged
|
|
|
|
Erv
Mega ZboXian
  
Offline
Posts: 57
|
Bert- mine looks good
~Erv
|
|
|
|
|
Logged
|
|
|
|
Erv
Mega ZboXian
  
Offline
Posts: 57
|
Some of my pages don't load the background until I hit the refresh key
~Erv
|
|
|
|
|
Logged
|
|
|
|
Erv
Mega ZboXian
  
Offline
Posts: 57
|
Hi Bert-
Is this the same area of problem from back in April
Quoting you
"Seems one of our security programs rules was set a little too high. Better too high than too low. One of the reasons that I wanted to move to this provider is because of the security of their servers. They are locked down pretty tight. Maybe a little too tight for the Webtv/Deuce environment, but we'll get it sorted out. I'll let you know when we have this problem fixed.
Bert "
|
|
|
|
|
Logged
|
|
|
|
Pages: [1] 2
|
|
|
|
|