K Last nooby Question i see : $name
Most i change name whit my flyff name?
like $DutchFlyff?? or just let it be $Name ??? xD
Printable View
find this in you config.php
just change the value in red..:)Code:// Server Information
// Name of the server
$name = "MyFLYFF Server";
k i dont rlly understand most it be
$MyFlyff Server
or just change $name in MyFlyff Server?
You'll only have to edit the config.php & put the name of your server inside the quotation marks..
$name = " SERVERNAME ";
o ok i understand
i sayt it wrong so i just have to keep it like this?
// Scrolling Message
// This message appears at the top of the site below the banner and moves from right to left. HTML applies.
$scrollMessage = "Welcome to <b>".$name."</b>! Enjoy your stay!";
and not need to edit the $name??
or make it?
// Scrolling Message
// This message appears at the top of the site below the banner and moves from right to left. HTML applies.
$scrollMessage = "Welcome to <b>"DutchFlyff"</b>! Enjoy your stay!";
I'm sorry i make a llot of questions because its my first site xD so i wanna do everything good
you're right, if you set this already...
$name = " SERVERNAME ";
then...
just dont touch $name anymore..:D
so :
// Server Information
// Name of the server
$name = "DutchFlyff";
// A slogan
$slogan = "";
// Exp rate
$exprate = "100";
// Drop rate
$droprate = "100";
// Quest drop rate
$questdroprate = "100";
// Penya rate
$penyarate = "100";
only what i have to edit and not
any $name so i am ready to go?
If you don't understand what the hell is this thing and how to use it, just DON'T use it.
i can't see download,home,forum etc >_> and wouldn't it be something in images cause theirs no image of a download button and stuff like that.
Okay so.. I see there are more people with the problem of not being able to view the top navigation menu >_> I have yet to find out why, if I can't find it I'll just rewrite it in a different way.. Version 1.2 won't have this fixed yet until I find out why it doesn't work =/
weevazi: The new version should be up today. I'm just going to finish the captcha and make ranks show players only and then upload it. But first.. time for some food :3
And yes, asmost people said: All you have to edit is the config.php. You can edit EVERYTHING in it as long as you only edit the stuff between the quotes.
help menu ???
http://img520.imageshack.us/my.php?image=helpxb5.jpg
I'm aware of that 'error'. So far I don't know why or how it happens. I don't get it myself so it's going to be insanely hard to get that out. I see no bad code in the style that would remove complete elements from the page, neither do I see anything in the navigation that would cause this.. I am working on it, however. If anyone has any idea about it, feel free to let me know =/
Can you show me how to add more links to download section? Like more patch mirrors.
In the config.php:
To add a new one, simply copy the $patch stuff and paste it below, then increase the number and change the text, url. Like:Code:// Patch Downloads
// These work the same like the links, just add another number for a new patch.
$patch[1]["text"] = "Your patch";
$patch[1]["url"] = "index.php";
Works for downloads, links etc. the exact same way.Code:$patch[1]["text"] = "Your patch";
$patch[1]["url"] = "index.php";
$patch[2]["text"] = "Your second patch";
$patch[2]["url"] = "index.php";