Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 189
Search took 0.64 seconds.
Search: Posts Made By: king2k5
Forum: Websites for sale 09-01-2009, 05:06 PM
Replies: 5
Views: 5,374
Posted By king2k5
Sorry, http://playsovereignty.com

Sorry, http://playsovereignty.com
Forum: Websites for sale 08-31-2009, 03:41 PM
Replies: 5
Views: 5,374
Posted By king2k5
Sovereignty: For Sale

1) Site for sale: Sovereignty

2) Asking Price (or if auction, starting bid plus end time in days): $100

3) Payment method (ie: Paypal, Escrow etc): Paypal

4) Additional Info, such as...
Forum: MySQL 03-11-2009, 11:37 PM
Replies: 5
Views: 924
Posted By king2k5
Limit 3, thank you! I knew i knew how to do...

Limit 3, thank you! I knew i knew how to do this.. I just couldnt think of it... brainfart. Thanks again :)
Forum: MySQL 03-11-2009, 11:27 PM
Replies: 5
Views: 924
Posted By king2k5
selecting the top 3 values from a database

I'm wondering if this is even possible to do. I want to retrieve the top 3 scores from a database. I'm thinking MAX() but i cant wrap my head around the logic needed to do this. Is it possible to...
Forum: PHP 03-04-2009, 06:52 PM
Replies: 0
Views: 425
Posted By king2k5
Troubles with SQL statment and array.

What i have is an online game. You get an income every "tick". That works fine. There was a recent update of income limits. Right now, once you reach your limit, the ticker script will reset your...
Forum: JavaScript programming 02-22-2009, 09:44 PM
Replies: 1
Views: 501
Posted By king2k5
help with drop down menu

I'm having an issue with a drop down menu, and I'm not really sure where I am going wrong. Everything works, except that when you scroll down, the menu that drops down also scrolls, detaching it from...
Forum: JavaScript programming 08-13-2008, 04:01 PM
Replies: 14
Views: 10,963
Posted By king2k5
Thank you, works perfectly :)

Thank you, works perfectly :)
Forum: JavaScript programming 08-13-2008, 03:39 PM
Replies: 14
Views: 10,963
Posted By king2k5
Except that this function is for a chat, so NOT...

Except that this function is for a chat, so NOT being able to press enter is annoying.. using a textbox is too small, and you lose track of what your writing... textarea is bigger and it wraps.. i...
Forum: JavaScript programming 08-13-2008, 03:36 PM
Replies: 3
Resolved fun with hotkeys
Views: 738
Posted By king2k5
Thanks! that worked great!

Thanks! that worked great!
Forum: JavaScript programming 08-13-2008, 04:23 AM
Replies: 3
Resolved fun with hotkeys
Views: 738
Posted By king2k5
fun with hotkeys

I have created some hotkeys for fun on my site, and to familiarize myself a little more with JS(im new to it). My hotkeys work, but i want it so that when ctrl is pressed in, the hotkeys arent...
Forum: JavaScript programming 08-12-2008, 10:55 PM
Replies: 14
Views: 10,963
Posted By king2k5
submit textarea form with enter key

Is there any way to have a textarea and instead of skipping a line when enter is pressed, it submits the form?

Thanks in advance
Forum: Looking for work/ for hire 04-22-2008, 10:06 PM
Replies: 7
Views: 3,839
Posted By king2k5
What kind of game will it be? I have experience...

What kind of game will it be? I have experience in coding mmorpg's and would likely be willing to help you out for some money.
Forum: Looking for work/ for hire 04-20-2008, 12:19 AM
Replies: 0
Views: 2,233
Posted By king2k5
Experienced PHP programmer

I am an experienced PHP programmer, I currently run and operate an online game called Sovereignty. I am in need of some extra cash, so if you need anything done with PHP, send me an email at:...
Forum: PHP 03-25-2008, 05:13 PM
Replies: 4
Views: 594
Posted By king2k5
Thats what i figured.. so im assuming that any...

Thats what i figured.. so im assuming that any site that actually does give me my actual password back, doesnt use md5 and is therefore insecure?
Forum: PHP 03-25-2008, 05:09 PM
Replies: 4
Views: 594
Posted By king2k5
md5 help

I have a sign up system and login.. when signing up, the password the person chooses gets md5-ed.. everything works great.. but im wondering, for when i create a 'lost password' form, how do i echo...
Forum: PHP 03-18-2008, 10:40 PM
Replies: 7
Views: 869
Posted By king2k5
The code is this: $PLAYER_LOSSES_2 =...

The code is this:


$PLAYER_LOSSES_2 = array();

//break down a couple hundred lines

foreach($order[$key[1]] as $key2=>$value2) {

...
Forum: PHP 03-18-2008, 10:08 PM
Replies: 7
Views: 869
Posted By king2k5
Im sorry, its an Undefined Index, not variable

Im sorry, its an Undefined Index, not variable
Forum: PHP 03-18-2008, 09:59 PM
Replies: 7
Views: 869
Posted By king2k5
I turned them on, and still get the errors. I...

I turned them on, and still get the errors. I will fix the code, its just that on my live server i'd rather not have all these errors everywhere for people to tell me about left and right.. i'll be...
Forum: PHP 03-18-2008, 09:22 PM
Replies: 7
Views: 869
Posted By king2k5
A lot of undefined variable errors

I upgraded my version of PHP recently, and now all of a sudden there are a lot of undefined variable errors i am getting... I've been going through each file and fixing them.. but some of them are...
Forum: PHP 03-17-2008, 06:06 PM
Replies: 4
Views: 689
Posted By king2k5
Oh my god.. im embarrassed.. I changed the UPDATE...

Oh my god.. im embarrassed.. I changed the UPDATE statement to:

mysql_query("UPDATE userinf SET xpos='1',ypos='$whichkingdom',zpos='$nextz' WHERE username='".$retval['username']."' ", $db);

...
Forum: PHP 03-17-2008, 05:50 PM
Replies: 4
Views: 689
Posted By king2k5
But i echoed them in the same portion of the code...

But i echoed them in the same portion of the code as the update.. right below it.. it should be the exact same numbers..
Forum: PHP 03-17-2008, 02:55 PM
Replies: 4
Views: 689
Posted By king2k5
Someone please help... i need this to work asap

Someone please help... i need this to work asap
Forum: PHP 03-17-2008, 02:48 AM
Replies: 11
Views: 878
Posted By king2k5
try adding addslashes() to all of the POST...

try adding addslashes() to all of the POST variables?
Forum: PHP 03-17-2008, 01:38 AM
Replies: 4
Views: 689
Posted By king2k5
Really confused and lost.. trouble with PHP/MySQL

this is my code, i will explain below..

$result_move = mysql_query("SELECT * FROM userinf WHERE xpos='99' AND ypos='99' AND score>='50000' AND bactiv='1' ", $db);
while($retval =...
Forum: Computer Programming 03-16-2008, 07:12 AM
Replies: 1
Views: 976
Posted By king2k5
Restarting a VPS

I have a VPS server, and its been running for 23 days approx. I was wondering, how often should i Restart the VPS, what restarting does for the server, and will I experience any downtime when...
Showing results 1 to 25 of 189

 
Forum Jump

All times are GMT +1. The time now is 10:01 AM.