3,651

(14 replies, posted in Programming)

you don't need to get it you just need to uncomment it in the ini

its in the ext folder though if you don't have it you can try putting this one in the ext folder i guess http://66.98.138.31/~connorhd/php_mysql.dll

3,652

(14 replies, posted in Programming)

add this to your php.ini

extension=php_mysql.dll

and copy
libmysql.dll to your windows/system32 folder i think NOT just in your windows folder

3,653

(3 replies, posted in PunBB 1.2 troubleshooting)

link to your site?

3,654

(14 replies, posted in Programming)

got it

php.net wrote:

In PHP 5, MySQL is no longer enabled by default, nor is the MySQL library bundled with PHP. Read this  FAQ for details on why.

    Note: Windows users will need to enable php_mysql.dll inside of php.ini and either copy libmysql.dll into the Windows system directory, or make it available to the PATH.

    This will fix "Unable to load dynamic library './php_mysql.dll'" errors.

3,655

(14 replies, posted in Programming)

TIP: Do not be confused by the following line in the Extensions section:

;extension=php_mysql.dll

If you want to use MySQL with PHP on Windows, you do not need a file called php_mysql.dll and do not need to uncomment that line. MySQL support is built into the official distribution of PHP4 and no additional files or changes to php.ini are necessary to enable support.

apache + php + mysql just works for me :S

oh your doing php5 maybe its different /me goes to look

3,656

(14 replies, posted in Programming)

mysql support is compiled with php in the default version

3,657

(13 replies, posted in PunBB 1.2 troubleshooting)

i seriously doubt your webhost gives you root access

thats totally different tongue thats just linux on a CD

3,659

(10 replies, posted in PunBB 1.2 bug reports)

right click on the folder in your favourite FTP program usually

3,660

(8 replies, posted in PunBB 1.2 bug reports)

morale: don't remove your own admin rights tongue

3,661

(37 replies, posted in General discussion)

try a proxy like http://www.snoopblocker.com/ (that will hopefully have a US IP)

theres a program i have used called bootus, it creates a boot menu for you and is highly customiseable, and you can install it to a floppy, or even a generic version to floppy,

3,663

(5 replies, posted in PunBB 1.2 troubleshooting)

read the help files

3.4.  Is it possible to include my own PHP scripts in the templates?

Yes. PunBB has a special replacement variable called pun_include for including scripts in the templates. For example, if you wanted to include a script called banner.php (located in the forum root directory) at the bottom of all forum pages, you would add the following to your template files:

<pun_include "banner.php">

The path to banner.php is relative to the forum root directory. PunBB will execute the script and the pun_include variable will be replaced by any output that the script produces. Please note that all included scripts have access to the PunBB variables, so if you e.g. wanted to access the database, you could use the $db object just like the rest of PunBB does. Replacement of the pun_include variable is the last thing that PunBB does when it outputs a page, so you don't have to worry about not using variable names that PunBB uses.

well i have done the db plugin for mysql, need to ad psql and check it all

partition magic?

3,666

(5 replies, posted in PunBB 1.2 troubleshooting)

read the help files that come with punbb

3,667

(5 replies, posted in PunBB 1.2 troubleshooting)

you can edit

<table class="punmain" cellspacing="1" cellpadding="4">
    <tr class="punhead">
        <td class="punhead">
            <span class="puntitle"><pun_title></span><br>
            <pun_desc>
        </td>
    </tr>
    <tr>
        <td class="puncon1">
            <pun_navlinks><br><br>
            <pun_status>
        </td>
    </tr>
</table>

in main.tpl (includes/templates)

its still pretty slow even not compared to punbb tongue

phpMWT is a bit slow [ Queries: 10 ]  [ Execution Time: 0.1605 ]

3,670

(146 replies, posted in PunBB 1.2 modifications, plugins and integrations)

most people have to care about IE even if you don't like it chances are most people who visit the siter will

they are nice but not on nearly empty pages e.g. http://www.promocion78em.cl/tkhd/foro/v … m.php?id=3 (at time of this post)

3,672

(146 replies, posted in PunBB 1.2 modifications, plugins and integrations)

well until punbb 1.2 comes out its not as theres no point in doing it for 1.1.5 or the dev version of 1.2

3,673

(9 replies, posted in PunBB 1.2 show off)

and also to get it like that you need to make a new CSS style

3,674

(1 replies, posted in PunBB 1.2 troubleshooting)

i would look at this topic

3,675

(37 replies, posted in General discussion)

maybe they infringe some laws from your country or something.. sounds odd though