 | Re: change backround to repeating gif |  |
Posted: 04/04/2007 11:40 AM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 6:28 PM
Location: St Pete, FL
|

|
|
|
|
 |
I'm sorry to hear that. We must be missing something on that template because there really is no magic involved in this stuff. The pages are pulling that information from somewhere, sometimes it takes a bit of trial and error to figure out where...
What kind of customizations are you hoping to find? There are a lot of Profile MODs available. I created a Weather in Profile MOD that you can install if you want. If you click on my Profile or any profile where members have entered their city code, you can see it in action...
weather_v1.3.2_Profile.zip
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: change backround to repeating gif |  |
Posted: 04/04/2007 1:11 PM |
|
|
|
|
|
| Crow |
| Posts |
57 |
| Word Cnt. |
3,220 |
| BDay |
Nov 8 |
| Sign |
Scorpio |
| Sex |
 |
|
|
|
Joined: Mar 28, 2007
Local time: 5:28 PM
|

|
|
|
|
 |
kool,
I am tryin to get the mods installed to just make tweaks to the forum. It doesnt make it any easier that the easymod refused to accept my FTP details and i cant use it now.
I dont seem to have a good experience with mods and styles! |
|
|
 |
 |
| Back to Top |
|
|
 | Re: change backround to repeating gif |  |
Posted: 04/04/2007 1:17 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 6:28 PM
Location: St Pete, FL
|

|
|
|
|
 |
I'm still not sure I understand why EM wouldn't have recognized your FTP Server login information. There has to be a logical explanation for that...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: change backround to repeating gif |  |
Posted: 04/04/2007 3:03 PM |
|
|
|
|
|
| Crow |
| Posts |
57 |
| Word Cnt. |
3,220 |
| BDay |
Nov 8 |
| Sign |
Scorpio |
| Sex |
 |
|
|
|
Joined: Mar 28, 2007
Local time: 5:28 PM
|

|
|
|
|
 |
i wish i knew i tried it again and still i get the same info ah well thanks for the help on that.
Cheers!
Nephr |
|
|
 |
 |
| Back to Top |
|
|
 | Re: change backround to repeating gif |  |
Posted: 04/04/2007 3:28 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 6:28 PM
Location: St Pete, FL
|

|
|
|
|
 |
Have you asked your host about this? There's always a chance that they may be blocking access and after talking to them, they can fix it...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: change backround to repeating gif |  |
Posted: 04/05/2007 7:46 AM |
|
|
|
|
|
| Crow |
| Posts |
57 |
| Word Cnt. |
3,220 |
| BDay |
Nov 8 |
| Sign |
Scorpio |
| Sex |
 |
|
|
|
Joined: Mar 28, 2007
Local time: 5:28 PM
|

|
|
|
|
 |
| yeah they are as clueless as a doe eyed monkey so no luck they just keep telling me information i already know |
|
|
 |
 |
| Back to Top |
|
|
 | Re: change backround to repeating gif |  |
Posted: 04/05/2007 11:10 AM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 6:28 PM
Location: St Pete, FL
|

|
|
|
|
 |
That sucks. If you want me to take a closer look at the problem for you, I would be happy to do so. I can't guarantee success, but so far my track record has been pretty good. If you are interested, send me a PM and we can go from there...
Have we tried the manual EM install option yet? If not, I have instructions on how to bypoass the entire EM installation program. This often works when nothing else will...
| Code:
|
#
#-----[ SQL ]-------------------------------------------------
#
CREATE TABLE phpbb_easymod(
mod_id mediumint(8) NOT NULL auto_increment,
mod_title varchar(255),
mod_file varchar(255),
mod_version varchar(15),
mod_author_handle varchar(25),
mod_author_email varchar(100),
mod_author_name varchar(100),
mod_author_url varchar(100),
mod_description text,
mod_process_date int(11),
mod_phpBB_version varchar(15),
mod_processed_themes varchar(200),
mod_processed_langs varchar(200),
mod_files_edited mediumint(8),
mod_tables_added mediumint(8),
mod_tables_altered mediumint(8),
mod_rows_inserted mediumint(8),
PRIMARY KEY (mod_id)
);
CREATE TABLE phpbb_easymod_processed_files (
mod_processed_file varchar(255) NOT NULL default '',
mod_id mediumint(8) NOT NULL default '0',
KEY mod_processed_file (mod_processed_file),
KEY mod_id (mod_id)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
INSERT INTO phpbb_easymod (mod_id, mod_title, mod_file, mod_version, mod_author_handle, mod_author_email, mod_author_name, mod_author_url, mod_description, mod_process_date, mod_phpBB_version, mod_processed_themes, mod_processed_langs, mod_files_edited, mod_tables_added, mod_tables_altered, mod_rows_inserted) VALUES (1, 'EasyMOD', 'easymod/easymod_install.php', '0.3.0', 'Nuttzy', 'pktoolkit@blizzhackers.com', 'n/a', 'http://www.blizzhackers.com', 'EasyMOD automatically perfoms in seconds which previously required the tedious task of manually editing files.', 1096879226, '2.0.21', 'subSilver', 'english', 0, 1, 0, 1);
INSERT INTO phpbb_config (config_name, config_value) VALUES ('EM_ftp_cache', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('EM_ftp_dir', '');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('EM_ftp_host', 'localhost');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('EM_ftp_pass', '');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('EM_ftp_port', '21');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('EM_ftp_type', 'ext');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('EM_ftp_user', '');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('EM_move', 'ftpa');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('EM_password', 'd41d8cd98f00b204e9800998ecf8427e');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('EM_read', 'server');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('EM_version', '0.3.0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('EM_write', 'ftpb');
#
#-----[ COPY ]------------------------------------------------
#
copy easymod/em_includes/*.* to admin/em_includes/*.*
copy easymod/includes/admin_easymod.php.txt to admin/admin_easymod.php
copy easymod/includes/sql/*.* to includes/sql/*.*
copy easymod/languages/lang_easymod_english.php to languages/lang_english/lang_easymod.php
copy easymod/includes/*.tpl to templates/subSilver/admin/*.tpl
copy easymod/includes/emc.gif to templates/subSilver/images/emc.gif
copy easymod/easymod.gif to templates/subSilver/images/easymod.gif
|
After these instructions are completed, you will have to adjust the FTP login details in EM Settings in your ACP MOD Center...
 |
|
|
 |
 |
| Back to Top |
|
|
 |
 | Information |  |
|