Onderwerp bekijken
Vragen/Problemen in verband met infusions
[Opgelost] Birthday infusion : Error
|
|
Tivano |
Geplaatst op 24 February 2009, 16:28
|
Nieuweling Berichten: 8 Lid sinds: 21 Feb 2009, 15:57 |
Hee, ik heb de Birthday infusion op me site met sucses geinstaleerd. Maar toen ik wou testen deed zich deze foutmelding voor: Notice: Use of undefined constant USERGOLD - assumed 'USERGOLD' in /home/RKFjxMEqHN/domains/magiclives.nl/public_html/infusions/birthday_panel/birthday_panel.php on line 52 Hoe kan ik dit verhelpen Gewijzigd door Steff op 25 February 2009, 08:28 |
|
|
Steff |
Geplaatst op 24 February 2009, 16:56
|
Senior Lid Berichten: 484 Lid sinds: 30 Nov 2008, 11:32 |
Deze infuion werkt enkel in combinatie met User Gold 3 van starsheaven. je kan deze functies eruit halen en enkel het birthday panel erin laten. Kopier de inhoud van het paneel hier en ik zal er naar kijken; Gewijzigd door Steff op 24 February 2009, 16:56 |
|
|
Tivano |
Geplaatst op 24 February 2009, 17:04
|
Nieuweling Berichten: 8 Lid sinds: 21 Feb 2009, 15:57 |
Code Download source if (!defined("IN_FUSION")) { die("Access Denied"); } Gewijzigd door Puma op 24 February 2009, 20:15 |
|
|
Steff |
Geplaatst op 24 February 2009, 17:19
|
Senior Lid Berichten: 484 Lid sinds: 30 Nov 2008, 11:32 |
[geshi=php]if (!defined("IN_FUSION")) { die("Access Denied"); } // Check if locale file is available matching the current site locale setting. if (file_exists(INFUSIONS."birthday_panel/locale/".$settings['locale'].".php")) { // Load the locale file matching the current site locale setting. include INFUSIONS."birthday_panel/locale/".$settings['locale'].".php"; } else { // Load the infusion's default locale file. include INFUSIONS."birthday_panel/locale/English.php"; } $result=dbquery("SELECT user_id, user_name, user_avatar, DATE_FORMAT(user_birthdate, '%d') AS birth_day, EXTRACT(MONTH FROM user_birthdate) AS birth_month FROM ".DB_USERS." WHERE (EXTRACT(MONTH FROM user_birthdate)=EXTRACT(MONTH FROM NOW()) AND EXTRACT(DAY FROM user_birthdate)=EXTRACT(DAY FROM NOW())) ORDER BY birth_month , birth_day LIMIT 0,15" ); $rows = dbrows($result); if ($rows != 0) { @openside($locale['bdp_title']); echo " \n"; \n";echo " \n"; if(dbrows($result)!=0) { $months=explode("|", $locale['shortmonths']); while($data=dbarray($result)) { //echo "\n"; if(!empty($data['user_avatar'])) { $avatar = "\n"; } else { $avatar = "\n"; } $username = $data['user_name']; echo " $avatar \n"; echo "".$username." \n"; } } echo " @closeside(); } else { openside($locale['bdp_001']); echo " \n"; \n";echo " \n"; echo "Geen jarigen vandaag\n"; echo " closeside(); } ?> [/geshi] |
|
|
Tivano |
Geplaatst op 24 February 2009, 18:29
|
Nieuweling Berichten: 8 Lid sinds: 21 Feb 2009, 15:57 |
Dankuwel =) |
|
Spring naar forum: |
Gebruik BBcode of HTML om naar; '[Opgelost] Birthday infusion : Error', te verwijzen!
BBcode: | |
HTML: |
Vergelijkbare onderwerpen
Onderwerp | Forum | Laatste bericht | |
---|---|---|---|
403 error | Algemene v7 support | : 4 | 29 Feb 2020, 10:26 |
setup error | Algemene v7 support | : 2 | 10 Oct 2019, 18:22 |
Autonews Infusion | Infusions | : 22 | 11 Jun 2019, 02:13 |
infusion aanpassen via phpmyadmin | Infusions | : 12 | 19 Feb 2017, 07:28 |
nieuwe infusion | Infusions | : 1 | 18 Feb 2017, 22:05 |