![]() |
Trimming data from URL
I have an old hack I am trying to upgrade to work with Vbulletin 3.5. It used to work with 3.0 etc.
At one point a link causes the following url: Code:
http://www.morcmtb.net/forums/trail.php?s=&action=edittrail&trailid=21 Currently it is: Code:
$action = trim($action); Am I perhaps missing some variables or some global settings? Or maybe this code is no longer valid. |
register_globals is off by default in all PHP installations.
It enforces more secure coding. $_REQUEST['action'] will contain your variable. |
All times are GMT. The time now is 07:35 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|