I give info and you help please =D

Wondering why that MOD you have won't install correctly? Let's take a look
Forum rules
DO NOT give out any FTP passwords to anyone! There is no reason to do so! If you need help badly enough, create a temporary FTP account that is restricted to only the files that you need help with and give the information for that. Giving out FTP information can be very dangerous!
Locked
Survive
Registered User
Posts: 20
Joined: Sat Feb 25, 2006 10:41 pm

I give info and you help please =D

Post by Survive »

Ok here we go.
Mod: Referral MOD - 1.1.1 - referral_mod_111.txt
Author: AbelaJohnB - http://www.johnabela.com/
Description: This MOD will allow your members to have a link that will allow them to refer new members to your forum. It includes a list of how many people they have referred within their profile, as well as a detailed list within the ACP, showing their username, the name of the member they referred and the date/time.
EMC: Yes
Errors

Code: Select all

Warning

FIND FAILED&#58 In file [templates/AcidTechTiger/overall_header.tpl] could not find&#58

<td align="center" valign="top" nowrap="nowrap"> 

MOD script line #548 &#58&#58 FAQ &#58&#58 Report 

Code: Select all

Warning

FIND FAILED&#58 In file [language/lang_norwegian/lang_main.php] could not find&#58

// 
// That's all, Folks! 
// ------------------------------------------------- 

MOD script line #644 &#58&#58 FAQ &#58&#58 Report

Code: Select all

Warning

FIND FAILED&#58 In file [language/lang_serbian/lang_main.php] could not find&#58

// 
// That's all, Folks! 
// ------------------------------------------------- 

MOD script line #644 &#58&#58 FAQ &#58&#58 Report

Code: Select all

 
Warning

FIND FAILED&#58 In file [language/lang_kurdish/lang_main.php] could not find&#58

// 
// That's all, Folks! 
// ------------------------------------------------- 

MOD script line #644 &#58&#58 FAQ &#58&#58 Report 

Code: Select all

Warning

FIND FAILED&#58 In file [language/lang_slovak/lang_main.php] could not find&#58

// 
// That's all, Folks! 
// ------------------------------------------------- 

MOD script line #644 &#58&#58 FAQ &#58&#58 Report

Code: Select all

 
Critical Error

FIND FAILED&#58 In file [language/lang_english/lang_main.php] could not find&#58

// 
// That's all, Folks! 
// ------------------------------------------------- 

MOD script line #644 &#58&#58 FAQ &#58&#58 Report 
Thanks if you got any help! :D

Survive aka Dan

User avatar
Nux
Registered User
Posts: 943
Joined: Tue Jun 14, 2005 5:09 pm
Location: 3cities, Poland
Contact:

Re: I give info and you help please =D

Post by Nux »

This MOD just is not EMC. Please ask the author (AbelaJohnB - http://www.johnabela.com/" target="_blank) at his page.

From the looks of those errors I can tell you that the tempate "AcidTechTiger" is just to different form subSilver. I just answered a similar question here:
viewtopic.php?f=21&t=22487" target="_blank

And about those language errors then the MOD shouldn't look for that line of code. It should look for

Code: Select all

?>
and add everything before that.

Survive
Registered User
Posts: 20
Joined: Sat Feb 25, 2006 10:41 pm

Re: I give info and you help please =D

Post by Survive »

Can you show me how:

Code: Select all

// 
// That's all, Folks! 
// ------------------------------------------------- 
Should look like please?

User avatar
Nux
Registered User
Posts: 943
Joined: Tue Jun 14, 2005 5:09 pm
Location: 3cities, Poland
Contact:

Re: I give info and you help please =D

Post by Nux »

You should open the MOD file and replace the text above with

Code: Select all

?>
and it should work then (as long as next action is BEFORE ADD not AFTER ADD).

Survive
Registered User
Posts: 20
Joined: Sat Feb 25, 2006 10:41 pm

Re: I give info and you help please =D

Post by Survive »

I found out what was wrong that

Code: Select all

// 
// That's all, Folks! 
// -------------------------------------------------

Had no space after it so it couldont find it ;) . Now i must put an annoncment on my forum that only English will work fully. With the referal mod &#58D 

User avatar
Nux
Registered User
Posts: 943
Joined: Tue Jun 14, 2005 5:09 pm
Location: 3cities, Poland
Contact:

Re: I give info and you help please =D

Post by Nux »

Space - there's never enought of that ;).

You can try to translate the sentences or announce on your forum that translations are needed and change other language files.

Good luck :).

Survive
Registered User
Posts: 20
Joined: Sat Feb 25, 2006 10:41 pm

Re: I give info and you help please =D

Post by Survive »

Thanks so much! You helped me so much.

I posted on my forum if they really need that launguage i need them to ask so i can update the file :D .

Thanks - Survive aka Dan 8)

Locked