Subpage under development, new version coming soon!
Topic gesloten!!!
Onderwerp: SK NT Database Extension
Yes. rym3k is already working on it. I want to thank him again from here. :)
Oni-chi [del] naar
luuut [del]
Pls active extension on DB Of Singapore
http://sokker.ilbello.com/Singapore/
Thanks
http://sokker.ilbello.com/Singapore/
Thanks
you can also add hellas to our database
ID = 49
and SA
ID = 22
coaches from this countries use our db
ID = 49
and SA
ID = 22
coaches from this countries use our db
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)
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)
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.
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.
also China is using our database so please add link with country=82
Terrier [del] naar
rym3k [del]
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)
(gewijzigd)
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)
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)
rym3k [del] naar
rym3k [del]
is there any possible to add form and value to this plugin ?
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
NT wayne_aquilina
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)
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)
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)
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)
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)
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)