Alright, thanks for the help smile

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.

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

(9 replies, posted in PunBB 1.2 show off)

looks hot

5

(1 replies, posted in PunBB 1.2 show off)

omg puleez runescape......

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 smile  I figured it out.  Just changed the db type to "mysql".  I was putting in "mysql4" before.

Wow, this host change really gave me a lot of problems sad

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/.

weee

<3 ya

Thanks a lot for all the help guys smile smile smile smile smile smile smile smile smile

punbb > all

Ohh, thanks smile

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

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 sad

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 hmm

And here is the error on the forum:
http://eac.zendurl.com/forums/

Please, help is appreciated smile

Alright, thanks man.

shuvro wrote:

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:

http://eacsharks.1111mb.com

Did you have to pay or what?

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 smile

P.S.  I LOVE PUNBB.  Most USER-FRIENDLY and EASY PLUG-IN based forum out there.

elbekko wrote:

And to answer your question:

UPDATE prefix_users SET style = "style name goes here";

Where exactly do we put this?