Really Something Up

Status
Not open for further replies.

Jordan K

[B]tags dont work:([/B]
Messages
1,528
Reaction score
0
Points
0
WeeRowan said:
Ipb 2.1.3

You're missing a lot of code in your index.php then, your lines 135 to 155 are my lines 263 to 282.
 
Last edited:

WeeRowan

New Member
Messages
362
Reaction score
0
Points
0
so can you paste me the code i need 2 add into it m8 .. its just this was my first forum and it really grew and got going and alot of people liked it and it dont want to lose it.. i know the problem is something in the script so if u paste the part im missing it myt help.. thanks
 

Jordan K

[B]tags dont work:([/B]
Messages
1,528
Reaction score
0
Points
0
Here is what you should try and do:

Copy this over lines 135 to 155.

PHP:
 'buddy' => array( "browsebuddy" , 'assistant' ),
'mmod' => array( "misc/multi_moderate", 'mmod' ,"'multimod',"),
'warn' => array( "misc/warn" , 'warn' ,"'badwords','bbcode' ,'emoticons'," ),
'home' => array( 'ipbportal' , 'ipdl' ,"'attachtypes','bbcode', 'multimod','ranks','profilefields'," ),
'module' => array( 'modules' , 'modules' ),
'toutline' => array( 'topics_outline' , 'toutline' ),
'task' => array( 'taskloader' , 'taskloader' ),
'findpost' => array( 'findpost' , 'findpost' ),
'shoutbox' => array( 'D2mods/Shoutbox/Shoutbox', 'shoutbox', "'sbox_stats','sbox_badwords','emoticons','bbcode','badwords'," ),
'arcade' => array( 'Arcade' , 'Arcade' ),
'pointsacp' => array( 'PointsACP/PointsACP', 'pointsacp' ),
);
//---------------------------------------------------
// Check to make sure the array key exits..
//---------------------------------------------------
$ibforums->input['_low_act'] = strtolower( $ibforums->input['act'] );
if (! isset($choice[ $ibforums->input['_low_act'] ][0]) )
{
$ibforums->input['act'] = 'idx';

That should work, if it doesn't just back up all your forums files (except for index.php) and then download your mySQL database (tables and info). Then just reinstalll the board, after your done, copy this all back and put your SQL database back up.

NOTE: If you cannot get this index.php file to work and you don't know how to back up your forums and reinstall, I will be more than happy to do this for you for 15 points.
 
Last edited:

WeeRowan

New Member
Messages
362
Reaction score
0
Points
0
ok i tryed the code and no luck.. so is it possible that if i save all the forum files except index.php to a folder and backup mysqldatabase then i can install a new forum and load all the database and it will work...

if so how do i download my sql database?

If you can do this right now then ill give you the 15points plus 5 more for doing it just now (aka tip :p)
 
Last edited:

Jordan K

[B]tags dont work:([/B]
Messages
1,528
Reaction score
0
Points
0
Yes I will do this for you, sorry was downloading movies and wasn't watching x10hosting.com. Anyways yes, I PMed you. It shouldn't take me too long. I will PM you when I am done.
 

WeeRowan

New Member
Messages
362
Reaction score
0
Points
0
Ok i got your PM im just waiting on one back as im not sure wat info you need etc
 

Bryon

I Fix Things
Messages
8,149
Reaction score
101
Points
48
Civilr: Outwar. :)

Ok I'm pretty sure your being taken care of.. If you want I can go into your account and look at the file directly. What is your cpanel username? (If you want me to.)
 

Jordan K

[B]tags dont work:([/B]
Messages
1,528
Reaction score
0
Points
0
Already handled. It had nothing to do with his index.php file directly, yet after I was around 90% completing a backup I realized it was other files that he had unsuccessfully edited trying to install his Arcade mod. Anyways, I fixed that and I installed his Arcade made for him. Mmmmm... 30 points (he gave me a 5 point tip). :drool:
 

Bryon

I Fix Things
Messages
8,149
Reaction score
101
Points
48
Ohh I see. :) Good job.

What was the error caused by?
 
Status
Not open for further replies.
Top