Jump to content
MakeWebGames

HauntedDawg

Members
  • Posts

    476
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by HauntedDawg

  1. I think we will grow old before we see them. Most providers that provide reseller's don't put the main server's specs up for a reason. So they can over use one server to over its capacity..
  2. LOL @ "i can code now" 3 days ago you were asking for help.. How lovely is this thread getting..
  3. Perhaps climb off your high horse? Claiming to be able to code modifications for someone for money (as seen in this thread), where you have asked here for the most basic php help ever!
  4. Let's assume his game website is on it.. murder-city.net murder-city.net Is Hosted by Fasthosts Internet Limited - UK\'s largest web host Digging deeper.. has his own allocated IP address. 213.171.204.133 Your server is located in India.. How do you manage 0.002 seconds for page loads?   ------------------ PING results Host tested: 202.71.128.225 Test performed from: New York, NY Test performed at: 2013-07-17 13:06:47 (GMT +00:00) PING 202.71.128.225 (202.71.128.225) 56(84) bytes of data. --- 202.71.128.225 ping statistics --- 8 packets transmitted, 0 received, 100% packet loss, time 6997ms ---------------------- Still want to claim your 99.7%? Might i add, you are indeed on a reseller with a separate allocated IP.   Reverse IP: 860 websites use this address. (examples: 7wondersofindia.com abhayashankar.com abhikalp.org abmcivilventures.com)   http://whois.domaintools.com/202.71.128.225 I think i need no longer speak.
  5. All I have to say is HaHaHaHa. Dead? No.. very far from it. murder-city.net a unique design? Hmm.. unique, yes.. to what extent is the question...
  6. HaHa - gather information about a person? Well, if you install the APP, and give it access to your mails and contact's, then your stupid. Facebook right now is data-mining your phone's email's, phone contact's (if you have the APP installed). How many people data-mine Facebook through Facebook's open graph system? I'll put it like this. How are you being scammed? How is it that they are gathering information from you? When all they ask is email, name and surname. Which, I'm pretty sure you have given to at least 10 website's, that's excluding MWG, Facebook & Twitter. The APP isn't fully published, yet everyone is on the bandwagon of dismay because of one of the Co-CEO's who's to run pyramid scheme's. Yes, after what a_bertrand showed, i have doubt that it will pay out. But then, what IF they decide to pay out this time? And perhaps the CEO has decided to stop his **** (Remember, if you read the article, has been sued previously.. why would he be so stupid to use his name again?) As for me, i will give it a chance. All they have is my email and name. No big deal, there are plenty more website's out there that have way more information on me than just that. And i am locking this thread.
  7. You said you were tired and off to bed in the past 20 minute's. Why couldn't you just post your server details? Or are you waiting for the guy giving you reseller access to tell you the specs?
  8. Still, it's not allowed. It's like buying a Ferrari, change the paint job, bore your cylinder bigger and claim it's a "JC Venom". No matter how much you want to change, the core still remains.
  9. And again, tell me how are YOU being scammed when you are not handing a cent over to them? Yes, again, you are giving them info. But how many time's have you given your email address to other website's? And if you are going to tell me you are careful what website's you register too, and if it's suspicious you use a different email, then why not just use that email to sign up once again?
  10. Although, div's are great for design work. But table's are still widely used for tabled data. When it come's to design work (Your interface) use div's, when it come's to displaying table like data, use table's, it's what they are there for. Table's are not going anywhere soon: http://www.w3schools.com/html/html_tables.asp Even facebook use table's, because they are easier to develop table like data than using div's where with a div, ill let you read this instead: http://coding.smashingmagazine.com/2009/04/08/from-table-hell-to-div-hell/
  11. Please explain to me how the hell are you getting scammed? Sure, you giving them your detail's, how many other site's have you not given it to? Are they asking you to pay something? Uhm, no, not that I've seen..
  12. To be honest, i am just growing my ripple. It might be a fake to gather member's, but what if it turn's out to be something that actually pay's out? At least I know i will be part of the first million :D, and those from my ripple will then follow.
  13. This is the best method, coupled with a "Resend verification link" at the very top in-case they did not receive it.
  14. I understand somewhat, what it is based on. Essentially, you download the APP on your smartphone. When you download an APP, you like, you share it on your Ripple, everyone on your Ripple, will see it, giving them a chance to download it as well. Per person you refer to rippln, or when they refer some one to rippln, you get paid. At this point, i am unsure how to share via PC yet.
  15. One way would be to do something like this:   $sql = mysqli_query('SELECT COUNT(`f_id`) FROM `friends` WHERE IF(`u2_id` = '.$userid.', `u1_id`, `u2_id`) = '.$f_id.' ORDER BY `f_id` DESC LIMIT 1'); $friends_arr = array(); while($friends = mysql_fetch_assoc($sql)) { $friends_arr[] = $friends; } $friends = array_reverse($friends_arr); foreach($friends as $row) { echo $row['friend_name']; }   Alternatively (although not tested, should work the same concept):   <?php $sql = mysqli_query('SELECT COUNT(`f_id`) FROM `friends` WHERE IF(`u2_id` = '.$userid.', `u1_id`, `u2_id`) = '.$f_id.' ORDER BY `f_id` DESC LIMIT 1'); while($friends = array_reverse(mysql_fetch_assoc($sql))) { echo $friends['friend_name']; } ?>
  16. I was at first hesitant to share it, as I myself never quite understood what it is for. But it's growing very fast, so I thought, why not jump the bandwagon as well. So far, it seems promising.
  17. I’ve been working behind the scenes on a new social network that’s about to launch. It’s already growing at the speed of Facebook, Twitter and Pinterest! You have to see the concept to understand why. But once you get it, you’ll see this could change your life forever. Check it out here… http://www.startmyripple.com/blitzlink/Jfe0RwP0nxYgEM3hHyltDeqFAH3pqeAdt41rBP%2FPAoXXkf64Xe%2FqAg%3D%3D Watch the video and then create your account. I can’t tell you too much more until you're inside, so create your free account now then let me know and I can explain how it all works!
  18. SELECT COUNT(`f_id`) FROM `friends` WHERE IF(`u2_id` = '.$userid.', `u1_id`, `u2_id`) = '.$f_id.' LIMIT 1
  19. You might want to change your <script> tag to <style> tag for css.
  20. My eyes hurt. Whats with defining the car's array multiple times? And perhaps, why not create a multi-dimensional array that contain's the images as well? Therefor only requiring to edit one array, instead of multiple. Tut tut..   $cars = array( 0 => array('name' => 'Vauxhall Nova', 'img' => ''), 1 => array('name' => 'Vauxhall Corsa', 'img' => ''), 2 => array('name' => 'Ford Fiesta ST', 'img' => ''), 3 => array('name' => 'Renault Clio', 'img' => '') ); $win = mt_rand(0,3);   You brake the window to the car and jump in a $cars[$win]['name'] well done!   To use image:   <img src="$cars[$win]['img']" />
  21. HauntedDawg

    Possible?

    Multiple way's to accomplish this, it depends on what you are checking for.   // Check if user has a session id of some sort if(array_key_exists('session_id', $_SESSION)) { // Session active include_once('path/here.php'); } else { // No session Active include_once('path/here.php'); } // Check if session is active $session_type = session_status(); if($session_type == PHP_SESSION_DISABLED) { // No session active, sessions disabled (IE: no session_start() called) include_once('path/here.php'); } else if($session_type == PHP_SESSION_NONE) { // Sessions are enabled (IE: called to session_start()), but no sessions active (Have no session id) include_once('path/here.php'); } else if($session_type == PHP_SESSION_ACTIVE) { // Sessions are enabled (IE: called to session_start()), and there is currently an active session include_once('path/here.php'); } // Using a pre defined variable if(defined('SID')) { // Session active include_once('path/here.php'); } else { // Session not active include_once('path/here.php'); }   A simple google search for "php how to detect if session is active", can yield many results.
  22. HauntedDawg

    Need help!

    Have you tried changing fetchrow to fetch_row? As far as I'm aware, most programmers would add an "_" or have a capital after first word as such: firstWord, however, take that with a pinch of salt, as I have never seen ezRPG's source. ---- EDIT ---- After taking a look at ezRPG db class, it's fetchRow and not fetchrow http://code.google.com/p/ezrpg/source/browse/lib/db.mysql.php
  23. For those who are not aware! Year1920 has been released.
  24. How much does the person get paid for those 1-2 hours a day? Would be interested.
  25. Not essentially, there is software that you can setup on your server to do it for you, or you can program one yourself in PHP. Here's a quick tutorial: http://davidwalsh.name/gmail-php-imap
×
×
  • Create New...