Blog » Blog Entry

Android Development Resources

Updated: February 15, 2010January 6, 2010

Here are some Android game development websites and resources:

Here are the currently available Android books:

Here are some Ad Companies that support Android:

Tags: video, howto, opengl, books, android, game, development, ads, tutorials

Warning for all web developers/designers in Nashville, TN, please read this »

Rated Image Script

By: GannMan <michel7788 at aol dot com>

Website: http://www.kandilab.com

Posted: 1 month ago

Hey you don't seem to leave anyway of contacting you so i'm just gonna leave a comment here as to pass on some information to you.

I ran into some problems installing your rated images script, and after searching far and wide for a free hot or not type script that wasn't BS i had to make it work. which i did.

But I wanted to make sure you were aware of the problems that you should change and repack the download. The first problem was the default username and password were entered in wrong when creating the MySQL database. I notice now that they are only wrong in the file: install_0.5.0_mysqli.sql as it tells mySQL to put in a password that isnt even an MD5 hash. This is most easily seen as it uses a * at the beginning. So I went ahead and erased it out of my db and put the correct hash: 4cb9c8a8048fd02294477fcb1a41191a. which makes the default password back to "changeme" as it says in the directions.

Now the next problem was something in the scripts, after trying to log into the admin panel successfully, it was blank except for some php warnings: "Warning: Call-time pass-by-reference has been deprecated in "functions.php" on line 2339. With some research I found that I had to go to the file and change that line from "getUserTypeSQL( $array[ 'image_type_id' ], &$sql, &$count);" to "getUserTypeSQL( $array[ 'image_type_id' ], $sql, $count);". In case it's hard to see the change, all i did was delete the & signs. the errors went away and the admin login came up.

This was a huge relief for me cause I ran into a ton of other problems prior that was not your fault, it was just me getting used to this new host provider and other things. 4 hours and my girlfriends pet rat dying later I'm finally in business. Now to test it and change the looks and thanks for letting me use your script!

Great List

By: Matt Kanninen <mathiastck at hotmail dot com>

Website: http://www.myspace.com/matt.kanninen

Posted: 4 weeks ago

People have started using the NDK, so you might want to include some NDK links.

Add a comment:

Title:

Comment:

Name:

Email:

Website: