Search found 256 matches

by BarkerJr
Sun Mar 19, 2006 6:17 am
Forum: 2.0.x Support Forum
Topic: avatars showing red x
Replies: 6
Views: 260

What permissions are on the directory?
by BarkerJr
Thu Aug 05, 2004 10:37 pm
Forum: [2.0.x] MOD Database Cleanup
Topic: [2.0.6] RSS Content Syndicator
Replies: 799
Views: 402151

Just edit the template file.
by BarkerJr
Sat Jul 31, 2004 2:02 pm
Forum: [2.0.x] MOD Database Cleanup
Topic: [2.0.6] RSS Content Syndicator
Replies: 799
Views: 402151

If anyone is interested in Last-Modified and If-Modified-Since HTTP header support: --- rss.php.old Sat Jul 31 06:37:39 2004 +++ rss.php Sat Jul 31 06:58:23 2004 @@ -175,9 +175,26 @@ // // +// BEGIN Last-Modified handling +// + + $post = $db->sql_fetchrow($posts_query); + if (isset($_SERVER['HTTP_IF...
by BarkerJr
Fri Jul 16, 2004 11:01 pm
Forum: 2.0.x Support Forum
Topic: 2_09 Update from 2_08
Replies: 6
Views: 761

by BarkerJr
Fri Jul 16, 2004 10:55 pm
Forum: 2.0.x Support Forum
Topic: 2_09 Update from 2_08
Replies: 6
Views: 761

Upgraded PHP to 4.3.8 on the hollimyer.com one, but it didn't do anything.
by BarkerJr
Fri Jul 16, 2004 3:25 am
Forum: 2.0.x Support Forum
Topic: 2_09 Update from 2_08
Replies: 6
Views: 761

URL: http://barkerjr.net/phpBB2/ Template(s) used: subSilver Any and all MODs: template_file_cache, No_Flood_On_Edit_1.0.0.mod Do you use a port of phpBB: No Version of phpBB: 2.0.9 Version of PHP: 4.3.7 Which database server and version: MySQL 4.0.20 Host: Digitalspace.net Did someone install this ...
by BarkerJr
Mon Apr 26, 2004 3:34 am
Forum: 2.0.x Support Forum
Topic: Blocking Anonymous Posts
Replies: 3
Views: 253

You have to select each forum and do it individually.
by BarkerJr
Mon Apr 26, 2004 3:32 am
Forum: 2.0.x Support Forum
Topic: Private Messaging Problem
Replies: 1
Views: 260

Try uploading privmsg.php again. It may be corrupt.
by BarkerJr
Mon Apr 26, 2004 3:32 am
Forum: 2.0.x Support Forum
Topic: How do I undo these commands?
Replies: 3
Views: 272

delete from phpbb_config where config_name = 'multibuys';

etc.

Be very careful not to press enter before the "where" portion or you'll delete the table.
by BarkerJr
Mon Apr 26, 2004 3:21 am
Forum: 2.0.x Support Forum
Topic: How do I undo these commands?
Replies: 3
Views: 272

I'd use phpMyAdmin, myself. But, here's the commands to drop the tables (reverses the first two lines):

drop table phpbb_shopitems;
drop table phpbb_shops;

The rest are quite a bit more complicated and easier done in phpMyAdmin.
by BarkerJr
Mon Apr 26, 2004 3:08 am
Forum: 2.0.x Support Forum
Topic: MASS ACCOUNT CREATION
Replies: 8
Views: 834

By the way, you might be able to find the IP in the web server's logs.
by BarkerJr
Mon Apr 26, 2004 2:58 am
Forum: 2.0.x Support Forum
Topic: new members not receiving email activation
Replies: 2
Views: 246

Make sure the client's spam filters aren't catching them. In any case, try using SMTP in the configuration (admin control panel).
by BarkerJr
Mon Apr 26, 2004 2:47 am
Forum: 2.0.x Support Forum
Topic: Please Help!
Replies: 2
Views: 210

Edit the templates. Look for "target" attributes to "a" tags. Backup first, of course.
by BarkerJr
Mon Apr 26, 2004 2:45 am
Forum: 2.0.x Support Forum
Topic: restoring database
Replies: 13
Views: 561

Do you have shell access? If so, you could upload the file via FTP and put it in the database from there.
by BarkerJr
Sat Apr 24, 2004 4:15 pm
Forum: 2.0.x Support Forum
Topic: Update_to_208.php file
Replies: 2
Views: 219

It has to be in an "install" directory in the forum's directory. Note that it is in one in the tarball :)

Go to advanced search