| 
		
			
			
				
			
			
				 
			
			
				
			
		 | 
		
			
			
				 
			
				
			
		 | 
	||||
| 
				Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.  You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us.  | 
		
		 
		![]()  | 
	
		
			
  | 	
	
	
		
		|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. | 
| 
		 | 
	Thread Tools | 
| 
			
			 | 
		#1 | 
| 
			
			
			
			 Confirmed User 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Jan 2011 
				
				
				
					Posts: 354
				 
				
				
				
				 | 
	
	
	
	
		
			
			 I tryed to log into the admin zone of my site and I receive this error when I go into my management area. Nothing has been changed. 
		
	
		
		
		
		
			Warning: include_once(/home/mycampro/public_html/siteadmin/Data/Members/class.MembersData.php) [function.include-once]: failed to open stream: No such file or directory in /home/mycampro/public_html/siteadmin/Modules/Members/class.Members.php on line 5 Warning: include_once() [function.include]: Failed opening '/home/mycampro/public_html/siteadmin/Data/Members/class.MembersData.php' for inclusion (include_path='.:/home/proevote/public_html/domains/foodymoody.com/system') in /home/mycampro/public_html/siteadmin/Modules/Members/class.Members.php on line 5 Fatal error: Class 'MembersData' not found in /home/mycampro/public_html/siteadmin/Modules/Members/class.Members.php on line 7 Does anyone know what this could be? 
				__________________ 
		
		
		
		
	
	 
			 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#2 | 
| 
			
			
			
			 Too lazy to wipe my ass 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Aug 2002 
				Location: A Public Bathroom 
				
				
					Posts: 38,688
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 i like poo 
		
	
		
		
		
		
			
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#3 | 
| 
			
			
			
			 So Fucking Banned 
			
		
			
			
			Industry Role:  
				Join Date: Nov 2010 
				
				
				
					Posts: 3,618
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 hi and welcome back 
		
	
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#4 | 
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Industry Role:  
				Join Date: Apr 2006 
				
				
				
					Posts: 8,776
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Didn't you leave GFY? 
		
	
		
		
		
		
			your class.Members.php file is fucked up, check out lines 5 and 7.. 
				__________________ 
		
		
		
		
	
	Convert your East European traffic  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#5 | |
| 
			
			
			
			 Confirmed User 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Jan 2011 
				
				
				
					Posts: 354
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Thanks 
		
	
		
		
		
		
			Quote: 
	
 <? define("CURRENTTEMPLATES_FOLDER",MAIN_ADMINTEMPLAT ES_PATH); define("MEMBER_TEMPLATES_FOLDER",MAIN_ADMINTEMPLAT ES_PATH."Members/"); include_once(MAIN_ADMINDATACLASS_PATH."Members/class.MembersData.php"); include_once(ADMINABSOLUTE_PATH."Config/inc.LeftMenu.php"); class Members extends MembersData { function Members($MemberId=''){ global $global_config,$_SESSION,$LeftMenu; $this->Common(); $this->MembersData(); $SideMenu = $LeftMenu["members"]; $this->setVariable("LeftMenu_Title","Members"); $this->setVariable("LeftMenu",$SideMenu); } function UpdateStatus($objArray){ global $_SESSION,$_COOKIE,$global_config; if($objArray == "") $objArray = $this->Request; $Ids=""; if($objArray["Ids"]!=""){ foreach($objArray["Ids"] as $key=>$value){ if($Ids=="") $Ids = "'".$value."'"; else $Ids .= ",'".$value."'"; } $this->UpdateMemberStatus($Ids,$objArray["Status"]); } } function UpdateModelStatus($objArray){ global $_SESSION,$_COOKIE,$global_config; if($objArray == "") $objArray = $this->Request; $Ids=""; if($objArray["Ids"]!=""){ foreach($objArray["Ids"] as $key=>$value){ if($Ids=="") $Ids = "'".$value."'"; else $Ids .= ",'".$value."'"; } $this->UpdateModelActiveStatus($Ids,$objArray["Status"]); } } function MembersListPage($objArray){ global $_SESSION,$_COOKIE,$global_config; if($objArray == "") $objArray = $this->Request; if($objArray["fAction"] == "updatestatus"){ $this->UpdateStatus($objArray); $this->setVariable("SuccessMessage","Profile status updated successfully."); } if($objArray["fAction"] == "updatemodelstatus"){ $this->UpdateModelStatus($objArray); $this->setVariable("SuccessMessage","Profile status updated successfully."); } $intTotal = $this->getMembersData('COUNT','','',$objArray); $intLimit = 20; $intPage = ($objArray["p"] == "" || $objArray["p"] == "0")? 1 : $objArray["p"]; if($intPage == 1) $intStart = 0; else $intStart = ($intPage-1) * $intLimit; if($intStart > $intTotal) { $intStart = $intTotal-$intLimit -1; $intPage = ceil($intTotal/$intLimit); } $intDisplayed=$intLimit+$intStart; if($intDisplayed>$intTotal) $intDisplayed=$intTotal; if($intStart<0) $intStart='0'; $rsMembers = $this->getMembersData("*",$intStart,$intLimit,$objArray) ; $this->setPerPage($intTotal,$intLimit,count($rsMembers), $intPage); $this->prePopulateForm(); $this->setVariable("Start",$intStart); $this->setVariable("IntTotal",$intTotal); $this->setVariable("IntStart",$intStart+1); $this->setVariable("IntLimit",$intDisplayed); $this->setVariable("MemberList",$rsMembers); $this->setVariable("Include",MEMBER_TEMPLATES_FOLDER."Li st.tpl"); } function doProcess($objArray) { $this->loadJS("siteadmin/javascript/member.js"); $this->ProcessArray = $this->parseProcess($objArray["op"]); if($this->ProcessArray[2]!= '') $this->Process = $this->ProcessArray[2]; else if($this->ProcessArray[1]!= '') $this->Process = $this->ProcessArray[1]; else $this->Process = $this->ProcessArray["0"]; switch($this->Process) { default: $this->MembersListPage($objArray); break; } } } ?> 
				__________________ 
		
		
		
		
	
	 
			 | 
|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#6 | 
| 
			
			
			
			 Porn Meister 
			
		
			
			
			Industry Role:  
				Join Date: Feb 2005 
				
				
				
					Posts: 16,443
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 If nothing has been changed (meaning by you) then if it were ME, I'd be asking my host if they'd updated anything at all in the last couple of days. Maybe they did a security update and now your paths are eff'd up. 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	43-922-863 Shut up and play your guitar.  
			 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#7 | 
| 
			
			
			
			 Confirmed User 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Jan 2011 
				
				
				
					Posts: 354
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Ok well I just opened a ticket. Hopefully they can fix it. 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	 
			 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 |