Facebook Test :)

Facebook Test :)

Thursday, 31.03.2011 13:14
Florian Thanquol Hochriegl
Tanke codet wieder - und das hier ist nur eine TestNews :) 

Öffentlich >> News / Kommentar-Forum > Facebook Test :)
Antwort erstellen
Autor Thema: Facebook Test :)
RooT
11.07.2011 um 20:16 AntwortBenutzerprofilNachricht senden
NEW

Clan: [GS]
Postings: 118

kannst mir veraten wie ich das hinkriege das bei meinen news einzeln das like button ist.

kriege den like button hin aber dann ist er bei jeder news gleich. ich weis aber nicht wie ich das machen kann ausser mit den news_id aber die krieg ich nicht hin.

mfg root

ps. ja ich habe eine unternehmergruppe xD
__________________

 
Thanquol
11.07.2011 um 22:12 AntwortBenutzerprofilNachricht senden

NEW

Clan: Gamers' Congress
Postings: 1108

Wie meinst das?
in Dotlan? oder anderswo?
 
RooT
12.07.2011 um 10:15 AntwortBenutzerprofilNachricht senden
NEW

Clan: [GS]
Postings: 118

ob jetzt hier dotlan oder auf anderen seite ist alles das selbe (php)
ich benutze aktuell diesen

div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#appId=203463493038529&xfbml=1"></script><fb:like href="www.obh-gaming.de" send="true" width="450" show_faces="true" font=""></fb:like

nur um bei jeder News einen neuen zu haben muss sich ja im prinzip die id ändern doch wen ich die ändere funktioniert es nicht mehr (auch klar den fb erkennt die id nicht) und wenn ich href ändere mit /.get[news_id] was zum effekt führen sollte das die news id eingesetzt wird funktioniert es auch nicht.
kannst mir mal verraten wie du das gelöst hast?

ps code natürlich mit befehlsanfang und ende habe die hier ausgelassen wegen eventuellen anzeigen

[Editiert von Berner_CH am 12.Jul.2011 um 10:16]
__________________

 
Thanquol
13.07.2011 um 09:48 AntwortBenutzerprofilNachricht senden

NEW

Clan: Gamers' Congress
Postings: 1108

Ich machs folgendermaßen:

Code:
function getFacebookGefaelltMir( $link ){

/**
href - the URL to like. The XFBML version defaults to the current page.
layout - there are three options.
standard - displays social text to the right of the button and friends' profile photos below. Minimum width: 225 pixels. Default width: 450 pixels. Height: 35 pixels (without photos) or 80 pixels (with photos).
button_count - displays the total number of likes to the right of the button. Minimum width: 90 pixels. Default width: 90 pixels. Height: 20 pixels.
box_count - displays the total number of likes above the button. Minimum width: 55 pixels. Default width: 55 pixels. Height: 65 pixels.
show_faces - specifies whether to display profile photos below the button (standard layout only)
width - the width of the Like button.
action - the verb to display on the button. Options: 'like', 'recommend'
font - the font to display in the button. Options: 'arial', 'lucida grande', 'segoe ui', 'tahoma', 'trebuchet ms', 'verdana'
colorscheme - the color scheme for the like button. Options: 'light', 'dark'
ref - a label for tracking referrals; must be less than 50 characters and can contain alphanumeric characters and some punctuation (currently +/=-.:_). The ref attribute causes two parameters to be added to the referrer URL when a user clicks a link from a stream story about a Like action:
fb_ref - the ref parameter
fb_source - the stream type ('home', 'profile', 'search', 'other') in which the click occurred and the story type ('oneline' or 'multiline'), concatenated with an underscore.
*/

$link = urlencode ( $link );
$result = '
<iframe src="https://www.facebook.com/plugins/like.php?href='.$link.'&layout=standard&show_faces=false&width=450&action=like&font=arial&colorscheme=light&height=35"

scrolling="no"
frameborder="0"
style="border:none;
overflow:hidden;
width:450px;
height:35px;"
allowTransparency="true">
</iframe>';


// GEHT NICHT KA WARUM $result1 = str_replace(' ', '', $result, $count);

return $result;
}



