Jump to content
MakeWebGames

runthis

Members
  • Posts

    309
  • Joined

  • Last visited

Everything posted by runthis

  1. no need to fix what aint broken or will break.
  2. I can install the Dynamic Drive script into your game for $10
  3. The basic idea you are looking for is this, for simplicity of reading this reply, the style is inline. Demo: http://www.pure2012.com/testcolor.php   [noparse] <script type="text/javascript"> function hint(id){ var z=document.getElementById(id); if(z.style.display == 'none'){ z.style.display='inline'; }else{ z.style.display='none'; } } </script> <a style="cursor:pointer;" onmouseover="hint('hello');" onmouseout="hint('hello');">Hover me?</a><br> <div id="hello" style="display:none;">hello world</div> [/noparse]
  4. for $5 i will make it to where it uses the entire rainbow instead of just 2 colors. -Jesse
  5. Are you trying to this automatically or let the user type in bbcode to do it themselves? if you want to do it automatically, it is a very simple and easy code where you can change the colors up top, or make them database variables and let the user change them. Demo: http://www.pure2012.com/testcolor.php   [noparse] <? ## edit these $username="SMOKEY_TEK"; $color1="#FF0000"; $color2="#000000"; ## do not edit this $var="{$username}";$math=strlen($var);$flip=1; $x=0; while($math > 0){ if($flip == 1){ $char=substr("$var",$x,1); $name.="<font color='$color1'>$char</font>"; $flip=2; $math=($math - 1); $x++; $flip=2; }else{ $char=substr("$var",$x,1); $name.="<font color='$color2'>$char</font>"; $math=($math - 1); $x++; $flip=1; } } ## show name (style this) //echo "<b>".$name."</b>"; echo $name; ?> [/noparse]   your welcome makeweb world, you should click +1 to my rep on this thread :)
  6. hey John, good to see you. The logic behind removing a 5 minute cron is pretty simple. Check my post here http://makewebgames.io/showthread.php/40122-Cron-Job-Replacement.?p=261773#post261773
  7. makewebgames has a SiteMap not a description, although it has both, and you want both. The post i made above, use that to describe your site on the main page. You have to register your sitemap with google. Theres this website that can help you make one http://www.xml-sitemaps.com/ After that you have to register it with google like i said, you sign in and goto webmaster tools and find sitemaps.
  8. If i right click this page and hit view source i can see the description for this page   <meta name="description" content="hey there. ive recently been trying to get my site onto Google but not the way i would like. Does anyone know how to list tge description like MakeWeb Games. So like Name then description as usual but then a kind of list with the pages eg forum, portal. thanks" />   <meta name="description" content="Your description">
  9. runthis

    My question

    My values are from microsoft.
  10. Lilith, thats awesome! Also, Moose!
  11. i noticed that height 100% sucks and doesnt do it what it should, however if you wanted to you could do this <table> <tr><td>FIRST DIV</td></tr> <tr><td>MIDDLE DIV</td></tr> <tr><td>LAST DIV</td></tr> </table> and set height attributes in the <td>'s making sure they equal 100% taking into account any padding or margining you might add.
  12. Dude yes, exacty, send it over to samsung and get it fixed. The sooner its fixed, the sooner you can enjoy it
  13. If you take it to samsung they will not help you, by flashing anything you have violated the terms for their help, although i may be wrong if they charge. If its free than i am most certainly right. They might not be free and still wont want to help too.
  14. There is a reason why your phone was not listed. Ok lets break it down. I will try and fix your phone from here. Whats the make and model?
  15. If inside your internal flash, you overrided.deleted,moved,renamed,breathed on wrong, anything involving controlling startup, power or the battery (likely one file). you will never be able to turn it on short of the manufacturer plugging it into their original hardware and reinstalling the proprietary software. The problem is this, yes, you can fix it right? But all you need is for it to turn on, thats the problem, your trying to fix the problem, but the problem wont let you fix it. Like losing your contacts, if you could only see you could find those damn contacts ey?   edit: further more, the chances of it working through usb are slim too, UNLESS, you get lucky and they made a safeway into the phone via usb without turning it on when its broken, like a driver that activates a different mode of the phone or some special wire(maybe an extra green one inside) activates it to that mode (sometimes, yes, but unlikely).
  16. to quote myself Lets say inside your phones flash memory is a file named control.x and this file controls all of the actions your phone needs to perform to wake up and start. Lets also say on your flasher program you selected the wrong phone, maybe in this wrong selection it also has a file named control.x, but this file controls the touch screen, or numberpad. You could have very well flashed your main bootup actions, to act as your numberpad, which will never work. A jig might be able to get you in again via your pc, but without having the original firmware or os to boot into... Grab your friends phone thats the same model and download his firmware. Basically in USB mode of anything it tells it what folders to show, its purposely not going to show you the internal flash though.
  17. The problem with "flashing" anything is you are writing to the devices operating system in which your phone does not want you to. Not even an operating system, you are writing probably to a set of custom lines that tell the OS what to do (like writing to xml for adobeflash or php). I have flashed many a PSP to know that if you just clicked a random device, or maybe even one similar, youve added lines to your "xml" that the OS doesn't recognize or even want. Since traditionally you are not supposed to do this, it is very possible that there is no safeguard and your phone is what we call, a paperweight. Imagine if you will if i wanted to flash your windows operating system, i ram a program, when it popped up it said, select your OS and didn't have my windows on it, so i just hit MAC and hit GO, do you think youll still be able to boot windows? Luckily you can always boot another OS to get your stuff in windows, but your cellphone is a whole other story. You have impeded its ability of even turning on. Sometimes the flash(os)(firmware) can even control voltage to the battery, as seen in the newer PSP's, and flashing the wrong way, the wrong one, by random chance, could leave you with an unrecoverable PSP. Lets say inside your phones flash memory is a file named control.x and this file controls all of the actions your phone needs to perform to wake up and start. Lets also say on your flasher program you selected the wrong phone, maybe in this wrong selection it also has a file named control.x, but this file controls the touch screen, or numberpad. You could have very well flashed your main bootup actions, to act as your numberpad, which will never work. The best suggestion is to take it down to a knowledgeable store and really be nice to the guy you want to help you and see if he can reflash your phone (he probably cant).
  18. Arson, The layout looks great. Might i make one suggestion. Below the categories, where it lists the actual games, mine should be there, no im kidding, below the categories, the games should have some sort of backdrop, to help distinguish content. edit: Also make sure when something is heading something like Heading -------- text text That the text Heading, is slightly bigger than the list of text there, or the text is slightly smaller than the Heading text.
  19. Sorry i have been out of town for a few days and with finals this past week, it has really been hectic. You can now visit http://www.pure2012.com and register for an early account. This gives you pre-access to the game accounts and forum, so registration later is not necessary. Thanks guys, after this next week i should be back with more updates. This week is my week off of school to complete another project for someone else on this forum.
  20. haha good one $db->query("UPDATE users SET money=money+0 WHERE userid=$userid"); $db->query("UPDATE users SET crystals=crystals+0 WHERE userid=$userid");
  21. So i am way balls deep into my game to try and start over in c++ or java. I was checking out Unity, been checking it out for a while and a game like mine that does not require walking around, but instead a futuristic hud where things can float in free space seems like a great idea. The great thing about unity is that it can play in the browser with a plugin. Anyone had any experience with unity? Alan?
  22. The code you copied from some site has asterisks in it. Maybe its supposed to, but i never seen that in php before. Does this work? <?php include "global_func.php"; $_GET[iD] = abs((int) $_GET[iD]); if(!$_GET[iD]) { echo '<h2>Oops</h2>Invalid use of file'; } else { $i=$db->query("SELECT iv.*,i.*,it.* FROM inventory iv LEFT JOIN items i ON iv.inv_itemid=i.itmid LEFT JOIN itemtypes it ON i.itmtype=it.itmtypeid WHERE iv.inv_id={$_GET[iD]} AND iv.inv_userid=$userid"); } if(!$db->num_rows($i)) { print "<h2>Oops</h2>Invalid item ID"; } else { $r=$db->fetch_row($i); if($r[itmid] == 8) { $db->query("UPDATE users SET donatordays=donatordays+30 WHERE userid=$userid"); $db->query("UPDATE users SET money=money+0 WHERE userid=$userid"); $db->query("UPDATE users SET crystals=crystals+0 WHERE userid=$userid"); $db->query("UPDATE userstats SET IQ=IQ+120 WHERE userid=$userid"); echo '<h2>Donator Pack</h2>You have used your donator pack!'; } item_remove($userid, $r['inv_itemid'], 1); } $h->endpage(); ?>
  23. Don't worry, even microsoft wants these people gone, there is a script you can add to your website that will help your ie users see the light directly from microsoft Without having to sign up, or join anything, microsoft provides a script that you can put on your pages at http://www.ie6countdown.com/join-us.aspx Better than writing your own ey? Plus this is official microsoft, so the oldies on IE6 might think, crap, ok, time to upgrade. also microsoft says this  
  24. runthis

    My question

    Also since last year the 9.7% of IE users globally was dropped down from 16.9% to that 9.7% this year. Next year i am sure it will be as close to 4%, so program away, get all your ideas, newest technology or what, if it is cool enough, like alan says, your users will probably upgrade, and in the long run, thank you for enriching their web experience.
  25. runthis

    My question

    IE6 was released in 2001, currently (or atleast a year ago) 9.7% percent globally and 1.7% percent in the U.S use IE6. But these numbers can get fuzzy. For your site, these numbers would be more close to 0.7% percent globally and 0.02% percent in the U.S. The reason is because you are running a technical site.Just like i am running a hacking game, i have yet to see one user on anything lower than IE8, in fast most use firefox. Take a look at it two ways The reason someone has IE6 is for two reasons (or a bunch of wierd reasons, but heres the two) They are using windows 2000 which only goes up to IE6, or they use windows XP sp1 from 2001 and they turned off updates for ten years or deny the new only IE updates. Ok, if they are stuck on xp sp1 and they turned off updating, they would have problems on most websites. In fact during a recent exploration i noticed that most commercial websites will give you a message (you are using an inferior browser, please upgrade) and even youtube will tell you, (we cant even play you anything) because youtube in a nice, but very annoying way has made their site html5 compatible. Don't worry about your IE6 visitors, If you are running a tech savvy game, or website. Chances are you don't even care if the IE6 visitor stays or leaves forever. Although you also have to consider the Joe Dirt thing, its not about you its about the consumer. So why not make a little bit of javascript to tell them (hey, your browser is nearing 11 years in age) and provide them with a link to the microsoft website. You can refer your visitors to this website made by microsoft if they have IE6 and show them that the company who made it think they should upgrade. http://www.ie6countdown.com/
×
×
  • Create New...