• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

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????
 
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 - Pokemon Dusk - Cyan Edition RPG - Online Pokemon MMORPG
 
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 -> https://www.virustotal.com/pl/file/...8577e6eaad6625ea8d2fa4b2/analysis/1435300963/


@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
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
Elite Diviner
Joined
Apr 4, 2011
Messages
464
Reaction score
69
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