The Arcive of vBulletin Modifications Site. | 
    |
| 
		 
			 
			#1  
			
			
			
			
			
		 
		
	 | 
||||
		
		
  | 
||||
| 
		
	
		
		
			
			 
			
			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.  | 
| 
		 
			 
			#2  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
			
			 
			
			register_globals is off by default in all PHP installations. 
		
		
		
		
		
		
		
		
	
	It enforces more secure coding. $_REQUEST['action'] will contain your variable.  | 
![]()  | 
	
	
		
  | 
	
		
  | 
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
						
  | 
				|
  More Information | 
				|
| 
						 Template Usage: 
						
 Phrase Groups Available: 
						
  | 
					
						 Included Files: 
						
 Hooks Called: 
						
  |