Re: [Release] Pokemon-Area based browser game
I still got 2 problems.
The good Index.php and the Dutch translating. I downloaded the mediafire source on PAGE 1 And there is no dutch language files in it.
Re: [Release] Pokemon-Area based browser game
Re: [Release] Pokemon-Area based browser game
I have a question about the premium system... does it work fine?
On my character (an admin) the premium days seem don't decrement... is it normal?
Re: [Release] Pokemon-Area based browser game
Re: [Release] Pokemon-Area based browser game
Quote:
Originally Posted by
KiruHoshino
Setup your cronjobs.
Ok i did it ;) thank you... i'll let you know =)
Is there a way to set a different town map for every region?
Re: [Release] Pokemon-Area based browser game
yep there is
just go into the file 'town.php' and add different region maps for different cities
for example:
Code:
<? if ($gebruiker['wereld'] == "Kanto") {
?>
<map id="imgmap201312824442" name="imgmap201312824442">
.....
....
...
<? } elseif ($gebruiker['wereld'] == "Johto") {
?>
<map id...
and so on to every city ;]
Re: [Release] Pokemon-Area based browser game
Quote:
Originally Posted by
Ashcan
yep there is
just go into the file 'town.php' and add different region maps for different cities
for example:
Code:
<? if ($gebruiker['wereld'] == "Kanto") {
?>
<map id="imgmap201312824442" name="imgmap201312824442">
.....
....
...
<? } elseif ($gebruiker['wereld'] == "Johto") {
?>
<map id...
and so on to every city ;]
Ok thank you so much =) but it give to me a sintax error...
Re: [Release] Pokemon-Area based browser game
Quote:
Originally Posted by
KiruHoshino
Setup your cronjobs.
I did it, i inserted the details for mysql connection in every page... but i have to do something also in the database?
Re: [Release] Pokemon-Area based browser game
Go Cpanel and setup your cronjobs.
Re: [Release] Pokemon-Area based browser game
KiruHoshino, how do I run the tournament?
Re: [Release] Pokemon-Area based browser game
The tournament defective and unusable.
Re: [Release] Pokemon-Area based browser game
Quote:
Originally Posted by
Ashcan
yep there is
just go into the file 'town.php' and add different region maps for different cities
for example:
Code:
<? if ($gebruiker['wereld'] == "Kanto") {
?>
<map id="imgmap201312824442" name="imgmap201312824442">
.....
....
...
<? } elseif ($gebruiker['wereld'] == "Johto") {
?>
<map id...
and so on to every city ;]
Use:
Code:
switch($gebruiker['wereld']){
case 'Kanto':
break;
case 'Johto':
break
}
They are usually faster.
Re: [Release] Pokemon-Area based browser game
Quote:
Originally Posted by
KiruHoshino
Go Cpanel and setup your cronjobs.
In my admin panel there is nothing for cronojobs...
Re: [Release] Pokemon-Area based browser game
Re: [Release] Pokemon-Area based browser game