Quote:
Originally Posted by Disasterpiece
Then modify the convyt.php like the following:
Replace the $ytpreg = ... line with each one of those:
PHP Code:
$ytpreg = "/\[youtube=([a-zA-Z0-9_-]+)\&?\](.*)\[\/youtube\]/i"; $ytpreg = "/\[youtube\]([a-zA-Z0-9_-]+)\&?\[\/youtube\]/i";
You'll have to run the script 2 times, each time with one of those lines.
That should do the trick then.
|
Hi...
I changed the individual line as above and created two different PHP files. I then ran each one and in both cases, the PHP execution returned
No query result.....
I'm not sure what else could be wrong because the BBCode it should be locating is exactly as above, but if I emailed you the three files, one of which would be my
config.php for vBulletin, perhaps could have a quick look?
Appreciate your support .... :up:
I did notice that your PHP file refers to:
$database = xxxxx
.. but then the line that opens the database says:
$db = mysql_connect($host, $username, $password);
mysql_select_db($database_name);
Is that correct? .. or should it be:
mysql_select_db($database);
Regards,
Doug