Seite 3 von 3

Verfasst: 24.09.2005 19:57
von Valerie Raghnall
*hust* funpic erklärt eigentlich schon jeden fehler *gg*

ne mal ernsthaft... ich hab hier schon einige fehlertopics gesehen, bei denen sich funpic als grund rausstellte... aber davon mal ab... die daten gibts über funpic, die kriegt man normalerweise auch gleich nach der anmeldung... ansonsten mal einfach ne mail an den support da, vielleicht steht es sogar in der usereinstellungsecke... keine ahnung wie die das da nennen, hab einmal hingesehen und gleich schnell wieder weg.

aber vom aussehen her würde ich annehmen, dass da was mit den zugangsdaten nicht stimmt...

außerdem guck mal hier in der dokumentation nach: Could not connect to the database


oups *g* hatte sich also doch gelöst :)

Verfasst: 25.09.2005 10:45
von Dark_Tiger
Hallo,

Ich hab ein code gefunden.

Code: Alles auswählen

<Script>
<!-- 

registerup = new Image; registerup.src = "templates/PlayStation/images/nav_register.gif";
registerdown = new Image; registerdown.src = "templates/PlayStation/images/nav_register_f2.gif";
faqup = new Image; faqup.src = "templates/PlayStation/images/nav_faq.gif";
faqdown = new Image; faqdown.src = "templates/PlayStation/images/nav_faq_f2.gif";
searchup = new Image; searchup.src = "templates/PlayStation/images/nav_search.gif";
searchdown = new Image; searchdown.src = "templates/PlayStation/images/nav_search_f2.gif";
memberlistup = new Image; memberlistup.src = "templates/PlayStation/images/nav_memberlist.gif";
memberlistdown = new Image; memberlistdown.src = "templates/PlayStation/images/nav_memberlist_f2.gif";
usergroupsup = new Image; usergroupsup.src = "templates/PlayStation/images/nav_usergroups.gif";
usergroupsdown = new Image; usergroupsdown.src = "templates/PlayStation/images/nav_usergroups_f2.gif";
profileup = new Image; profileup.src = "templates/PlayStation/images/nav_profile.gif";
profiledown = new Image; profiledown.src = "templates/PlayStation/images/nav_profile_f2.gif";
pmup = new Image; pmup.src = "{PRIVMSG_IMG}";
pmdown = new Image; pmdown.src = "templates/PlayStation/images/nav_pm_f2.gif";
loginup = new Image; loginup.src = "templates/PlayStation/images/nav_login.gif";
logindown = new Image; logindown.src = "templates/PlayStation/images/nav_login_f2.gif";
logoutup = new Image; logoutup.src = "templates/PlayStation/images/nav_logout.gif";
logoutdown = new Image; logoutdown.src = "templates/PlayStation/images/nav_logout_f2.gif";


function MouseOverRoutine(ButtonName)
{
if (ButtonName=="register"){document.register.src = registerdown.src;}
if (ButtonName=="faq"){document.faq.src = faqdown.src;}
if (ButtonName=="search"){document.search.src = searchdown.src;}
if (ButtonName=="memberlist"){document.memberlist.src = memberlistdown.src;}
if (ButtonName=="usergroups"){document.usergroups.src = usergroupsdown.src;}
if (ButtonName=="profile"){document.profile.src = profiledown.src;}
if (ButtonName=="pm"){document.pm.src = pmdown.src;}
if (ButtonName=="login"){document.login.src = logindown.src;}
if (ButtonName=="logout"){document.logout.src = logoutdown.src;}
}


function MouseOutRoutine(ButtonName)
{
if (ButtonName=="register"){document.register.src = registerup.src;}
if (ButtonName=="faq"){document.faq.src = faqup.src;}
if (ButtonName=="search"){document.search.src = searchup.src;}
if (ButtonName=="memberlist"){document.memberlist.src = memberlistup.src;}
if (ButtonName=="usergroups"){document.usergroups.src = usergroupsup.src;}
if (ButtonName=="profile"){document.profile.src = profileup.src;}
if (ButtonName=="pm"){document.pm.src = pmup.src;}
if (ButtonName=="login"){document.login.src = loginup.src;}
if (ButtonName=="logout"){document.logout.src = logoutup.src;}
}


//-->

</script>
Das ist ein beispiel. Würde das funktunieren? und wo muss ich was ändern? Wo füge ich ihn ein?