Heheh This forum has enough mods... i'm sure they'll ask me if they want me
1,701 2006-08-08 22:33
Re: Custom Pages mod problem (3 replies, posted in PunBB 1.2 troubleshooting)
1,702 2006-08-08 21:30
Re: Custom Pages mod problem (3 replies, posted in PunBB 1.2 troubleshooting)
Yeah, that's MySQL's auto_increment function You can always set the auto_increment value through phpMyAdmin, but it looks quite useless to me =/
1,703 2006-08-08 21:01
Re: Changing text colours in different parts of the forums (6 replies, posted in PunBB 1.2 troubleshooting)
When viewing the page, right-click and select View Source.
1,704 2006-08-08 20:39
Re: html in post (7 replies, posted in PunBB 1.2 troubleshooting)
1337 fastness!
1,705 2006-08-08 20:35
Re: html in post (7 replies, posted in PunBB 1.2 troubleshooting)
cows wrote:P.S. I justed noticed my rank says senior member. I feel all old inside now
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
PunBB Donor etc are custom tags
1,706 2006-08-08 19:27
Re: html in post (7 replies, posted in PunBB 1.2 troubleshooting)
There's a mod for this
1,707 2006-08-08 18:16
Re: hntshosting.com (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
1,709 2006-08-07 15:42
Re: An error occured on line 58 -- Installation Problems (16 replies, posted in PunBB 1.2 troubleshooting)
Hrmm, that's odd.
1,710 2006-08-06 21:26
Re: Can't register after switching to UTF-8 (5 replies, posted in PunBB 1.2 troubleshooting)
Set your database collation to utf8_general_ci
1,711 2006-08-05 22:39
Re: i cant crate punbb forum (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
1,712 2006-08-05 22:27
Re: custom register/new user form (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
There is already an integration mod with Wordpress I think.
1,713 2006-08-05 21:27
Re: i cant crate punbb forum (68 replies, posted in PunBB 1.2 troubleshooting)
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 2006-08-05 20:02
Re: frontpage 2003 (16 replies, posted in General discussion)
Nothing is easy. Can you believe that? Sometimes you actually have to do something...
1,716 2006-08-04 22:10
Re: An error occured on line 58 -- Installation Problems (16 replies, posted in PunBB 1.2 troubleshooting)
Yeah, the install script stopped last time after it inserted some things already So remove all those table and start all over again...
1,717 2006-08-04 22:04
Re: Visual C# pack() function (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
1,718 2006-08-04 21:04
Re: Change the title "style" (2 replies, posted in PunBB 1.2 troubleshooting)
Edit each page and change the $page_title variable...
1,719 2006-08-04 20:50
Re: SimpleViewer integration, need help (15 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Yeah, just open functions.php, find generate_navlinks() and prefix each link with PUN_ROOT.
1,720 2006-08-04 20:39
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";
1,721 2006-08-04 16:22
Re: Visual C# pack() function (14 replies, posted in Programming)
Hey, thanks
1,722 2006-08-04 14:51
Re: Visual C# pack() function (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 2006-08-04 14:13
Re: Visual C# pack() function (14 replies, posted in Programming)
If that library works with .NET, I'll definately try it out Thanks!
1,724 2006-08-04 13:56
Re: Visual C# pack() function (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...
1,725 2006-08-03 18:44
Re: Firefox 1.5 (38 replies, posted in General discussion)
Just got the 1.5.0.6 update. That's pretty fast =/