Paste it in the SQL tab in phpMyAdmin
926 2007-01-27 12:07
Re: import old database to fresh install, or: goin' nuts. (33 replies, posted in PunBB 1.2 troubleshooting)
927 2007-01-26 22:49
Re: Upload of avatars only by admin (11 replies, posted in Feature requests)
Hrmm. In profile.php, find:
else if ($action == 'upload_avatar' || $action == 'upload_avatar2')
{
Add after:
message('Only admins can assign avatars');
And then just upload the avatar with the user's ID as the name.
928 2007-01-26 16:32
Re: php + .net = greatness (29 replies, posted in Programming)
Rawr. That's certainly interesting
929 2007-01-26 16:25
Re: Trac integration (7 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Not really. He's working on doing it with these forums. With some luck he can release it as a 1.3 extension.
930 2007-01-26 16:18
Re: Trac integration (7 replies, posted in PunBB 1.2 modifications, plugins and integrations)
He's the main developer...
931 2007-01-26 16:14
Re: Trac integration (7 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Rickard said he's working on it
932 2007-01-26 07:47
Re: query builder ? (7 replies, posted in PunBB 1.2 discussion)
I'm guessing it's to allow extensions to add things to queries
934 2007-01-25 19:16
Re: PunBB on a stick (49 replies, posted in General discussion)
that is why i use wos fast and simple.. with phpmyadmin and apache and php5.. small and simple less than 128 on my 1 gb stick.
Tried WOS at school again, it says there was an error in the unzip or so =/
935 2007-01-25 18:34
Re: PunBB on a stick (49 replies, posted in General discussion)
Servers like Xampp eat somthing in your pc! I dont know the name in English bott in Norwegian i know it!
Memory?
936 2007-01-25 08:21
Re: import old database to fresh install, or: goin' nuts. (33 replies, posted in PunBB 1.2 troubleshooting)
CREATE TABLE `bans` (
`id` int( 10 ) unsigned NOT NULL AUTO_INCREMENT ,
`username` varchar( 200 ) default NULL ,
`ip` varchar( 255 ) default NULL ,
`email` varchar( 50 ) default NULL ,
`message` varchar( 255 ) default NULL ,
`expire` int( 10 ) unsigned default NULL ,
PRIMARY KEY ( `id` )
) ENGINE = MYISAM;
937 2007-01-24 23:20
Re: Private Forums? (3 replies, posted in PunBB 1.2 troubleshooting)
Make a guest-only redirect forum.
938 2007-01-24 19:40
Re: Easy ? For Anybody That Isn't Me: Place a picture only on index.php (15 replies, posted in PunBB 1.2 discussion)
A background image
939 2007-01-24 18:59
Re: Easy ? For Anybody That Isn't Me: Place a picture only on index.php (15 replies, posted in PunBB 1.2 discussion)
Add this to your CSS:
#punindex #brdtitle { background: url(myimage.jpg) no-repeat; }
It'll only show up on the index
940 2007-01-24 12:37
Re: Converting from sqlite to MySQL (7 replies, posted in PunBB 1.2 troubleshooting)
Maybe you can try running a table repair? I'm not sure it'll update the indexes, but it might.
941 2007-01-24 09:29
Re: Easy Profile Fields 1.1.1 (38 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Nope, sorry.
942 2007-01-24 09:28
Re: Easy ? For Anybody That Isn't Me: Place a picture only on index.php (15 replies, posted in PunBB 1.2 discussion)
Use the #punindex ID.
943 2007-01-23 16:00
Re: Including PunBB in another script (5 replies, posted in PunBB 1.2 troubleshooting)
$pun_config and $pun_user need to be global too.
944 2007-01-22 16:57
Re: Files bigger than 1,4MB (5 replies, posted in PunBB 1.2 troubleshooting)
Cache would be the only thing to grow, and would probably never exceed that limit =/
945 2007-01-22 15:04
Re: Files bigger than 1,4MB (5 replies, posted in PunBB 1.2 troubleshooting)
Not really, no.
946 2007-01-21 20:20
Re: Display problem ! (6 replies, posted in PunBB 1.2 troubleshooting)
My guess is you have an unclosed tag in your announcement
947 2007-01-21 17:22
Re: [Debugued] Export MySQL3.23 > MySQL 4.1.20 (8 replies, posted in PunBB 1.2 troubleshooting)
Well, you have the lowest version phpMyAdmin supports, so you could just install it
You can download it here:
http://www.phpmyadmin.net/home_page/index.php
948 2007-01-21 17:14
Re: Easy Profile Fields 1.1.1 (38 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Err, the file you've sent me is from a phpBB installation...
949 2007-01-21 17:13
Re: [Debugued] Export MySQL3.23 > MySQL 4.1.20 (8 replies, posted in PunBB 1.2 troubleshooting)
I bet it was an error with the export. Can't you export it using phpMyAdmin too?
950 2007-01-21 16:13
Re: Easy Profile Fields 1.1.1 (38 replies, posted in PunBB 1.2 modifications, plugins and integrations)
It's probably because you modified it already. Maybe you can mail me your viewtopic.php and I'll take a look?
Send it to
elbekko [at] gmail [dot] com