The best one....
Greetings
Ranslsad
Printable View
The best one....
Greetings
Ranslsad
I uploaded v1.2 to Mediafire & Rapidshare n_n
People who had the error of the disappearing navigation menu should try the new version. If it still doesn't work, I'm going to get a knife and start cutting something D:
Also, I changed the first post and removed the changelog and guide, I added them to the download in a folder 'readme' :]
First post edited, preview updated :3 Thanks for the nice comments n_n
Yes, i had a look at that, but the 2nd link didn't appeared.
Ouch, that might be an error in the script. I'll check it out right away n-n
EDIT:
I just tested it, it appears I forgot to add a break to it, so it puts the link of the second patch RIGHT after the first patch.
So open up includes/download.php and replace everything with this:
That way it works fine for me with the way I told you before. This fix will be included in 1.3 but in case you already want it, the code for includes/downloads.php is up there :]Code:<div class="title">Client Downloads</div><br />
<center>
Below is a list of mirrors to download the client (full game) of FlyFF.<br />
<br />
<?php
foreach ($client as $clients) {
echo '<a href="'.$clients['url'].'" target="_blank">'.$clients['text'].'</a><br>';
}
?>
</center>
<div class="title">Patch Downloads</div><br />
<center>
Below is a list of mirrors to download our patch.<br />
<br />
<?php
foreach ($patch as $patches) {
echo '<a href="'.$patches['url'].'" target="_blank">'.$patches['text'].'</a><br>';
}
?>
</center>
Okie, thankies. But how come that i can't edit news trough admin CP?
Yes, i already noticed that, but how about that my problem I posted up?
I don't remember if I said thanks to you. You have done a great job.
Thank you. Waiting for next release with more functions.
You are really great, syntax! I love your FlyCMS really, thanks again man :]
Here my suggestions for the User CP (if rank = 100 then the GM CP and the Admin CP shouldn't be visible for this user):
- delete own characters + the items of the selected character
- change password of your account
Suggestions for the GM CP (if rank = 800 (or so) then the User CP and the Admin CP shouldn't be visible for this GM):
- delete own characters + the items of the selected character
- change the password of your account
- ban user
Suggestions for the Admin CP (if rank = 1000 then the User CP and the GM CP shouldn't be visible for this admin):
- delete own and other character(s) + the items of the selected character(s)
- change character names
- change password of the accounts (your own and the others)
- ban user
- give ranks
- edit the downloads
- edit the news
- maybe a function to shut the server down
- maybe a function to set the FlyCMS offline (for maintenances) with an announce :P
help show menu ???
http://img520.imageshack.us/my.php?image=helpxb5.jpg
Thanks, now I finally see what it looks like.
For some reason the page does not include the nav.php, it totally ignores the PHP tags..
Not that it means anything to you, but I will try to find out why it does that RIGHT away! Please be patient n_nPHP Code:<div class="navCenter"><? include("includes/nav.php"); ?></div>
web i no show menu help
guide ^^"