und in der admin/index.php:

Code:
if($do == "news_add") {
$like .= getFacebookGefaelltMir( "http://192.168.23.24/news/?id=". (dotlan_get_last_news_id()+1) );

$news['content'] .= "<br><br>".$like;

$output = $ADMIN_NEWS->add($news);

}



nicht die schönste LÖsung - aber es funzt

[Editiert von Thanquol am 13.Jul.2011 um 09:48]
 
RooT
13.07.2011 um 10:21 AntwortBenutzerprofilNachricht senden
NEW

Clan: [GS]
Postings: 118

vielen dank damit lässt sich arbeiten.
werd mal hp auf meinen homeroot spiegeln und austesten.
mfg sascha
__________________

 
Thanquol
13.07.2011 um 10:53 AntwortBenutzerprofilNachricht senden

NEW

Clan: Gamers' Congress
Postings: 1108

was halt bei meiner lösung stinkt: der button wird fest in die DB eingetragen und nicht nachträglich per JavaScript oder so geaddet - das kann ich leider nicht
 
[ Antwort erstellen ]

Join our Team

Nächste LAN


Gamers Congress #23
17. Apr - 19. Apr 2026



frei: 150
angemeldet: 1
bezahlt: 0/150
Warteliste: 0

Letzte Kontoüberprüfung:
0000-00-00 00:00:00

Sponsoren


0 von 0 Sponsoren

Connect with us!

Forum

Umfragen

Derzeit gibt es keine aktuellen Umfragen.

Buddyliste [0/0]

  • Du musst eingeloggt sein um die Buddyliste zu nutzen.

User Online

  • ?
  • ?

 ------------------- 

