![]()  | 
	
| 
		 
			 
			#1  
			
			
			
			
			
		 
		
	 | 
||||
		
		
  | 
||||
| 
		
	
		
		
			
			 
			
			Lol well, just like the title says. It is a forum. Made specifically for this script. 
		
		
		
		
		
		
		
		
	
	Forum Add-On Includes: 
 To get the latest updates of this script, you will have to become a Premium Member. To find out how to become a Premium member visit this thread. Forum Add-On Will Include: 
 Preview: (The 'Create New Forum' can only be seen by those who can view the ACP.) ![]() ![]() ![]() ![]() If you want to see what the Updated version (So far, which is V 1.5) looks like, here it is: Remember, you have to be a Premium Member to get this. Preview: (The 'Create New Forum' can only be seen by those who can view the ACP.) ![]() ![]() ![]() ![]() ![]() ![]() First off, the hardest part. The database, you will need to add the following three tables: Code: 
	CREATE TABLE IF NOT EXISTS `forum_answer` ( `question_id` int(4) NOT NULL default '0', `a_id` int(4) NOT NULL default '0', `fid` int(4) NOT NULL default '0', `a_name` varchar(65) NOT NULL default '', `a_email` varchar(65) NOT NULL default '', `a_answer` longtext NOT NULL, `a_datetime` varchar(25) NOT NULL default '', KEY `a_id` (`a_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; Code: 
	CREATE TABLE IF NOT EXISTS `forum_question` ( `fid` int(11) NOT NULL default '0', `id` int(11) NOT NULL auto_increment, `topic` varchar(255) NOT NULL default '', `detail` longtext NOT NULL, `name` varchar(65) NOT NULL default '', `email` varchar(65) NOT NULL default '', `datetime` varchar(25) NOT NULL default '', `view` int(4) NOT NULL default '0', `reply` int(4) NOT NULL default '0', KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=12 ; Code: 
	CREATE TABLE IF NOT EXISTS `forum` ( `fid` int(11) NOT NULL auto_increment, `topic` varchar(255) NOT NULL default '', `threads` int(11) NOT NULL default '0', `posts` int(11) NOT NULL default '0', PRIMARY KEY (`fid`), UNIQUE KEY `topic` (`topic`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=9 ; If you have any questions about the script, just ask me, I won't bite =D http://www.4shared.com/file/105622782/b4ae1ea3/Adopts_Forum.html If you use 00webhost, here is the proper file to use for download: http://www.rusnakweb.com/forum/showthread.php?tid=975&pid=7493#pid7493  | 
| 
		 
			 
			#2  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
			
			 
			
			I'm trying it right now, I'll tell you how it is once I get it working...
		 
		
		
		
		
		
		
		
		
	
	 | 
| 
		 
			 
			#3  
			
			
			
			
			
		 
		
	 | 
||||
		
		
  | 
||||
| 
		
	
		
		
			
			 Quote: 
	
 If it doesn't work, what ever you do, do NOT mess around with the code, without telling me what you did.  | 
| 
		 
			 
			#4  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
			
			 
			
			Okay...A little problem. 
		
		
		
		
		
		
		
		
	
	What would be the link to the forum, assuming that the site is yoursite.com or something?  | 
| 
		 
			 
			#5  
			
			
			
			
			
		 
		
	 | 
||||
		
		
  | 
||||
| 
		
	
		
		
			
			 Quote: 
	
 the Forum Index is the: main_forum2.php file The index of the chosen forum, is the: main_forum.php file. Lol I was lazy at the time so i didn't make a big different between the names.  | 
| 
		 
			 
			#6  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
			
			 
			
			Nice Mod! :)
		 
		
		
		
		
		
		
		
		
	
	 | 
| 
		 
			 
			#7  
			
			
			
			
			
		 
		
	 | 
||||
		
		
  | 
||||
| 
		
	
		
		
			
			 Quote: 
	
 I'm working on the Premium right now. It's coming along pretty good ^_^  | 
| 
		 
			 
			#8  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
			
			 
			
			http://kaiuu.exofire.net/main_forum2.php 
		
		
		
		
		
		
		
		
	
	:O  | 
| 
		 
			 
			#9  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
			
			 
			
			This looks fantastic! I'm so going to give it a try :)[hr] 
		
		
		
		
		
		
		
		
	
	Well, I ran the database queries, and uploaded all the pages. When I go to the main forum page it loads just fine, and I have the 'create new topic' link. But when I click it, I get this: Warning: file_get_contents(templates/default/template3.html) [function.file-get-contents]: failed to open stream: No such file or directory in /home/densauge/public_html/clickables/create_topic.php on line 130  | 
| 
		 
			 
			#10  
			
			
			
			
			
		 
		
	 | 
||||
		
		
  | 
||||
| 
		
	
		
		
			
			 Quote: 
	
 Quote: 
	
 Each one of these has a different one, other then the default one.  | 
![]()  | 
	
	
		
| Thread Tools | |
| Display Modes | |
		
  | 
	
		
  | 
			 
			Similar Threads
		 | 
	||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| I need basic coding help | Moontides | Feedback and Suggestions | 23 | 05-28-2014 02:54 PM | 
| Integrated Forum & Premium Question | Niku | Questions and Supports | 2 | 08-11-2011 02:01 AM | 
| My BASIC programs | SleepWalker | Other Chat | 0 | 04-05-2010 09:37 AM | 
| Integrated Forum V 2.0 -Released!- *Old Version* | Bloodrun | Addons/Mods Graveyard | 46 | 01-20-2010 07:55 AM | 
						What's New? | 
					
						What's Hot? | 
					
						What's Popular? |