sorry, I explain...
when i do a battle i dont have a background.
picture:
Attachment 140431
Printable View
sorry, I explain...
when i do a battle i dont have a background.
picture:
Attachment 140431
background are not added in the fights ... u have to add them manually
and superman11 change the Slanguage to just language
I still didn't get it ... how to evolve pokemons which evolves by trading lol
searched alot ... how to evolve em ?
Better to add CSRF session keys in all your login forms
Help.
First i got errors like "Undefined variable: gebruiker" but i fixed that and now i still have errors left:
My version i download is messed up. I did the files i download from the main post in my htdocs, created a database and inserted the sql... and gave me php problems and errors on the page pfff.Quote:
Notice: Undefined index: id in C:\xampp\htdocs\index.php on line 15
Notice: Undefined index: naam in C:\xampp\htdocs\index.php on line 18
Notice: Undefined index: naam in C:\xampp\htdocs\index.php on line 123
I had to change <? to <?php to fix the php problems but i still got a few problems :L
Does anyone have a good working version for me?
They use if($_SESSION['index']){ //execute session stuff }
Which you need to change to if(isset($_SESSION['index'])){ //execute session stuff }
Basically it asks a variable for the session which is not declared so you have to check if something exists (isset($var))
Never seen you here ;)
What about me lol ?
I am developing User to user battle cpu controlled
Wondering if someone can help me
.. the Script i coded for it isn't working
so can anyone help me out to fix it ?
Code:<?php //Script laden zodat je nooit pagina buiten de index om kan laden
include("includes/security.php");
$page = 'promotion';
//Goeie taal erbij laden voor de page
include_once('language/language-pages.php');
$trainer = 1;
if(isset($_POST['submit'])){
if($trainer == 1){
$query = mysql_fetch_assoc(mysql_query("SELECT `username` FROM `gebruikers` WHERE `username`='" . mysql_escape_string($_POST['check']) . "'"));
include('attack/trainer/trainer-start.php');
mysql_data_seek($pokemon_sql, 0);
$opzak = mysql_num_rows($pokemon_sql);
$level = 0;
while($pokemon = mysql_fetch_assoc($pokemon_sql)) $level += $pokemon['level'];
$trainer_ave_level = $level/$opzak;
//Make Fight
$info = create_new_trainer_attack($query['naam'],$trainer_ave_level,$gebied);
if(empty($info['bericht'])) header("Location: ?page=attack/trainer/trainer-attack");
else echo "<div class='red'>".$txt['alert_no_pokemon']."</div>";
}
}
?>
<form method='post'>
<center>
<img src="/images/user.png" alt="Ts" title="Ts" /><br />
<h2>UserBattle</h2>
You can battle another trainer cpu controlled here<br />
<br /><br />
<input type='text' name='check'>
<input type='submit' name='submit' value='Battle an User' class='button'>
</from>
<br />
</center>
</form>
Guys, problem coming again (solved the another by upgrading my PHP version)...
But now this:
When I use a Rare Candy, the item isn't used (and my pokemon levels)...
Any other item works fine (item is used, etc).
Also, when I "use" a Rare Candy, the pop-up doesn't closes. Stays like this:
http://i.imgur.com/NWREzi6.png
Karynyukizawa .... Its the error appears due to your host ...
it happened with me as well .... cause your host protects Includes directory .....
so change your host
it gives 401 unauthorized error
Would somebody be so kind to help me get this on register page instead of a select list :l
http://i42.tinypic.com/1r6mqd.png
Look input type radio on google ;)
Hi Sphinx, I did something diferent using JScript:
http://i42.tinypic.com/23s6xyq.png
When u select the char using the drop down, u can see his pic at the right side. That is enough to you?
Karyn, that maybe an error from your coding. Check the original code from the page where the Pop up is called and see if u messed with something.
Its not a coding error .. It happened with me aswell... .. Carbos and all will work .. Rest all will give unauthorized error. .. Just change the host
Items are buggy
Most of the bugs R in items
There are alot of copies now .... Need to change the register and stuff fully lol
Found a bug in items ... by which you can give all the users unlimited gold ....
and another one i found is that ... u can give yourself anyitem with quantity of 255
I can give my self anyitem
with just 1 item
fixed that bug like a boss
PM me maybe ?
Can't release in public and will tell to EXPERIENCED CODERS ONLY
Alot Of Bugs are there In items ... and Bank ......
BUGS BUGS BUGS EVERYWHERE
Meggyesi Peter Do u have any other rpg's Source ?
I have Pokemon Creed, old Pokemon Planet, Pokegen.nl and pokexl.com. But not at liberty to share. Sorry.
bug Found In register
ITs not an exploit !! its a bug where u can get more gold than normal user
Old pokemon Planet = Soulless and U know owning Soulles can put ye in trouble ..
Guys, the Trainer Attack option is working to u? Mine freezes as soon as the random NPC trainer appears. After refreshing the screen, both pokes appears, but the battle continue freezed and u cant use any option.