lucky3809
Members-
Posts
1,115 -
Joined
-
Last visited
-
Days Won
3
Content Type
Profiles
Forums
Events
Everything posted by lucky3809
-
I am trying to figure this out, I am sure if I dig deeper, I will find the way, but first I want to know if anyone else knows how to do this. I have a select query selecting names, that forms a list of 25 What I want it to do is highlight the two above me and two below me. such: Name 1 Name 2 Name 3 Name 4 My Name (5) Name 6 Name 7 Name 8 Name 9 Name 10 So forth...
-
Doesn't the variables need brackets?? Your insert query: $db->query("INSERT INTO referals VALUES('$ia', {$_POST['ref']}, $i, unix_timestamp(),'{$r['lastip']}','$IP')"); $ia, and I believe $i,$IP need those brackets {} or '".$ia." '".$i."' ... maybe I am wrong, but it needs to tell what is the variable. I am quite tired in this response lol.
-
Too many open and closing php tags not necessary, just because you have html in your code does not mean you have to end php tags than write them in then start php again, include the html into the php tags by using echo and making sure you also end the echo statement, some of your echo statements were not closed. why you got the error. Just badly coded all together with all the open and closing of php in my opinion.
-
First off, stop calling them glitches, it is called security vulnerability, a glitch is when the code does not perform an action that it suppose to perform when a user clicks on the specific feature.... There are many hacks, your post is not specific in what you are trying to do. First of all you should be able to test any form via from your browser using the inspect tool, by changing the $_POST and $_GET variables, if you able to change them, than the form you are testing on may have a vulnerability in security, but not necessarily can it have a vulnerability just by you being able to change them. Further test would be SQL injections, which NO one will show you or tell you how to do on this forum, you have to do your own research on it. Which there are several sites that will show you the steps.
-
Yep, two separate persons not the same individuals. I remember Cavell from when this forum was criminal existence. Cordell is NOT him!
-
That is the hosting, not mccodes... You need to contact them of the error. This happened to me once on free hosting, and they fixed it, it was an error on their side.
-
IP's you can not always know whom is using a legit IP as for someone could be using proxies, how I see it there should not only be an IP checker on,but also for new players,there should be a time limit to when they can send something such items to another user like maybe a 10 day activity limit, this includes leveling and crimes and which ever you think should consist of their activity. And also make it send an alert when a users IP has changed.
-
First you need a plan of exactly what type of game you are wanting to create you also need a story behind it, that would be your foundation. Old way always works paper and pen!!! PHP is the most common language used next to javascript/jquery/ajax. And than you have mysql your database you should also learn. The cost can vary it can either cost you or it may not depending on if you're wanting a team of coders to help you in your project, or designers. As for game engines go I would honestly start with a generic login script and get to know how the database connects, a good one for learners would be http://www.wikihow.com/Create-a-Secure-Login-Script-in-PHP-and-MySQL After that you may be able to create your own engine, or take the route of buying an engine whichever you decide, but in my opinion the best engine is one you have created yourself, than you know that engine, and are familiar with it, it would be faster for you to grasp also. As engine wise goes NWE is the way to go, unless you prefer mccodes or the generic RPG.
-
I was going to say the same thing about paypal dispute, or even disputing it with the bank all banks that i know of does disputes, but it sometimes take time for it to be refunded back.
-
coloring wise should be changed looks like I am playing a christmas game lol...other than that it looks playable.
-
x10hosting is the best, but sometimes they are not so great... if your going to open a game to the public, your best off buying a plan.
-
the error is in your value... value="<?php echo (abs((int) $_COOKIE['user_for']) ? abs((int) $_COOKIE['user_for']) : $ir['userid']); ?>" Do you see what you did there? hint (echo)
-
Totally is still registering having to enter an email, than going to your email to retrieve the code... why not use session cookies and save method that gives a unique code to enter later from the save point, if the user has cleared their cookies. Then they are not actually registering...
-
On line 950 and 1004, look at the main query, is those fields in the database? Are they spelt correctly? Usually that is the problem why it throws that error. Also make sure you are not using the same variable twice, that also gives that error try renaming them.
-
There is still profit from text based games to be made, just no text game lives up to the actual hype as the biggest one such torn.com,and a few others, some are just duplicates or poorly coded, or has admins that don't actually code and can't produce updates, I am sure though someone can come along and take torn.com place, it's all about how dedicated you are, ched of torn has been active with his game since day 1 when it came out, and he hasn't really abandon it, that is why that game is successful.. Than you look at other games, such one of my favorites roguevampires, and it's failing slowly as for the owner has abandoned it and never produced the updates to keep it alive, when it first started out it did really good and even now it still does slightly good profit wise, but not at the full potential it once was. Back then it was the next torn, but the phase died quickly because Jez (owner) was not as dedicated. So it all depends what direction you are going with your game, and how dedicated you are to it and the players.
-
When the forum changed the old threads were effected, there is also a thread available that states what it effected, if you code in PHP you can't miss the errors. That is why people have stated don't just copy and paste....
-
Thug Paradise 2 Beta - Text Based Crime Game 2014
lucky3809 replied to Warren Cartel's topic in Show off
The co.uk link has the best login, however I dislike the inside of the game, the cursor part it's really annoying in my opinion, keep to the default cursor! -
Mccodes supports any coding languages, if you are advance in your learning it is VERY possible you can use other scripts with mccodes..Just takes simple editing skills. What do you mean by images and animation? For a user to use such? If it's for users you will need a bbcode parser, if you are just using them for the layout in general than HTML works.
-
I bet you I can send you a virus and you will open it up and click... such the use of anonymous email software can help demonstrate, how you will open it, simply all one has to do is add in the sender part an email from someone the target knows, and that person would be a complete dummy and open it, not necessarily does the receiver need to click on any link as for it can be activated by opening the email.... I was going to reply and ask whom opens mail anyways from senders that they do not know, but than I remembered a sender email can be faked just like someone calling your phone... I am one of the idiots you call in your post because I am in the US... But at least I am smart to know all the early 90's tricks, and would not have failed the test of a hack... Also a virus can corrupts files mainly not the "whole" software/firewall ... unless that software was badly programmed than it may destroy it, but name one software that has been destroyed completely, such AV and other virus protection...
-
They have a login script how to on wikihow, really simple to follow. http://www.wikihow.com/Create-a-Secure-Login-Script-in-PHP-and-MySQL
-
This is really a simple thing... You do NOT need two foreach statements, you do not even need a foreach at all.. use a while statement (if you're using a database) and count the rows..you have your table structure wrong that is why you are having a complicated time with it... If you are pulling info from a database this is what you can use or you may can convert it to the foreach I suppose. $n is how many eps to show per line, I take it you want one, than the next one below it and so forth... echo '<form action="watch.php" method="post"> <table border="0" width="600" cellpadding="0"> <tr> <td style="vertical-align: middle;">'; $a=$db->query("SELECT * FROM videos") or die(mysql_error()); $c = 0; $n = 1; while($show= $db->fetch_row($a)) { if($c % $n == 0 && $c != 0) { echo ' </td> </tr> <tr> <td style="vertical-align: middle;">'; } $c++; echo 'Radio Input</td><td style="vertical-align: middle;"><--></td><td style="vertical-align: middle;">Episode Name</td><td style="vertical-align: middle;">Image'; } echo '</table>';
-
What are your favorite all time top 5 Movies?
lucky3809 replied to Jan Kaufmann's topic in Media Entertainment (FKA Tv Shows)
Contact Poetic Justice Big The Goonies Platoon -
That script/engine is freely to use under the Open Source License... I think your scamming developers of those other engines, I don't believe you have rights to sell them.
-
Capping stats is a bad move, because players like that "achievement" to keep going, if you cap stats than all your players would end up with all the same stats, and it would defeat the purpose of your game, if it is an attacking game, and surely would end your game rather more quickly than it had begun. Why not limit how much one can gain per stat, each time they have trained that particular stat? Or use some type of a count bar for each of the stats such Strength 10/1000 10= how many times they trained that stat with energy, and 1,000 is their goal to getting an estimated stat cap, such 50 strength when goal is reached, then a new goal proceeds after that one, of higher such 2,500 and so on... Also you can not please newer players and make it easier for them to catch up, a game should never be like that, because also those players that have been playing a game for a long time also spends time and effort to get where they are in a game..
-
This is the same engine you gave out freely in this thread:http://makewebgames.io/showthread.php/42029-anyone-got-thisscript-or-know-where-i-can-get-it-from/page3 That Kyle deleted the link because you stated it was a leaked engine.