Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Pokemon Helios

Newbie Spellweaver
Joined
Jul 1, 2015
Messages
8
Reaction score
1
Oh i see.

btw can you tell me how to remove the ads from the source code ??

and staff panel is missing when i try to access it via localhost/staff/index.php and localhost/mod/index.php

it says Only admins can access this page or Mods can access this page.

i added admin power to me on database, but still.

any idea ?
 
Newbie Spellweaver
Joined
Apr 24, 2015
Messages
7
Reaction score
0
Oh i see.

btw can you tell me how to remove the ads from the source code ??

and staff panel is missing when i try to access it via localhost/staff/index.php and localhost/mod/index.php

it says Only admins can access this page or Mods can access this page.

i added admin power to me on database, but still.

any idea ?

Learn how to code before you use any source. Everyone can't do everything for you. I also, suggest not to even use this source. It's not even good. It's still using a deprecated mysql access, which will be removed in the future.

If you really wanna start your own RPG, I suggest to create your own, because the owners will take yours down with a easy DMCA Notice to your server.

Also, regarding your question, you clearly didn't add admin access to yourself. I've checked over the code and it should if you did...
 
Junior Spellweaver
Joined
Dec 21, 2009
Messages
188
Reaction score
40
Very nice source, needs some tweaking here and there but still very nice!
 
Newbie Spellweaver
Joined
Aug 7, 2011
Messages
6
Reaction score
0
So many backlinks and missing images in this release.

Also you need to enable the deflate_mod too, if you are working with xampp i figured.
 
Newbie Spellweaver
Joined
Jan 18, 2010
Messages
25
Reaction score
0
tUzAgrV - Pokemon Helios - RaGEZONE Forums


fix????
 

Attachments

You must be registered for see attachments list
Initiate Mage
Joined
May 10, 2014
Messages
4
Reaction score
3
I put admin and i still get the error "Only admins can access this page."
I did Admin. Mod. Admin & Mod. It just don't work. i know how to code but please someone help.
 
Newbie Spellweaver
Joined
Dec 20, 2014
Messages
15
Reaction score
1
Okay ! So I have seen alot of people having trouble setting this source up.
And I have the missing images also.

If anyone need help with this source . Please message me on Skype - cruzer922

Ill upload the missing images on my server soon and give it away. :)

Btw if you want to check the website demo , here you go -
 
Newbie Spellweaver
Joined
Jul 1, 2015
Messages
8
Reaction score
1
Thanks alot.

can anyone send me the whole images :D ??
 
Last edited:
Newbie Spellweaver
Joined
Apr 21, 2014
Messages
14
Reaction score
0
edit _header.php (lines 89-91)
PHP:
<li><a href="/clans">Clans List</a></li>
<li><a href="/clans/clanhome.php">My Clan</a></li>
<li><a href="/clans/createclan.php">Create Clan</a></li>

change it to
PHP:
<li><a href="clan.php">Clans List</a></li>
<li><a rel="nofollow" href="clan.php?act=clanhome">My Clan</a></li>
<li><a rel="nofollow" href="clan.php?act=createclan">Create Clan</a></li>

download attachement and copy it to game folder. It'll be working, but I suggest to rewrite script.
virus scan ->


@Edit

You can also fix it by replacing ../ to ./../
Also You will need to change <? to <?php

You will have to change it in all folders to get it working

Thank you i will change it right now.
i did that with some more things but didn't see this one.
thanks again
 
Newbie Spellweaver
Joined
Jan 7, 2013
Messages
22
Reaction score
4
how to fix the ranking?

if your account is not showing up, remove admin or edit SQL queries.

@Edit






fixed:
-clans
-admin panel
-more images
-character sprite on map(only 1st avatar, for others you need to get images from helios page.)
-some less important bugs like empty images in pokedex(2nd type) etc.
 
Last edited:
Elite Diviner
Joined
Apr 4, 2011
Messages
464
Reaction score
69
Would anyone mind giving me a hand with installing this?

I uploaded the SQL to xampp fine and the config is right

Server error!

The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an error in a CGI script.

If you think this is a server error, please contact the webmaster.
 
Newbie Spellweaver
Joined
Jan 7, 2013
Messages
22
Reaction score
4
Would anyone mind giving me a hand with installing this?

I uploaded the SQL to xampp fine and the config is right

can you post here or send me via PM error logs from xampp?


You can also download -> it includes Apache & MySql server.

Code:
1. Unzip all files.
2. Run UniController.exe
3. Start mysql & apache
4. go to http://localhost/helios/login.php


mysql root password: MyPokemonGame
 
Elite Diviner
Joined
Apr 4, 2011
Messages
464
Reaction score
69
can you post here or send me via PM error logs from xampp?


You can also download -> it includes Apache & MySql server.

Code:
1. Unzip all files.
2. Run UniController.exe
3. Start mysql & apache
4. go to http://localhost/helios/login.php


mysql root password: MyPokemonGame

perfect got it working!

I've given myself admin. How do i edit / add pokemon etc? :)

or just the admin panel
 
Newbie Spellweaver
Joined
Jan 7, 2013
Messages
22
Reaction score
4
perfect got it working!

I've given myself admin. How do i edit / add pokemon etc? :)

or just the admin panel

There should be CPanel in the upper left corner, or just go to http://localhost/helios/admin.php
if You will have
Only admins can access this page. error, You will have to logout and login again.
 
Back
Top