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
You are not logged in. Please login or register.
PunBB Forums → Posts by Connorhd
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
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
link to your site?
got it
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.
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
mysql support is compiled with php in the default version
i seriously doubt your webhost gives you root access
thats totally different thats just linux on a CD
right click on the folder in your favourite FTP program usually
morale: don't remove your own admin rights
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,
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?
read the help files that come with punbb
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
phpMWT is a bit slow [ Queries: 10 ] [ Execution Time: 0.1605 ]
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)
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
and also to get it like that you need to make a new CSS style
i would look at this topic
maybe they infringe some laws from your country or something.. sounds odd though
PunBB Forums → Posts by Connorhd
Powered by PunBB, supported by Informer Technologies, Inc.