Find programmers and grapic design experts at ScriptLance.com
<? DEW-CODE.COM  
Dew-Code
Welcome, Guest
Please Login or Register.    Lost Password?
Re:redirection not workin (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Re:redirection not workin
#142
pjssms (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Re:redirection not workin 3 Months, 2 Weeks ago Karma: -1  
Thank you for your words. I havenīt received more answers here. We are looking for another script.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#157
Dewed (User)
Administrator
Posts: 164
graph
User Offline Click here to see the profile of this user
Dew-Code.com
Re:redirection not workin 3 Months, 2 Weeks ago Karma: 6  
Without any clues to work with, its difficult to say what the problem might be..

Possibly, your version of out.php lacks the line ..

$ID=$_GET['ID'];

Or.. possibly the combination of Apache/PHP you use makes this line ..

$REMOTE_ADDR=$_SERVER["REMOTE_ADDR"]; result in an empty variable.. or maybe that line is missing.....

Just copy paste this out.php over the top of your current one..
http://www.dew-code.com/source/?filename=./dew-newphplinks-2010b-SEF/out.php

if that doesn't help.. please try to describe the problem in another more detail.

"it doesnt work" doesn't help me to help you.. How doesn't it work?
What does it do? Is any error message shown at all? Perhaps your web server writes errors to an error log instead of displaying them ?
 
Report to moderator   Logged Logged  
 
Nothing to it but to Dew it !
Dew-Code.com
  The administrator has disabled public write access.
#158
pjssms (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Re:redirection not workin 3 Months, 2 Weeks ago Karma: -1  
I have tried to replace the out.php and now i receive a different message stating that the site is under maintenance.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#166
fattymattybrewing (User)
Support Your Local Brewer
Expert Boarder
Posts: 97
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Fatty Matty Brewing Location: Southwestern Wisconsin Birthdate: 1974-11-05
Re:redirection not workin 3 Months, 2 Weeks ago Karma: 2  
pjssms wrote:
QUOTE:
I have tried to replace the out.php and now i receive a different message stating that the site is under maintenance.


I would suggest copy and paste the site under maintenance error message into the forum so that we can see exactly how it reads.
 
Report to moderator   Logged Logged  
 
Lifes Too Short To Drink Crappy Beers
fattymattybrewing.com
  The administrator has disabled public write access.
#170
pjssms (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Re:redirection not workin 3 Months, 2 Weeks ago Karma: -1  
It is a message in spanish stating that the directory is under maintenance.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#171
Dewed (User)
Administrator
Posts: 164
graph
User Offline Click here to see the profile of this user
Dew-Code.com
Re:redirection not workin 3 Months, 2 Weeks ago Karma: 6  
Typically adjusting teh syntax in the .htaccess file, and adding this block of code near the top of the directory file fixes the issues that arise from PHP/Apache upgrades ...


Code:

if ($_POST['submit_add']){$show="add";} if (empty($PATH_INFO)){$PATH_INFO = $_SERVER['PATH_INFO'];} if (empty($PATH_INFO)){$PATH_INFO = $_SERVER["ORIG_PATH_INFO"];} if (empty($PATH_INFO)){$PATH_INFO = $HTTP_SERVER_VARS['PATH_INFO'];} if (empty($PATH_INFO)){$PATH_INFO = $_SERVER["REQUEST_URI"];}
If you get server 500 error, try a different syntax in teh .htaccess file. If the script runs, but still doesn't work correctly, please describe the problem in as much detail as possible... after checking the FAQ of course
 
Report to moderator   Logged Logged  
 
Nothing to it but to Dew it !
Dew-Code.com
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop

Newsflash

Sign up for PayPal and start accepting credit card payments instantly.
Copyright Dew-Code 2008