• 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.

[Release] Pokemon-Area based browser game

Status
Not open for further replies.
Experienced Elementalist
Joined
Aug 16, 2010
Messages
240
Reaction score
22
I am using fire fox, I mean like nothing is even going on at all o.o it doesnt even let me chose an attack, doesnt explain why I cannot use items x.x like rare candy.
 
Experienced Elementalist
Joined
Aug 16, 2010
Messages
240
Reaction score
22
Guess i have to first translate allot of things, then make stuff functional... sigh me and my team will release our findings when we get everything done, see you guys on the other side... and please post any helpful linfo here please.
 
Newbie Spellweaver
Joined
Sep 4, 2011
Messages
88
Reaction score
12
what an interesting release...
I always love pokemon...

Is everything PHP based?
I'll download the source & and see what i can do to contribute...

At any rate, Thanks @Masius you're a life saver :D
 
Junior Spellweaver
Joined
Dec 31, 2012
Messages
107
Reaction score
2
Open register.php

Find this line.
Code:
$activatiecode = rand(111111,999999);

And now to write this.
Code:
$activatiecode = rand(1);

So in theory, but does not require activation and can immediately log onto the website.

Not sure if it was good. Not tested.

If it helped do not forget to press like a button. :)

How to active "email activation system" ?
 
RaGEZONER || Webdevloper
Banned
Joined
Oct 6, 2011
Messages
614
Reaction score
130
The activation e-mail the registration is integrated into code.
 
Experienced Elementalist
Joined
Aug 16, 2010
Messages
240
Reaction score
22
Is there any way we can change the primary sender of the activation codes, to our email@domainname.com.

I noticed that the email used to send out the activation code was in fact not a custom domain email but from a live.com email address.
 
RaGEZONER || Webdevloper
Banned
Joined
Oct 6, 2011
Messages
614
Reaction score
130
Hey. I changed all the Pokémon image. In their place were animated images.

Now there is only the front but was soon made ​​to prepare rear.

KiruHoshino - [Release] Pokemon-Area based browser game - RaGEZONE Forums
 
Last edited:
RaGEZONER || Webdevloper
Banned
Joined
Oct 6, 2011
Messages
614
Reaction score
130
Hey. I changed all the Pokémon image. In their place were animated images.

Now there is only the front but was soon made ​​to prepare rear.

KiruHoshino - [Release] Pokemon-Area based browser game - RaGEZONE Forums

Completely finished the animated pokemons.

KiruHoshino - [Release] Pokemon-Area based browser game - RaGEZONE Forums


New Download Link:
 
RaGEZONER || Webdevloper
Banned
Joined
Oct 6, 2011
Messages
614
Reaction score
130
There are some great idea that could be done in the future to expand the game to be fun. Of course I'm going to share all the ragezone community.

- Craft System - Pokeball crafting
- All regions different map

Someone has worked in the tournament?
 
RaGEZONER || Webdevloper
Banned
Joined
Oct 6, 2011
Messages
614
Reaction score
130
I do not want a league will operate normally. But his attacks do you think?
 
Experienced Elementalist
Joined
Aug 16, 2010
Messages
240
Reaction score
22
Thanks for the sprites kiru, add me on skype, jamesy2y1 we can work together along with my partner, btw to get attacks working, you have to define it to cloud 2. some of you might've replaced cloud 2 with 3, you cant do that.
 
RaGEZONER || Webdevloper
Banned
Joined
Oct 6, 2011
Messages
614
Reaction score
130
I'm happy to help where I can, but I'm not a professional in php coding. Of course, I'd love to be ready to share with others in the expectation that in the future you're going to do this is if you create something unique to the site.

This my site:


The game is only in Hungarian language.

A little extra. Premium, gold and silver sent to all members.
Copy 2 file to admin folder.

Download:


Open to edit admin/panel.php
Copy and paste the following lines in the table and save it.
Code:
<tr>
<td><center><img src="http://forum.ragezone.com/images/icons/gold.png" /></center></td>
<td><a href="index.php?page=admin/massa-gold">Arany adományozás</a></td>
</tr>
<tr>
<td><center><img src="http://forum.ragezone.com/images/icons/boy.gif" /></center></td>
<td><a href="index.php?page=admin/massa-premium">Prémium adományozás</a></td>
</tr>

I've updated the first post.
 
Last edited:
Joined
Jul 29, 2012
Messages
527
Reaction score
71
Kiru, in either the config or the index file (i cannot remember) there is a language part, where it is listed liek " NL, UK, ES...." remove all and put the short hand of your language, otherwise chrome will try and translate dutch (NL)
 
Experienced Elementalist
Joined
Aug 16, 2010
Messages
240
Reaction score
22
Well my attacks were working, before the gif;s...so something is off with a code, because on the console i get this error Resource " interpreted as Image but transferred with MIME type text/html: "http://mysite.domain/index.php?page=home". "
 
Status
Not open for further replies.
Back
Top