Announcement
Collapse
No announcement yet.
Search Result
Collapse
63 results in 0.0458 seconds.
Keywords
Members
Tags
-
Yeah UBBThreads was $100 previously I believe, now it's like $249. Oh well...
-
-
It's possible to run vB through CGI, though you'd still need php though
Leave a comment:
-
You mean there's a disable smilies within code and php tags option? Oh, didn't know that. Thought you meant the disable smilies in post option when posting...
Again correct me if I'm wrong...Last edited by Zef Hemel; Sun 19 Aug '01, 5:48am.
Leave a comment:
-
-
My guess, actually would be that the guys at vB don't really know how not to parse smilies within code and php tags. It's no more than logical that smilies and vB codes are not being parsed within those...
Leave a comment:
-
You mean that, vBulletin automatically downloads the avatar and stores it in it's database? Hmm, that's to bad. I'd say the easiest thing to do would be to create a hack that allowed external avatars...
Leave a comment:
-
Sure, this is the serverload.php (executed every minute by a cronjob):
PHP Code:<?php
function loadaverage() {
$path='/proc/loadavg';
if(file_exists($path))
{
Leave a comment:
-
Ain't this cool?
Have been playing with the PHP GD library. Using a cronjob I can now generate a chart of my server's activity in the past 15 minutes (avatar) or past hour:
I think it's really ...
-
Maybe
PHP Code:<? passthru("banner.cgi"); ?>
// or even
<? include("banner.cgi"); ?>
Leave a comment:
-
I use UltraEdit. I used nearly all text editors around, still thinks UltraEdit is the best. But I'll try PHPEd again, forgot why I dropped it
Leave a comment:
-
-
Common fact: Ken is everywhere, even the most secret boards in developement...
Leave a comment:
-
Well probably your username and password don't match. Make sure the username for your mysql db is equal to the one you use for other purposes.
Leave a comment:
Leave a comment: