You are not logged in. Please login or register.
Active topics Unanswered topics
Search options (Page 3 of 23)
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 ?
I have that same one
My desktop using iSkin, powered by WindowBlinds.
And, uh, those aren't torrents. You are seeing things
Wait... It is legal to share these, right??
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..
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
Hmm, he didn't say it...
Be sure to make a backup of your DB before trying!
Wow, this thing is great
I remember someone in the IRC room asking for something like this
It is when your internet is disconnected at 8pm, and almost always you are coding after that time
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?
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
Try this
$content = stripslashes($page['content']);
echo $content;
Replace stuff where it should be...
Awesome, thanks
I also love that file index thing. I might try it
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.
Unfortunately no one can be told what Pizzay is - you hizzle ta see it fo` yoself.
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?
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'");
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
http://gary13579.info/update_last_post.zip
Extract it, upload the file to the folder with your forum. Then try running the script.
Posts found: 51 to 75 of 552