Poke soul file (pokemon soulless/pkmnhelios)
I have the pokemon soulless script here for you guys, it has been tested and works great.
I knew someone who had a site based on this script. I haven't really did myself since I don't know how to link to database. If you Get error connecting to database that is the only problem.
This is the script link
http://www.mediafire.com/download/y3...w/PokeSoul.zip
Can someone help me fix the database or connect database?
Re: Poke soul file (pokemon soulless/pkmnhelios)
Import database to phpmyadmin. (pkmnsoul_main.sql)
Edit config.php.
Code:
$connection = @Mysql_pconnect("localhost", "dbuser", "dbpass");
$dbSelected = mysql_select_db('dbname');
Re: Poke soul file (pokemon soulless/pkmnhelios)
old version of pokemon helios
maps are open now for everyone..
Re: Poke soul file (pokemon soulless/pkmnhelios)
Which one is it souless or helios ?
Re: Poke soul file (pokemon soulless/pkmnhelios)
http://pkmnhelios.net/
But it is a very old source code. Only trace amounts similar to the specified website.
Re: Poke soul file (pokemon soulless/pkmnhelios)
oh lol cause i have the current helios xD
Re: Poke soul file (pokemon soulless/pkmnhelios)
Share the current helios for everyone Roy. :D
Re: Poke soul file (pokemon soulless/pkmnhelios)
Re: Poke soul file (pokemon soulless/pkmnhelios)
How do i fix the pokemon core login check it wont let me pass it puts me in a white screen
Re: Poke soul file (pokemon soulless/pkmnhelios)
? i do not no what to do it keeps doing it.
Re: Poke soul file (pokemon soulless/pkmnhelios)
Quote:
Originally Posted by
Roy Rakestraw
How do i fix the pokemon core login check it wont let me pass it puts me in a white screen
On checklogin2.php edit:
PHP Code:
$db = mysqlconnect();
mysql_connect("localhost", "db_user", "db_pass");
mysql_select_db("db_name");
On functions.php edit on line 173:
PHP Code:
$host = 'localhost';
$port = 3306; // This is the default port for MySQL
$database = 'db_name';
$username = 'db_user';
$password = 'db_pass';
I thinks it's all.
Re: Poke soul file (pokemon soulless/pkmnhelios)
Re: Poke soul file (pokemon soulless/pkmnhelios)
I m having the same problem even the register page for some reason is not working , I have connected the db etc and I cant login neither can I register.
Re: Poke soul file (pokemon soulless/pkmnhelios)
Lol i fixed that problem but when i make myself admin i dont get the staff panel.
Re: Poke soul file (pokemon soulless/pkmnhelios)
Yes the staff panel aint working I guess :/