SELECT * FROM lang_values WHERE lang = 'en'
Access denied for user 'thegloc1_gv2user'@'localhost' (using password: YES) TheGlobalVote
homepage
    :   : Login    
Login
Username

Password

Navigation
 
select a.*, b.*,if (c.res is null,0,c.res)as totalvote,substr(summary,400)as shortsummary from resolutions as a left join resolutions_lang as b on a.id=b.resolution_id left join (select resolution_id,count(resolution_id)as res from votes group by resolution_id) as c on a.id=c.resolution_id where status='A' and Lang='en' ORDER BY a.id DESC
Access denied for user 'thegloc1_gv2user'@'localhost' (using password: YES)
select a.*,b.*,d.*,e.vote_favor,f.* from(select resolution_id from resolution_conclusion where serial=(select max(serial) from resolution_conclusion )) as c left join resolutions as a on a.id=c.resolution_id left join (select * from resolutions_lang where lang='en') as b on a.id=b.resolution_id left join resolution_conclusion as d on a.id=d.resolution_id left join (select * from resolution_final where types=1 and mtype='PM') as e on a.id=e.resolution_id left join report as f on e.vote_favor =f.code
Access denied for user 'thegloc1_gv2user'@'localhost' (using password: YES)select a.*,b.*,d.*,e.vote_favor,f.* from ( select resolution_id from resolution_conclusion where serial=(select max(serial) from resolution_conclusion )) as c left join resolutions as a on a.id=c.resolution_id left join resolutions_lang as b on a.id=b.resolution_id left join resolution_conclusion as d on a.id=d.resolution_id left join resolution_finalresult as e on a.id=e.resolution_id left join report as f on e.vote_favor =f.code where b.lang='en' and mtype='PM'
Access denied for user 'thegloc1_gv2user'@'localhost' (using password: YES)select a.*,b.*,d.*,e.vote_favor,f.* from ( select resolution_id from resolution_conclusion where serial=(select max(serial) from resolution_conclusion )) as c left join resolutions as a on a.id=c.resolution_id left join resolutions_lang as b on a.id=b.resolution_id left join resolution_conclusion as d on a.id=d.resolution_id left join resolution_finalresult as e on a.id=e.resolution_id left join report as f on e.vote_favor =f.code where b.lang='en' and mtype='PM'
Access denied for user 'thegloc1_gv2user'@'localhost' (using password: YES)
Latest Comments
SELECT * FROM forum_comments ORDER BY id DESC LIMIT 2
Access denied for user 'thegloc1_gv2user'@'localhost' (using password: YES)
 
Watch an interview with TheGlobalVote Project Manager
 
 
select zz.*,dd.gtotal,round((zz.ttotal/dd.gtotal) * 100,2)as ntotal from ( select a.*,if(b.total is null,0,b.total)as ttotal from (select * from report where code !='D')as a left join (select vote_favor,count(vote_favor)as total from resolution_finalresult where resolution_id= and mtype='PM' group by vote_favor) as b on a.code=b.vote_favor ) as zz join( select sum(total)as gtotal from ( select vote_favor,count(vote_favor)as total from resolution_finalresult where resolution_id= and mtype='PM' group by vote_favor) as aa)as dd
Access denied for user 'thegloc1_gv2user'@'localhost' (using password: YES)
About Us | Terms of Use | Privacy Policy | Contact Us | Frequently Asked Questions | Globalhood
© Copyright 2008, The Global Vote. All rights Reserved.
Designed & Developed by ProFingers.