Azərbaycan dili Bahasa Indonesia Bosanski Català Čeština Dansk Deutsch Eesti English Español Français Galego Hrvatski Italiano Latviešu Lietuvių Magyar Malti Mакедонски Nederlands Norsk Polski Português Português BR Românã Slovenčina Srpski Suomi Svenska Tiếng Việt Türkçe Ελληνικά Български Русский Українська Հայերեն ქართული ენა 中文
Subpage under development, new version coming soon!
 Topic gesloten!!!

Onderwerp: SK NT Database Extension

2007-10-30 20:56:39
Yes. rym3k is already working on it. I want to thank him again from here. :)
2007-10-30 21:04:48
Ok, you were just making it way too complex:P
2007-10-31 07:46:13
Pls active extension on DB Of Singapore
http://sokker.ilbello.com/Singapore/
Thanks
2007-10-31 14:12:51
Added Sigapore, Czech and Poland.

Also updated Turkye.

Take version 1.9 HERE
2007-10-31 14:26:53
you can also add hellas to our database

ID = 49

and SA

ID = 22

coaches from this countries use our db
2007-10-31 17:40:02
thanks guy :)
Link it's ok ???
(gewijzigd)
2007-11-01 00:14:05
Thanks the Main Database works good :)

this is the second link of the data base for the u20 database can you update please to maltese user start use the flag

thanks for you help in forword

NT Wayne_ Aquilina
(gewijzigd)
2007-11-01 01:46:17
It doesn't work? Please tell me if you have a problem. I haven't tried it.

About the Maltese database, I didn't understand. Could you explain me again? The extension only accept a database adress by country.

If you want to use a second database, add this adress in your main database.
2007-11-01 21:08:39
also China is using our database so please add link with country=82
2007-11-01 21:19:09
I don´t like how the Flags destroy the layout of the page...can´t the flag be placed behind the cards of the player (yellow, red cards), so the design isn´t so bad?


(gewijzigd)
2007-11-01 21:30:57
there is also bug in polish link
if(country==1) url="http://baza.sokkerviewer.net/index_open.php?countr=1"; //Poland

if You could also add
Greece
South Africa
China
Nigeria
Ireland
(gewijzigd)
2007-11-01 21:34:55
is there any possible to add form and value to this plugin ?
2007-11-01 23:40:11
Malta have 2 database 1 for the main team and the other for the youths ,is it possible to use the flag oppition for both of them?

NT wayne_aquilina
2007-11-02 11:12:47
I had some problems when developing this extension. Don't remember exactly why I didn't reach to add this flag in a better place. At this moment, I'm very busy. If someone find a solution, please tell me the code line, so I can change it.

var tables = document.getElementsByTagName("table");
position=tables.length-4;
...
var NT=document.createElement("div");
...
var form="< form action= '"+url+"' method= post>";
...
form= form+"< /form>";
NT.innerHTML=form;
tables[position].rows[0].cells[0].appendChild(NT);
(gewijzigd)
2007-11-02 11:20:25
The same that above.

var tables = document.getElementsByTagName("table");
position=tables.length-4;
...
var player = tables[position].rows[0].cells[0].getElementsByTagName("b");
var pid = tables[1].rows[0].cells[0].getElementsByTagName("h1");
var skill1 = tables[position+1].rows[0].cells[0].getElementsByTagName("b");
...
var team = tables[position].rows[0].cells[0].getElementsByTagName("a");
position2= team.length-4; //difference between plus and no plus users
if(position2< 0) position2= 0;
var aux1= getNodeValue(pid[0]).replace("]","").split("[");
var aux2= team[position2].href.replace("&","=").split("=");
var aux3= team[position2+1].href.replace("&","=").split("=");
...
var login= getNodeValue(team[position2]);
var name= player[0].childNodes[0].nodeValue.trim();
var pid= aux1[1];
var tid= aux2[1];
var age= player[1].childNodes[0].nodeValue.trim();
var sta= getSkillIndex(getNodeValue(skill1[0]));
...
(gewijzigd)
2007-11-02 11:31:22
Yes, I found a solution:

if(country== 67) url="http://ntmalta.awardspace.com"; //Malta

replacing by

if(country== 67) url="http://ntmalta.awardspace.com"; //Malta
if(country== 67 && age< 20) url="http://yourU20database"; //Malta U20

Please, let me know your U20 database adress.
(gewijzigd)