found 229 debug messages

 0.000022 - GLOBAL::include              -> config.php
 0.001541 - GLOBAL::include /gc_includes/gc_includes.php
 0.001989 - GLOBAL::include /gc_includes/HelperFuncs.php
 0.002734 - GLOBAL::include /gc_pageAddons/gc_CreateFillingLevel/CreateFillingLevel.php
 0.002972 - GLOBAL::include /gc_pageAddons/followUS.php
 0.003108 - GLOBAL::include /gc_pageAddons/paymentButton.php
 0.003176 - GLOBAL::include /gc_pageAddons/littleBanners.php
 0.003348 - GLOBAL::include /gc_pageAddons/jobs.php
 0.003408 - GLOBAL::include /gc_includes/class.gc_notifier.php
 0.003754 - GLOBAL::include /gc_includes/class.n8n-webhook.php
 0.004311 - GLOBAL::include /gc_includes/class.gc_automation.php
 0.005170 - dotCommon::classload         -> require: /var/www/html/includes/class.dotDatabase.php
 0.006798 - dotDatabase::getInstance     -> connection: database
 0.006895 - dotDatabase::__construct()   -> Connection: database | gcdotlandb@db (gc_dotlandb)
 0.006947 - dotCommon::classload         -> require: /var/www/html/includes/class.page.php
 0.009007 - page::getInstance            -> do
 0.009067 - dotCommon::classload         -> require: /var/www/html/includes/class.dotSession.php
 0.010579 - dotSession::getInstance      -> do
 0.010649 - dotCommon::classload         -> require: /var/www/html/includes/class.user.php
 0.011841 - dotSession::start            -> ---- init
 0.011917 - dotSession::start            -> start php session managment
 0.012104 - dotSession::start            -> finished php session management
 0.012109 - dotSession::start            -> check for security options
 0.012119 - dotSession::start            -> lookup ip2country
 0.012137 - dotDatabase::connect()       -> create pdo object
 0.015303 - dotDatabase::query()         -> SELECT `code` FROM `country_ip2code` WHERE 3628718207 BETWEEN ip_from AND ip_to
 0.016292 - dotSession::start            -> update current session online user infos
 0.016330 - dotDatabase::query()         -> UPDATE session SET lastactivity = 1766339849, userid = 0, site = 'https://dev.gamers-congress.de/forum/?do=showthread&id=802', host = '216.73.216.127', dns = '216.73.216.127', countrycode = '', hits = hits + 1 WHERE hash = 'b240e0fad536ff31aa89ee89f58938b4'
 0.024460 - dotSession::start            -> session found in DB
 0.024476 - dotSession::load_locales     -> do
 0.024482 - dotSession::start            -> ---- finished with session startup
 0.024516 - dotSession::load_user        -> id: 0
 0.024525 - user::get_user               -> id: >0<
 0.024540 - dotDatabase::getInstance     -> connection: database
 0.024617 - dotCommon::classload         -> require: /var/www/html/includes/class.styles.php
 0.025430 - styles::load                 -> name: ><
 0.025467 - styles::load                 -> include: /var/www/html/html/styles/gc_online.php
 0.025968 - dotDatabase::query()         -> SELECT events.id, events.begin , events.end, events.anzahl , events.name, events.kontocheck, events.signupbegin, events.signupend from events order by id desc limit 0,1;
 0.026904 - dotDatabase::query()         -> SELECT count( * ) AS Anzahl FROM event_teilnehmer WHERE event_id = 22 AND zahl_typ IN (1,2,3,4,6,7,8,9,10,11,12,13,14,15);
 0.028007 - dotDatabase::query()         -> SELECT count( * ) AS Anzahl FROM event_teilnehmer WHERE event_id = 22 AND zahl_typ IN (3,6,7,8,9,10,11,12,13,14,15);
 0.028949 - dotDatabase::query()         -> SELECT count( * ) AS Anzahl FROM event_teilnehmer WHERE event_id = 22 AND zahl_typ IN (5);
 0.029915 - styles::activate             -> style = gc_online
 0.029993 - dotCommon::classload         -> require: /var/www/html/includes/class.admin.php
 0.030394 - admin::getInstance           -> do
 0.030398 - dotSession::getInstance      -> do
 0.030402 - admin::__construct           -> user_id=0
 0.030406 - user::load_settings          -> load current user settings to $global
 0.030420 - dotCommon::classload         -> require: /var/www/html/includes/class.prvmsg.php
 0.030712 - dotCommon::classload         -> require: /var/www/html/includes/class.event.php
 0.032089 - EVENT::comming_event         -> return
 0.032099 - dotDatabase::query()         -> SELECT id FROM events WHERE UNIX_TIMESTAMP(end) > 1766339849 AND active=1 ORDER by begin ASC
 0.033355 - dotCommon::classload         -> require: /var/www/html/includes/class.sitzplan.php
 0.034400 - GLOBAL::end global.php       -> ---------------------------------------------
 0.034612 - dotCommon::classload         -> require: /var/www/html/includes/class.forum.php
 0.037786 - FORUM::showthread            -> get common forum and thread infos
 0.037792 - FORUM::thread_lastvisit      -> threadid: 802
 0.037898 - dotDatabase::query()         -> SELECT postid FROM forum_post WHERE threadid=802 AND dateline > '' ORDER by postid ASC LIMIT 1
 0.039234 - dotDatabase::query()         -> SELECT threadid, dateline FROM forum_post WHERE postid=8616
 0.040006 - dotDatabase::query()         -> SELECT (COUNT(*)+1) AS position FROM forum_post WHERE threadid=802 AND dateline < '2011-07-11 20:16:37'
 0.040726 - dotDatabase::query()         -> SELECT f.title AS forumname, f.catid, f.closed AS forum_closed, f.moderators, t.forumid, t.title, t.closed AS thread_closed, t.invisible AS thread_invisible, t.fv_id, f.priv_access, f.private, t.replies, t.ext, t.ext_id, t.show_latest, t.sticky, t.lastposttime FROM forum_thread AS t LEFT JOIN forum_main AS f ON t.forumid=f.forumid WHERE t.threadid='802'
 0.041471 - FORUM::is_moderator          -> for forumid: 1
 0.041480 - dotDatabase::query()         -> SELECT moderators FROM forum_main WHERE forumid='1'
 0.042144 - admin::getInstance           -> do
 0.042265 - admin::hasRight              -> check for adminright: >0:0 & 32< FALSE
 0.042268 - admin::getInstance           -> do
 0.042303 - admin::hasRight              -> check for adminright: >0:0 & 16777216< FALSE
 0.042305 - admin::getInstance           -> do
 0.042395 - admin::hasRight              -> check for adminright: >0:0 & 64< FALSE
 0.042397 - admin::getInstance           -> do
 0.042465 - admin::hasRight              -> check for adminright: >0:0 & 32< FALSE
 0.042469 - admin::getInstance           -> do
 0.042512 - admin::hasRight              -> check for adminright: >0:0 & 16777216< FALSE
 0.042515 - admin::getInstance           -> do
 0.042554 - admin::hasRight              -> check for adminright: >0:0 & 64< FALSE
 0.042607 - dotCommon::classload         -> require: /var/www/html/includes/class.html.php
 0.044439 - dotDatabase::query()         -> SELECT title FROM forum_cat WHERE catid=2
 0.045485 - dotDatabase::query()         -> UPDATE forum_thread SET hits=hits+1 WHERE threadid='802'
 0.052194 - dotDatabase::query()         -> SELECT user_id FROM user_orga WHERE display_team=1
 0.053028 - FORUM::showthread            -> query all postings
 0.053049 - dotDatabase::query()         -> SELECT postid, threadid, userid, pagetext, htmltext, locked, invisible, remoteip, locked, forum_post.dateline, UNIX_TIMESTAMP(forum_post.dateline) AS stamp, user.id AS user_id, user.nick AS user_nick, user.clan AS user_clan, user.clantag, user.stats_postings AS user_postings, user.motto AS user_motto, user.female, user.countrycode, user.avatar,user.avatar_name, edit_user_id, UNIX_TIMESTAMP(edited) AS edit_unixtime, edit.nick AS edit_nick, IF(edit_user_id > 0,0,1) AS history, attachment_id, filename, filesize FROM forum_post LEFT JOIN user ON user.id = forum_post.userid LEFT JOIN user AS edit ON edit.id = forum_post.edit_user_id LEFT JOIN forum_files ON forum_post.attachment_id = forum_files.id WHERE threadid = 802 AND forum_post.invisible=0 ORDER by postid ASC LIMIT 0,30
 0.054850 - HTML::encode                 -> __________________[img]http://sig.sysprofile.de/quicksys/sys...
 0.054875 - dotDatabase::query()         -> SELECT `code`, `smily` FROM html_smilies ORDER by LENGTH(code) DESC
 0.056959 - dotDatabase::query()         -> SELECT codetag, codereplacement, twoparams FROM html_code
 0.057754 - HTML::encode                 -> replace run 1
 0.057974 - HTML::template               -> template: >forum_postingpart<
 0.058351 - HTML::template               -> template: >forum_postingpart<
 0.058462 - HTML::encode                 -> __________________[img]http://sig.sysprofile.de/quicksys/sys...
 0.058563 - HTML::encode                 -> replace run 1
 0.058616 - HTML::template               -> template: >forum_postingpart<
 0.058726 - HTML::template               -> template: >forum_postingpart<
 0.058812 - HTML::encode                 -> __________________[img]http://sig.sysprofile.de/quicksys/sys...
 0.058872 - HTML::encode                 -> replace run 1
 0.058910 - HTML::template               -> template: >forum_postingpart<
 0.059011 - HTML::template               -> template: >forum_postingpart<
 0.059072 - HTML::template               -> template: >forum_postingindex<
 0.059230 - FORUM::showthread            -> check for moderator utils
 0.059238 - FORUM::update_visit          -> forumid: 1 threadid: 802 posttime: 2011-07-13 10:53:44
 0.059252 - FORUM::extern_display        -> news > 199
 0.059273 - dotCommon::classload         -> require: /var/www/html/includes/class.news.php
 0.060999 - NEWS::get_news_post          -> id >199< + comments
 0.061006 - NEWS::get_post               -> id >199<
 0.061014 - dotDatabase::query()         -> SELECT news_post.id, section_id, news_post.active, encode, UNIX_TIMESTAMP(dateline) AS date_unix, news_post.headline, news_post.short, news_post.content, user_id, generator_id, user.nick, user.vorname, user.nachname, user.countrycode, comments, intern, UNIX_TIMESTAMP(edited) AS edittime, edituser, news_section.template FROM news_post LEFT JOIN user ON user.id=news_post.user_id LEFT JOIN news_section ON news_post.section_id=news_section.id WHERE news_post.id='199' AND active=1 AND dateline id: >205<
 0.062762 - dotDatabase::getInstance     -> connection: database
 0.062782 - dotDatabase::query()         -> SELECT *, UNIX_TIMESTAMP(geb) AS geb_unix FROM user WHERE id = 205 ORDER by id DESC
 0.064094 - HTML::encodeCms              -> Tanke codet wieder - und das hier ist nur eine TestNews :)&n...
 0.064149 - HTML::encode                 -> Tanke codet wieder - und das hier ist nur eine TestNews :) ...
 0.064260 - HTML::encode                 -> replace run 1
 0.064321 - HTML::template               -> template: >news_single<
 0.064698 - GLOBAL::end userspace        -> ---------------------------------------------
 0.064701 - PAGE::render                 -> start rendering page layout
 0.064708 - USER::check_for_new_messages -> return
 0.064719 - dotSession::getInstance      -> do
 0.064760 - PAGE::get_boxes              -> -------- side=left
 0.064788 - dotCommon::classload         -> require: /var/www/html/includes/class.cbox.php
 0.067312 - PAGE::get_boxes              -> -------- call: left::menu_main
 0.067326 - CBOX::menu                   -> generate Menu Box >menu<
 0.067347 - HTML::template               -> template: >box_menu_bit<
 0.067513 - HTML::template               -> template: >box_menu_bit<
 0.067536 - HTML::template               -> template: >box_menu_bit<
 0.067556 - HTML::template               -> template: >box_menu_bit<
 0.067576 - HTML::template               -> template: >box_menu_bit<
 0.067595 - HTML::template               -> template: >box_menu_bit<
 0.067608 - HTML::template               -> template: >box_menu_bit<
 0.067621 - HTML::template               -> template: >box_menu<
 0.067744 - HTML::template_exists        -> search: >page_box_left< == 1
 0.067773 - HTML::template               -> template: >page_box_left<
 0.067880 - PAGE::get_boxes              -> -------- call: left::menu_party
 0.067888 - CBOX::menu                   -> generate Menu Box >party<
 0.067901 - HTML::template               -> template: >box_menu_bit<
 0.067923 - HTML::template               -> template: >box_menu_bit<
 0.067943 - HTML::template               -> template: >box_menu_bit<
 0.067962 - HTML::template               -> template: >box_menu_bit<
 0.067982 - HTML::template               -> template: >box_menu_bit<
 0.068001 - HTML::template               -> template: >box_menu_bit<
 0.068020 - HTML::template               -> template: >box_menu_bit<
 0.068038 - HTML::template               -> template: >box_menu_bit<
 0.068057 - HTML::template               -> template: >box_menu_bit<
 0.068073 - HTML::template               -> template: >box_menu_bit<
 0.068084 - HTML::template               -> template: >box_menu_bit<
 0.068097 - HTML::template               -> template: >box_menu_bit<
 0.068108 - HTML::template               -> template: >box_menu<
 0.068154 - HTML::template_exists        -> search: >page_box_left< == 1
 0.068173 - HTML::template               -> template: >page_box_left<
 0.068205 - PAGE::get_boxes              -> -------- call: left::menu_login
 0.068210 - CBOX::menu                   -> generate Menu Box >login<
 0.068219 - HTML::template               -> template: >box_menu_bit<
 0.068240 - HTML::template               -> template: >box_menu_bit<
 0.068255 - HTML::template               -> template: >box_menu<
 0.068297 - HTML::template_exists        -> search: >page_box_left< == 1
 0.068311 - HTML::template               -> template: >page_box_left<
 0.068342 - PAGE::get_boxes              -> -------- ignore: left::menu_user
 0.068345 - PAGE::get_boxes              -> -------- call: left::partner
 0.068360 - dotDatabase::query()         -> SELECT * FROM `sponsoren` WHERE `group_id` = '3' AND active="1";
 0.069766 - HTML::template_exists        -> search: >page_box_left< == 1
 0.069788 - HTML::template               -> template: >page_box_left<
 0.069942 - PAGE::get_boxes              -> -------- side=right
 0.069951 - PAGE::get_boxes              -> -------- call: right::jobs
 0.069989 - HTML::template_exists        -> search: >page_box_right< == 1
 0.070003 - HTML::template               -> template: >page_box_right<
 0.070112 - PAGE::get_boxes              -> -------- call: right::party1
 0.070136 - dotDatabase::query()         -> SELECT events.id, events.begin, events.end, events.anzahl, events.name, events.kontocheck, IF( NOW( ) > events.end, 1, 0 ) AS EventVorbei from events where active = 1 order by id desc limit 0,1;
 0.071481 - dotDatabase::query()         -> SELECT events.id, events.begin , events.end, events.anzahl , events.name, events.kontocheck, events.signupbegin, events.signupend from events order by id desc limit 0,1;
 0.072251 - dotDatabase::query()         -> SELECT count( * ) AS Anzahl FROM event_teilnehmer WHERE event_id = 22 AND zahl_typ IN (1,2,3,4,6,7,8,9,10,11,12,13,14,15);
 0.073386 - dotDatabase::query()         -> SELECT count( * ) AS Anzahl FROM event_teilnehmer WHERE event_id = 22 AND zahl_typ IN (3,6,7,8,9,10,11,12,13,14,15);
 0.074229 - dotDatabase::query()         -> SELECT count( * ) AS Anzahl FROM event_teilnehmer WHERE event_id = 22 AND zahl_typ IN (5);
 0.075148 - HTML::template_exists        -> search: >page_box_right< == 1
 0.075177 - HTML::template               -> template: >page_box_right<
 0.075244 - PAGE::get_boxes              -> -------- call: right::sponsororen
 0.075259 - dotDatabase::query()         -> SELECT * FROM `sponsoren` WHERE `group_id` = '2' AND active="1";
 0.076351 - HTML::template_exists        -> search: >page_box_right< == 1
 0.076380 - HTML::template               -> template: >page_box_right<
 0.076444 - PAGE::get_boxes              -> -------- call: right::followUs
 0.076478 - HTML::template_exists        -> search: >page_box_right< == 1
 0.076488 - HTML::template               -> template: >page_box_right<
 0.076513 - PAGE::get_boxes              -> -------- call: right::news
 0.076524 - CBOX::news                   -> generate Box
 0.076534 - NEWS::load_news              -> load news data
 0.076565 - dotCommon::classload         -> require: /var/www/html/includes/class.cache.php
 0.077007 - CACHE::get                   -> cache: >news::stats< found
 0.077074 - CACHE::get                   -> cache: >news::news_limit5_page0< found
 0.077146 - NEWS::load_news              -> ... from cache
 0.077187 - HTML::template               -> template: >box_news_bit<
 0.077285 - HTML::template               -> template: >box_news_bit<
 0.077304 - HTML::template               -> template: >box_news_bit<
 0.077326 - HTML::template               -> template: >box_news_bit<
 0.077340 - HTML::template               -> template: >box_news_bit<
 0.077352 - HTML::template               -> template: >box_news<
 0.077458 - HTML::template_exists        -> search: >page_box_right< == 1
 0.077475 - HTML::template               -> template: >page_box_right<
 0.077499 - PAGE::get_boxes              -> -------- call: right::forum
 0.077505 - CBOX::forum                  -> generate forum box
 0.077511 - CBOX::forum_load_threads     -> load data
 0.077527 - CACHE::get                   -> cache: >forum::topthreads< found
 0.077625 - CBOX::forum_threads          -> list all threads in array
 0.077638 - FORUM::thread_lastvisit      -> threadid: array ( 0 => 1470, 1 => 377, 2 => 1469, 3 => 1468, 4 => 1461, 5 => 1467, 6 => 1425, 7 => 1466, 8 => 1465, 9 => 1464, 10 => 1442, 11 => 1463, 12 => 1462, 13 => 1460, 14 => 1459, 15 => 1458, 16 => 1457, 17 => 1456, 18 => 1455, 19 => 1428, )
 0.077645 - admin::getInstance           -> do
 0.077674 - HTML::template               -> template: >box_forum_bit<
 0.077789 - HTML::template               -> template: >box_forum_bit<
 0.077918 - HTML::template               -> template: >box_forum_bit<
 0.077970 - HTML::template               -> template: >box_forum_bit<
 0.078011 - HTML::template               -> template: >box_forum_bit<
 0.078046 - HTML::template               -> template: >box_forum_bit<
 0.078069 - HTML::template               -> template: >box_forum<
 0.078194 - HTML::template_exists        -> search: >page_box_right< == 1
 0.078208 - HTML::template               -> template: >page_box_right<
 0.078234 - PAGE::get_boxes              -> -------- call: right::vote
 0.078241 - CBOX::vote                   -> generate Box
 0.078248 - dotDatabase::query()         -> SELECT v_id, UNIX_TIMESTAMP(v_ende) AS v_ende FROM vote_main WHERE v_start < NOW() AND v_ende > NOW() AND v_active=1 AND v_top=1 ORDER by v_start DESC
 0.079282 - HTML::template               -> template: >box_vote_nocurrent<
 0.079459 - HTML::template_exists        -> search: >page_box_right< == 1
 0.079477 - HTML::template               -> template: >page_box_right<
 0.079508 - PAGE::get_boxes              -> -------- call: right::buddylist
 0.079516 - CBOX::buddylist              -> generate Box
 0.079523 - HTML::template               -> template: >box_buddylist_msg<
 0.079598 - HTML::template               -> template: >box_buddylist<
 0.079685 - HTML::template_exists        -> search: >page_box_right< == 1
 0.079695 - HTML::template               -> template: >page_box_right<
 0.079715 - PAGE::get_boxes              -> -------- call: right::online
 0.079720 - CBOX::online                 -> generate Box
 0.079725 - HTML::template               -> template: >box_online<
 0.079832 - HTML::template_exists        -> search: >page_box_right< == 1
 0.079845 - HTML::template               -> template: >page_box_right<
 0.079873 - PAGE::render                 -> final
 0.079880 - PAGE::renderTemplate         -> page
 0.079891 - PAGE::getHead                -> return
 0.079894 - dotSession::getInstance      -> do
 0.080020 - HTML::template               -> template: >page<
 0.080263 - PAGE::render_template        -> final

