You have to change the cookie name if you want to run two copies of PunBB at the same address. I think you could also edit the function that sets the cookie to make the cookie availible to thegathering.se/forums, but I am not sure if this would work. THe best way would be to just change the cookie name in config.php

Also, is this a Magic: The Gathering site smile ?

52

(3 replies, posted in General discussion)

http://punbb.org/download/museum/

Direct Link: http://punbb.org/download/museum/punbb-1.2.zip

It is a bit harder to find, being on bottem and all..

53

(92 replies, posted in General discussion)

erissiva wrote:

http://img59.exs.cx/img59/7297/awesomen … 2my.th.jpg

My favorite out of my recent desktops...I change them all the time.

I have that same one big_smile

54

(92 replies, posted in General discussion)

http://img94.exs.cx/img94/5316/desktop7yd.th.gif

My desktop using iSkin, powered by WindowBlinds.

And, uh, those aren't torrents. You are seeing things wink

55

(7 replies, posted in General discussion)

Wait... It is legal to share these, right??

56

(10 replies, posted in PunBB 1.2 bug reports)

http://forums.indocron.net/viewtopic.php?id=343

Its happens to me on mine..

57

(7 replies, posted in General discussion)

Yes, this is the Pepsi pop-cap things. I get all of my music through torrents and limewire, I figured someone else could use them.

Edit: spelling..

58

(7 replies, posted in General discussion)

ON6W4 S3SVT (if this doesnt work, replace the O with an 0)
XXCRL 9LCQH
Y33RA KMSCS
B7Z6Z JLYIE

Thats all I have right now. If you have any, feel free to post them.

Do what I had to do. Take the .sql file, and split it up into smaller files. If its the table itself (no rows) that is huge, try exacuting some of it, then add ALTER TABLE queries later.

SSH is still the best method wink

60

(20 replies, posted in Feature requests)

Hmm, he didn't say it...

Be sure to make a backup of your DB before trying!

61

(18 replies, posted in News)

Wow, this thing is great big_smile

I remember someone in the IRC room asking for something like this

62

(12 replies, posted in Programming)

It is when your internet is disconnected at 8pm, and almost always you are coding after that time tongue

Well, you can download the file through phpmyadmin, cant you?

If you can, try taking the file and splitting the file up so that its like 20 smaller files (one for each table, maybe). Then upload and exacute all the smaller files?

64

(12 replies, posted in Programming)

Or download the Document thingy. Its a .chm file that has the entire PHP.net documentation (without the comments, of course).

http://us3.php.net/get/php_manual_chm.zip/from/a/mirror

65

(12 replies, posted in Programming)

Try this


$content = stripslashes($page['content']);
echo $content;


Replace stuff where it should be...

66

(54 replies, posted in PunBB 1.2 show off)

Awesome, thanks big_smile

I also love that file index thing. I might try it

67

(54 replies, posted in PunBB 1.2 show off)

No! I accidently deleted this style when I was upgrading my forums, and now I dont have it. I tried the download, but i get a 403 error.

Does anyone have this tyle, and is willing to zip it up, upload it, and post it here?

I *guess* you *might* be able to make a script on your new server that you can use to copy over the DB, a table at a time. It would connect, generate some queries, exucute them, then ask you to move on to the next step..

Its better then fighting with phpmyadmin because the max exacution time is too low.

69

(13 replies, posted in General discussion)

Unfortunately no one can be told what Pizzay is - you hizzle ta see it fo` yoself.

smile

70

(19 replies, posted in PunBB 1.2 troubleshooting)

But if the directory is the same for both forums, what would happen when ID5 from one forum tries to upload an avatar, overwriting ID5 from the other forum?

71

(3 replies, posted in PunBB 1.2 troubleshooting)

http://punbb.org/forums/viewtopic.php?id=2658
In case you dont know what debug mode is wink

72

(3 replies, posted in Programming)

mysql_query("INSERT INTO pkbot SET user = '$User' AND pass = '$Pass'");
// or
mysql_query("INSERT INTO pkbot (user, pass) VALUES( user = '$User' AND pass = '$Pass')");
// or maybe you meant
$query = mysql_query("SELECT * FROM pkbot WHERE user='$User' AND pass='$Pass'");

73

(8 replies, posted in Programming)

Hmm...

You could combine file_get_contents with strip_tags and strpos...
You might have to add all of the files manually, but I think this combo would work

I guess it worked :S

http://gary13579.info/update_last_post.zip

Extract it, upload the file to the folder with your forum. Then try running the script.