For this source: php, html, css, JavaScript, MySQL. JavaScript & Ajax
Type: Posts; User: Mursak
For this source: php, html, css, JavaScript, MySQL. JavaScript & Ajax
Well it might be heavy since its really old with outdated code. Have you got the character selection working or what?
Depends of whos source you're using?
Ah yea, might have forgotten .htaccess with allow & deny from ip selection on. You can eithere move the allow from ip part off or delete .htaccess. Or replace .htaccess text with this.
php_flag...
You have to execute SQL file to database. Then modify the config & config_new php files inside include.
Download: http://www36.zippyshare.com/v/qMTNQFVo/file.html
Password: mudbox
Version: 0.1 (Not sure if updating)
-Combat works
-Some Pokémon encounters added
Warning: These files are written...
You have to make php.ini in htdocs folder OR if you use xampp or similar there is PHP folder (not inside www/htdocs) folder.
I've not really been into projects and cannot expect anything from them. Which kind of help could you give? Coding or something else? I'm not even sure if i'm going to finish this page, just...
Decided to work a bit with the code, got to this part so far.
http://s23.postimg.org/hopbsbcmz/project.png
Well basically there is <? on the .php files instead of <?php. Try opening all PHP-files in notepad++ and replace <?php with <? & then <? to <?php.
The problem were the browser extensions @TG. Try chrome incognito // mozilla private. It fixs that the form does not submit. We also swapped his PHP.ini to mine.
Also make sure that the user is...
Got teamviewer? PM and lets schedule time when i could fix it for you?
1. There is places where you havent fixed <? to <?php. Ill help you to login screen.
Loc 1: include/config.php @ line 1 - replace <? with <?php
Loc 2: intro.php @ line 460 - replace <? with...
Can you upload your intro.php & users db
Its because you have to edit couple things at login too, go intro.php and swap this.
$userIP = $_SERVER['REMOTE_ADDR'];
to
if ($_SERVER['REMOTE_ADDR'] == "::1") {
$userIP = "127.0.0.1";
} else {...
I will install the Sky server again & fix the register for you. Will post download link here with the DB.
http://www3.zippyshare.com/v/YQfYFV1U/file.html
Well i deleted files, but all you have to do is.
1. Open folder where is all pokemon related files
2. Find all .php files & open with notepad++. (simply add .php on search bar)
3. Then replace all...
Tried to work with this source but it would be too time-consuming to see if the actual game even works. There was like 30% of the language @ holland, 60% of the language @ german & rest in english....
My client gets stuck "Creating account...", the SQL upload took me about 15 minutes. (Got i7-4790k)
Could any 1 link/make me guide for antidupe?
Thanks =)