PHP Includes   : 31
DB Queries     : 28
Rendering Time : 0.082015

Includes PHP Files: 
 - /var/www/html/forum/index.php
 - /var/www/html/global.php
 - /var/www/html/includes/class.dotCommon.php
 - /var/www/html/includes/class.dotLogger.php
 - /var/www/html/includes/class.LoggerInterface.php
 - /var/www/html/config.php
 - /var/www/html/gc_includes/gc_includes.php
 - /var/www/html/gc_includes/HelperFuncs.php
 - /var/www/html/gc_pageAddons/gc_CreateFillingLevel/CreateFillingLevel.php
 - /var/www/html/gc_pageAddons/followUS.php
 - /var/www/html/gc_pageAddons/paymentButton.php
 - /var/www/html/gc_pageAddons/littleBanners.php
 - /var/www/html/gc_pageAddons/jobs.php
 - /var/www/html/gc_includes/class.gc_notifier.php
 - /var/www/html/gc_includes/class.gcn8n-webhook.php
 - /var/www/html/gc_includes/class.gc_automation.php
 - /var/www/html/includes/class.dotDatabase.php
 - /var/www/html/includes/class.page.php
 - /var/www/html/includes/class.dotSession.php
 - /var/www/html/includes/class.user.php
 - /var/www/html/includes/class.styles.php
 - /var/www/html/html/styles/gc_online.php
 - /var/www/html/includes/class.admin.php
 - /var/www/html/includes/class.prvmsg.php
 - /var/www/html/includes/class.event.php
 - /var/www/html/includes/class.sitzplan.php
 - /var/www/html/includes/class.forum.php
 - /var/www/html/includes/class.html.php
 - /var/www/html/includes/class.news.php
 - /var/www/html/includes/class.cbox.php
 - /var/www/html/includes/class.cache.php