1,701

(3 replies, posted in PunBB 1.2 troubleshooting)

Heheh tongue This forum has enough mods... i'm sure they'll ask me if they want me smile

1,702

(3 replies, posted in PunBB 1.2 troubleshooting)

Yeah, that's MySQL's auto_increment function wink You can always set the auto_increment value through phpMyAdmin, but it looks quite useless to me =/

When viewing the page, right-click and select View Source.

1,704

(7 replies, posted in PunBB 1.2 troubleshooting)

1337 fastness! big_smile

1,705

(7 replies, posted in PunBB 1.2 troubleshooting)

StevenBullen wrote:
cows wrote:

P.S. I justed noticed my rank says senior member.  I feel all old inside now tongue

How does the ranks work? and I mean people getting ranks not behind the scenes. Plus what are the different ranks?

Under 100 posts is Member, above is Senior Member. Then ofcourse Administrator, Moderator, Guest tongue
PunBB Donor etc are custom tags smile

1,706

(7 replies, posted in PunBB 1.2 troubleshooting)

There's a mod for this wink

1,707

(6 replies, posted in PunBB 1.2 show off)

1.3 will change quite a bit I think... I have the svn version too, but seeing all the changes... don't start yet tongue

1,708

(4 replies, posted in PunBB 1.2 show off)

It's nice tongue

Hrmm, that's odd.

Set your database collation to utf8_general_ci

1,711

(68 replies, posted in PunBB 1.2 troubleshooting)

Normally you'll get some sort of Control Panel with your domain where you can set this wink

There is already an integration mod with Wordpress I think.

1,713

(68 replies, posted in PunBB 1.2 troubleshooting)

grudon66 wrote:

want to: change url on the to: www.pokemonfireforum.net

You have to register that domain and link it to your IP adress.

1,714

(16 replies, posted in General discussion)

Nothing is easy. Can you believe that? Sometimes you actually have to do something...

1,715

(14 replies, posted in Programming)

Thanks big_smile

Yeah, the install script stopped last time after it inserted some things already wink So remove all those table and start all over again...

1,717

(14 replies, posted in Programming)

Here's the result of your help:
http://icstrategy.midgetforhire.com/Tools/ID3Lister.zip
Note, I just zipped up the 'publish' directory tongue

1,718

(2 replies, posted in PunBB 1.2 troubleshooting)

Edit each page and change the $page_title variable...

Yeah, just open functions.php, find generate_navlinks() and prefix each link with PUN_ROOT.

And to answer your question:

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

1,721

(14 replies, posted in Programming)

Hey, thanks smile

1,722

(14 replies, posted in Programming)

This is probably a n00bish error, but the library refuses to read the ID3v1 tag (and yes, it's there, I checked with Winamp).
Here's my code:

/* Initialise tagreader */
            ID3v1 tagreader = new ID3v1();
            /* Open file stream */
            StreamReader file = new StreamReader("C:/Documents and Settings/El Bekko/My Documents/My Music/AC-DC/Stiff Upper Lip/09 Damned.mp3");
            
            /* Get ID3v1 info from file. */
            try
            {
                tagreader.Deserialize(file.BaseStream);
                textBox2.Text += "\r\nID3 Information: \r\nArtist: " + tagreader.Artist + "\r\n";
            }
            catch
            {
                textBox2.Text += "No ID3v1 Information found in file.\r\n";
            }

1,723

(14 replies, posted in Programming)

If that library works with .NET, I'll definately try it out big_smile Thanks!

1,724

(14 replies, posted in Programming)

Hrmm, thanks, but since I'm trying to port an ID3 reader from PHP to C#, it's kinda hard to go from pack() to the BinaryFormatter =P

But if you can point me in the right direction for an ID3 reader... big_smile

1,725

(38 replies, posted in General discussion)

Just got the 1.5.0.6 update. That's pretty fast =/