Fatal error: Cannot redeclare make_seed() (previously declared in /home/bangtheb/public_html/forum/ad_network_235.php:15) in /home/bangtheb/public_html/forum/modules/latestlinks.php on line 12 Anyone have any ideas why I would get the above error? I am running the latest version of vb and vbadvanced as well Thanks Ryan
Your latestlinks.php file should be checking to see if make_seed() is already declared before it tries to declare it. Check how the ad_network PHP file checks if it's already declared before doing it. You probably would want to do something similar in your latestlinks.php file.
Not very good with programming but I have VBadvanced Links Directory and it looks like they are both declaring the same function make_seed(). Any ideas how I would works around this?