Search found 548 matches

by Poomerio
Sat Jul 28, 2007 12:16 pm
Forum: General EM Discussion
Topic: 0-2 using EM
Replies: 5
Views: 11671

Re: 0-2 using EM

For future reference, the way to fix this problem would be this:

OPEN:
install.txt (or whatever the install file is named)

FIND:
<td><a href="{U_INDEX}"><img src="templates/subSilver/images/logo_phpBB.gif" border="0" alt="{L_INDEX}" vspace="1" /></a></td>

REPLACE WITH:
{U_INDEX}

Then ...
by Poomerio
Sat Jul 28, 2007 12:14 pm
Forum: General EM Discussion
Topic: List of EM Compliant Mods
Replies: 10
Views: 20923

Re: List of EM Compliant Mods

I can comment on the MOD not showing up:

It might not have had the correct MOD headers.
Any MOD without the correct headers won't show up in EasyMOD.

- Poomie
by Poomerio
Sat Jul 28, 2007 12:12 pm
Forum: General EM Discussion
Topic: Installing Easymod
Replies: 2
Views: 7349

Re: Installing Easymod

Yes, Kevin is right.
The mods folder should be named mods. Not Mods.

- Poomie
by Poomerio
Sat Jul 28, 2007 12:10 pm
Forum: General EM Discussion
Topic: Easymod's password ?
Replies: 14
Views: 24262

Re: Easymod's password ?

OK, the advice given was never going to work.

Go into the MySQL database.

Find the table phpbb_config
Then find the entry "EM_password"

It will contain an encrypted version of the password.
Edit it, and replace the encryption with:
d41d8cd98f00b204e9800998ecf8427e

This changes the password to ...
by Poomerio
Sat Jul 28, 2007 12:06 pm
Forum: General EM Discussion
Topic: MOD and then updated BB
Replies: 2
Views: 7344

Re: MOD and then updated BB

When you update phpBB, it is likely that all of the MODs will become screwed up, since you would be replacing some of the phpBB files with newer ones.

What I recommend you do, is search through your MOD install files for anything that edits a file that is being replaced.
Then, just move the new ...
by Poomerio
Sat Jul 28, 2007 12:04 pm
Forum: General EM Discussion
Topic: Easymod password help
Replies: 11
Views: 21428

Re: Easymod password help

There are several tables that will need deleting in order to reinstall EM.

phpbb_config:

EM_version
EM_password
EM_read
EM_write
EM_move
EM_ftp_dir
EM_ftp_user
EM_ftp_pass
EM_ftp_host
EM_ftp_port
EM_ftp_type
EM_ftp_cache

Delete all of them from the database, and try installing EasyMOD again ...
by Poomerio
Fri Jul 27, 2007 10:10 am
Forum: Installing EasyMOD
Topic: some troubles
Replies: 1
Views: 2351

Re: some troubles


Warning: opendir(./mods) [function.opendir]: failed to open dir: No such file or directory in /public_html/forums/admin/admin_easymod.php on line 1574

That means that admin_easymod.php is trying to open a file/folder, which isn't there.

Post line 1574 of admin_easymod.php for me, please ...
by Poomerio
Fri Jul 27, 2007 10:07 am
Forum: Installing MODs with EasyMOD
Topic: Cant download easymod
Replies: 4
Views: 6415

Re: Cant download easymod

Don't ask me that; I don't manage the downloads.
I'm just here for support.

- Poomie
by Poomerio
Thu Jul 26, 2007 12:08 pm
Forum: Installing EasyMOD
Topic: Installing EasyMod in Fantastico
Replies: 1
Views: 2817

Re: Installing EasyMod in Fantastico

I would recommend you don't use a phpBB board installed via fantastico; it would save a heck of a lot of time, and effort to install normally.

But try and install EM normally.
Go into the admin directory and create a mods directory.
Then put all EM files into there, under the directory easymod ...
by Poomerio
Thu Jul 26, 2007 12:04 pm
Forum: General EM Discussion
Topic: EM does not find anything!
Replies: 3
Views: 9103

Re: EM does not find anything!

EasyMOD doesn't look for install.txt or install.mod
But the install file has to be in the root of the directory that the MOD is.

/admin/mods/a_mod/install.txt

That would work, but this wouldn't:

/admin/mods/a_mod/b_mod/install.txt

And as long as the MODs have the correct permissions and the ...