Changing the value of $counter_text - Page 2 Changing the value of $counter_text - Page 2
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Changing the value of $counter_text

Started by Muurvaren, September 09, 2006, 12:11:55 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mainpower

I am really looking forward to this but would it be usable for other than thumpnails as well ???
More like a footer ...


Nibbler


Muurvaren

Quote from: Nibbler on September 11, 2006, 09:26:43 PM
File is incomplete. See for yourself.

I did check, what is missing in you're opinion?  I compared my file with the thumnails.php from CPG 1.4.9 and see no difference accept you're additional code...  ???


Nibbler

It ends in the middle of a word.


if (is_numeric($album)){

$sql = "SELECT title FROM {$CONFIG['TABLE_ALBUMS']} WHERE aid = $album";

$result = cpg_db_query($sql);

list($album) = mysql_fetch_r

Muurvaren

Quote from: Nibbler on September 12, 2006, 09:24:25 PM
It ends in the middle of a word.


if (is_numeric($album)){
    $sql = "SELECT title FROM {$CONFIG['TABLE_ALBUMS']} WHERE aid = $album";
    $result = cpg_db_query($sql);
    list($album) = mysql_fetch_r


I just downloaded my earlier submitted file and (double) checked, its complete!

As the one on my website.