Alright, thanks for the help
1 2006-12-19 03:23
Re: Calendar 2.0.7 Screwed up my Profile for all users? (4 replies, posted in PunBB 1.2 modifications, plugins and integrations)
2 2006-12-19 02:36
Topic: Calendar 2.0.7 Screwed up my Profile for all users? (4 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I just recently installed Calendar 2.0.7 on my PunBB forum. When clicking on "profile" it shows:
Parse error: parse error, unexpected T_IF in /home/www/eac.freehostia.com/forum/profile.php on line 969
I checked and this is the code:
965 list($year, $month, $day) = explode('-',$user['birthday']);
966 if($month!=0 && $day!=0){
967 $Nyear = (strlen($year)!=4)? NULL: $year;
968 $datestamp = mktime(0,0,0,$month,$day,0)
969 if ($lang_calendar['Date_format'] == 'US') {
970 $birthday = date("F jS ", $datestamp).$Nyear;
971 } else {
972 $birthday = date("j ", $datestamp).$lang_calendar[(date("F", $datestamp))].$Nyear;
973 }
974 }else
975 $birthday = $lang_profile['Unknown'];
I have noooo clue what to do.
3 2006-12-05 02:32
Re: Traditional intergration method (1 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I just changed punbb's width to the same size as my website; edited the images to make it resemble my forum, and changed the banenr to exact same thing as my forum, and edited color to match my forum. Works.
4 2006-12-05 01:53
Re: I just found this online... (9 replies, posted in PunBB 1.2 show off)
looks hot
5 2006-12-05 01:52
Re: Dharok.com - Showing Off Time (1 replies, posted in PunBB 1.2 show off)
omg puleez runescape......
6 2006-12-02 05:34
Topic: [FIXED] Change from improved mysqli to something else? (0 replies, posted in PunBB 1.2 troubleshooting)
Hi, sorry about so many problems, but I searched the forums, and I couldn't find anything out about this:
How do I change my forums from improved mysql (mysqli) to a degraded form. My new host doesn't support this type of mysql.
Thanks for the help
~Spid3r
EDIT__
Sorry I figured it out. Just changed the db type to "mysql". I was putting in "mysql4" before.
7 2006-12-01 05:09
Topic: Some more stuff :/ NEWS GENERATOR ERROR (1 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Wow, this host change really gave me a lot of problems
This time: NEWS GENERATOR ERROR
I can edit the news and everything, I just cant do generate news. It gives me this error on the next page:
An error was encountered
Error: Unable to write news to ./plugins/AP_News_Generator/main.html. Please make sure PHP has write access to the directory ./plugins/AP_News_Generator/.
8 2006-12-01 03:17
Re: Switching forums to new host (5 replies, posted in PunBB 1.2 troubleshooting)
weee
<3 ya
Thanks a lot for all the help guys
punbb > all
9 2006-12-01 03:03
Re: how to add a language pack? (9 replies, posted in PunBB 1.2 troubleshooting)
Ohh, thanks
lol. I gotta get used to banner hosting. Can you check up on my other topic though? Thanks a million.
http://punbb.org/forums/viewtopic.php?id=13952
10 2006-12-01 02:59
Re: Switching forums to new host (5 replies, posted in PunBB 1.2 troubleshooting)
Okay, nm (srry for double post), but I cant figure out how to save the database and put it into new one.
I save my db on my old one on export, then I import that same file into my new host's phpmyadmin. Help me
it gives me this error:
Error
SQL query:
-- phpMyAdmin SQL Dump
-- version 2.8.2.4
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Nov 30, 2006 at 10:53 PM
-- Server version: 4.1.11
-- PHP Version: 5.1.7-dev
--
-- Database: `punbb`
--
CREATE DATABASE `punbb` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;MySQL said: Documentation
#1044 - Access denied for user 'zendurl_eac'@'localhost' to database 'punbb'
My new DB is called zendurl_zendurl0eac
I can't change it
And here is the error on the forum:
http://eac.zendurl.com/forums/
Please, help is appreciated
11 2006-12-01 02:19
Re: Switching forums to new host (5 replies, posted in PunBB 1.2 troubleshooting)
Alright, thanks man.
12 2006-12-01 02:02
Re: how to add a language pack? (9 replies, posted in PunBB 1.2 troubleshooting)
Currently my site http://shuvro.1111mb.com/forum/upload/index.php (punbb version 1.2.14) has the interface in english language. please tell me how can i add other languages to this forum.
Hey shuvro, for 1111mb, how did you get the banners off of every page? My website looks like this:
Did you have to pay or what?
13 2006-12-01 01:43
Topic: Switching forums to new host (5 replies, posted in PunBB 1.2 troubleshooting)
I've been using my host for punbb for only about 2 days, and everything is running VERY smooth. The problem is, the school blocked my host for about just NO reason whatsoever (mind that I am making a website for an organization of the school), and so I need to switch hosts.
First off, I have a couple of questions regarding how to make the switch with the forums:
1. Can I just copy and paste the forum directory into my new host? Will everything remain the same?
2. Can I save a database backup, and load it onto my new host's database? (it has a different log in name and database name).
Will it still have all the info about post topics and users?
Thank you for you're time. I would greatly appreciate it if you can reply asap
P.S. I LOVE PUNBB. Most USER-FRIENDLY and EASY PLUG-IN based forum out there.
14 2006-11-29 05:58
Re: Change alll users' styles to certain one (10 replies, posted in PunBB 1.2 troubleshooting)
And to answer your question:
UPDATE prefix_users SET style = "style name goes here";
Where exactly do we put this?