Jump to content
MakeWebGames

sixsens

Members
  • Posts

    48
  • Joined

  • Last visited

Everything posted by sixsens

  1. i can test up for ya
  2. Would be nice. Approved
  3. im happy about the mod, only thing is the pethof pets hall of fame doesnt work at all.
  4. here he is posting is mail.... what other proove can i send!?! http://makewebgames.io/showthread.php/42551-Offshore-Shared-Hosting?p=283882&viewfull=1#post283882
  5. there is no error that is the mail. thats is the mail skooda ask me to send the paiement [email protected] im sure about it cause , same day i made a paiment to djkanna and skooda ask me 10$ before and 10$ after that why it says first 10$ on the proof. And you guys take my advice or not... im the victim here not him... please. if you guys dont care about my advice go make things with him and youl see by yourself. im done with this story. have fun finding your own clue.
  6. [ATTACH=CONFIG]751[/ATTACH] Here a link to play your song http://www.weebls-stuff.com/toons/Dumb+Dinosaur/ Have fun
  7. IE9 bug SOLVE marvelous game and work pretty fine... my only problem is the ajax refresh.. here doesnt work with ie9. work ok with mozilla.. opera.. im testing with ie9 and no refreshing!!! its that page that need to be modified..   <?php if($pokerpage==1) { $extrapokerheaders=" <META HTTP-EQUIV=\"Pragma\" CONTENT=\"no-cache\"> <META HTTP-EQUIV=\"Expires\" CONTENT=\"-1\"> "; $pokerjs=" <script type=\"text/javascript\"> var f = false; var doitagain = true; var waittime = 5000; var pauserefresh = false; function postFormAjax(url, formname) { var xmlhttp; if (window.XMLHttpRequest) { // code for IE7+, Firefox, Chrome, Opera, Safari xmlhttp=new XMLHttpRequest(); } else { // code for IE6, IE5 xmlhttp=new ActiveXObject(\"Microsoft.XMLHTTP\"); } if (!f && xmlhttp) { var fields = new Array(); if(formname) { var ajax = formname; } //loop through form elements and retrieve field NAMEs and Values for (var x = 0; x < eval(\"document.\"+ajax+\".elements.length\"); x++) { // join them into a string. eval(\"fields.push(document.\"+ajax+ \".elements[x].name+'='+document.\" +ajax+\".elements[x].value)\"); } elem = 'errors'; var sendf = fields.join('&'); xmlhttp.open(\"POST\", url, true); xmlhttp.onreadystatechange = function() { if (xmlhttp.readyState == 4) { if(xmlhttp.status == 200) { results = xmlhttp.responseText; var para = document.getElementById('errors'); para.innerHTML = results; f = false; // re activate the AJAX function //refresh page //clearTimeout(); pauserefresh=false; refreshPokerOnce(); refreshPokerChat(); } } } xmlhttp.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded'); xmlhttp.send(sendf); f = true; if(formname=='postchat'){document.getElementById(\"chattxtinput\").value = '';} } } function enter_pressed(e) { var keycode; if (window.event) keycode = window.event.keyCode; else if (e) keycode = e.which; else return false; return (keycode == 13); } function beginPokerAjax() { refreshEverything(); } function setMaxBet(input) { var xmlhttp; var maxbetamount = 0; var maxbetamount2 = 0; if (window.XMLHttpRequest) { // code for IE7+, Firefox, Chrome, Opera, Safari xmlhttp=new XMLHttpRequest(); } else { // code for IE6, IE5 xmlhttp=new ActiveXObject(\"Microsoft.XMLHTTP\"); } xmlhttp.onreadystatechange=function() { if(xmlhttp.readyState==4) { maxbetamount = xmlhttp.responseText; maxbetamount2 = maxbetamount-input; document.getElementById(\"betamnt\").value = maxbetamount2; } } xmlhttp.open(\"GET\",\"pokerdataajax.php?id=1\",true); xmlhttp.send(null); pauserefresh=true; } function typingBet() { pauserefresh=true; } function runPokerAjax() { //every x seconds, resend the ajax clearTimeout(); if(doitagain) { doitagain=false; var t=setTimeout(\"refreshEverything()\",waittime); } } function refreshEverything() { refreshPokerChat(); refreshPoker(); doitagain=true; } function runPokerViewAjax(para) { //every x seconds, resend the ajax clearTimeout(); var t=setTimeout(\"beginPokerViewAjax(\"+para+\")\",waittime); } function beginPokerViewAjax(para) { var xmlhttp; if (window.XMLHttpRequest) { // code for IE7+, Firefox, Chrome, Opera, Safari xmlhttp=new XMLHttpRequest(); } else { // code for IE6, IE5 xmlhttp=new ActiveXObject(\"Microsoft.XMLHTTP\"); } xmlhttp.onreadystatechange=function() { if(xmlhttp.readyState==4) { document.getElementById(\"pokerdivview\").innerHTML = ''; document.getElementById(\"pokerdivview\").innerHTML = xmlhttp.responseText; } } xmlhttp.open(\"GET\",\"pokerviewoutput.php?t=\"+para,true); xmlhttp.send(null); runPokerViewAjax(para); } function refreshPoker() { if(!pauserefresh) { var xmlhttp; if (window.XMLHttpRequest) { // code for IE7+, Firefox, Chrome, Opera, Safari xmlhttp=new XMLHttpRequest(); } else { // code for IE6, IE5 xmlhttp=new ActiveXObject(\"Microsoft.XMLHTTP\"); } xmlhttp.onreadystatechange=function() { if(xmlhttp.readyState==4) { document.getElementById(\"pokerdiv\").innerHTML = ''; document.getElementById(\"pokerdiv\").innerHTML = xmlhttp.responseText; } } xmlhttp.open(\"GET\",\"pokeroutput.php\",true); xmlhttp.send(null); } pauserefresh=false; runPokerAjax(); } function refreshPokerOnce() { var xmlhttp; if (window.XMLHttpRequest) { // code for IE7+, Firefox, Chrome, Opera, Safari xmlhttp=new XMLHttpRequest(); } else { // code for IE6, IE5 xmlhttp=new ActiveXObject(\"Microsoft.XMLHTTP\"); } xmlhttp.onreadystatechange=function() { if(xmlhttp.readyState==4) { document.getElementById(\"pokerdiv\").innerHTML = ''; document.getElementById(\"pokerdiv\").innerHTML = xmlhttp.responseText; } } xmlhttp.open(\"GET\",\"pokeroutput.php\",true); xmlhttp.send(null); } function refreshPokerChat() { var xmlhttp; if (window.XMLHttpRequest) { // code for IE7+, Firefox, Chrome, Opera, Safari xmlhttp=new XMLHttpRequest(); } else { // code for IE6, IE5 xmlhttp=new ActiveXObject(\"Microsoft.XMLHTTP\"); } xmlhttp.onreadystatechange=function() { if(xmlhttp.readyState==4) { document.getElementById(\"pokerchat\").innerHTML = xmlhttp.responseText; } } xmlhttp.open(\"GET\",\"pokerchatoutput.php\",true); xmlhttp.send(null); } </script> "; } ?>   if anyone know the solution. i tried this: but same thing when we use ie9 <?php if($pokerpage==1) { $extrapokerheaders=" <META HTTP-EQUIV=\"Pragma\" CONTENT=\"no-cache\"> <META HTTP-EQUIV=\"Expires\" CONTENT=\"-1\"> "; $pokerjs=" <script type=\"text/javascript\"> var f = false; var doitagain = true; var waittime = 5000; var pauserefresh = false; function postFormAjax(url, formname) { var xmlhttp; try { //Cool browsers xmlhttp = new XMLHttpRequest(); } catch (e) { //Internet Explorer try { xmlhttp = new ActiveXObject(\"Msxml2.XMLHTTP\"); } catch (e) { try { xmlhttp = new ActiveXObject(\"Microsoft.XMLHTTP\"); } catch (e) { alert('We cannot initiate ajax, please update your browser.'); } } } if (!f && xmlhttp) { var fields = new Array(); if(formname) { var ajax = formname; } //loop through form elements and retrieve field NAMEs and Values for (var x = 0; x < eval(\"document.\"+ajax+\".elements.length\"); x++) { // join them into a string. eval(\"fields.push(document.\"+ajax+ \".elements[x].name+'='+document.\" +ajax+\".elements[x].value)\"); } elem = 'errors'; var sendf = fields.join('&'); xmlhttp.open(\"POST\", url, true); xmlhttp.onreadystatechange = function() { if (xmlhttp.readyState == 4) { if(xmlhttp.status == 200) { results = xmlhttp.responseText; var para = document.getElementById('errors'); para.innerHTML = results; f = false; // re activate the AJAX function //refresh page //clearTimeout(); pauserefresh=false; refreshPokerOnce(); refreshPokerChat(); } } } xmlhttp.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded'); xmlhttp.send(sendf); f = true; if(formname=='postchat'){document.getElementById(\"chattxtinput\").value = '';} } } function enter_pressed(e) { var keycode; if (window.event) keycode = window.event.keyCode; else if (e) keycode = e.which; else return false; return (keycode == 13); } function beginPokerAjax() { refreshEverything(); } function setMaxBet(input) { var xmlhttp; var maxbetamount = 0; var maxbetamount2 = 0; try { //Cool browsers xmlhttp = new XMLHttpRequest(); } catch (e) { //Internet Explorer try { xmlhttp = new ActiveXObject(\"Msxml2.XMLHTTP\"); } catch (e) { try { xmlhttp = new ActiveXObject(\"Microsoft.XMLHTTP\"); } catch (e) { alert('We cannot initiate ajax, please update your browser.'); } } } xmlhttp.onreadystatechange=function() { if(xmlhttp.readyState==4) { maxbetamount = xmlhttp.responseText; maxbetamount2 = maxbetamount-input; document.getElementById(\"betamnt\").value = maxbetamount2; } } xmlhttp.open(\"GET\",\"pokerdataajax.php?id=1\",true); xmlhttp.send(null); pauserefresh=true; } function typingBet() { pauserefresh=true; } function runPokerAjax() { //every x seconds, resend the ajax clearTimeout(); if(doitagain) { doitagain=false; var t=setTimeout(\"refreshEverything()\",waittime); } } function refreshEverything() { refreshPokerChat(); refreshPoker(); doitagain=true; } function runPokerViewAjax(para) { //every x seconds, resend the ajax clearTimeout(); var t=setTimeout(\"beginPokerViewAjax(\"+para+\")\",waittime); } function beginPokerViewAjax(para) { var xmlhttp; try { //Cool browsers xmlhttp = new XMLHttpRequest(); } catch (e) { //Internet Explorer try { xmlhttp = new ActiveXObject(\"Msxml2.XMLHTTP\"); } catch (e) { try { xmlhttp = new ActiveXObject(\"Microsoft.XMLHTTP\"); } catch (e) { alert('We cannot initiate ajax, please update your browser.'); } } } xmlhttp.onreadystatechange=function() { if(xmlhttp.readyState==4) { document.getElementById(\"pokerdivview\").innerHTML = ''; document.getElementById(\"pokerdivview\").innerHTML = xmlhttp.responseText; } } xmlhttp.open(\"GET\",\"pokerviewoutput.php?t=\"+para,true); xmlhttp.send(null); runPokerViewAjax(para); } function refreshPoker() { if(!pauserefresh) { var xmlhttp; try { //Cool browsers xmlhttp = new XMLHttpRequest(); } catch (e) { //Internet Explorer try { xmlhttp = new ActiveXObject(\"Msxml2.XMLHTTP\"); } catch (e) { try { xmlhttp = new ActiveXObject(\"Microsoft.XMLHTTP\"); } catch (e) { alert('We cannot initiate ajax, please update your browser.'); } } } xmlhttp.onreadystatechange=function() { if(xmlhttp.readyState==4) { document.getElementById(\"pokerdiv\").innerHTML = ''; document.getElementById(\"pokerdiv\").innerHTML = xmlhttp.responseText; } } xmlhttp.open(\"GET\",\"pokeroutput.php\",true); xmlhttp.send(null); } pauserefresh=false; runPokerAjax(); } function refreshPokerOnce() { var xmlhttp; try { //Cool browsers xmlhttp = new XMLHttpRequest(); } catch (e) { //Internet Explorer try { xmlhttp = new ActiveXObject(\"Msxml2.XMLHTTP\"); } catch (e) { try { xmlhttp = new ActiveXObject(\"Microsoft.XMLHTTP\"); } catch (e) { alert('We cannot initiate ajax, please update your browser.'); } } } xmlhttp.onreadystatechange=function() { if(xmlhttp.readyState==4) { document.getElementById(\"pokerdiv\").innerHTML = ''; document.getElementById(\"pokerdiv\").innerHTML = xmlhttp.responseText; } } xmlhttp.open(\"GET\",\"pokeroutput.php\",true); xmlhttp.send(null); } function refreshPokerChat() { var xmlhttp; try { //Cool browsers xmlhttp = new XMLHttpRequest(); } catch (e) { //Internet Explorer try { xmlhttp = new ActiveXObject(\"Msxml2.XMLHTTP\"); } catch (e) { try { xmlhttp = new ActiveXObject(\"Microsoft.XMLHTTP\"); } catch (e) { alert('We cannot initiate ajax, please update your browser.'); } } } xmlhttp.onreadystatechange=function() { if(xmlhttp.readyState==4) { document.getElementById(\"pokerchat\").innerHTML = xmlhttp.responseText; } } xmlhttp.open(\"GET\",\"pokerchatoutput.php\",true); xmlhttp.send(null); } </script> "; } ?>   ok thx but i found myself... no need anymore
  8. Nice addictive game i like graphic and the quest system. Seem ok for me!
  9. here is my proof maybe im slow and stupid but i dont lie to anyone and i dont steal from them as you do. and here my proof and your paypal. Liar. [ATTACH=CONFIG]750[/ATTACH] Ill never let you go wth my money and let you came here without saying anything. Payback or be shy and never came back.   Again warning to everyone. Skooda is a thief   ps. Sorry Dj i made a mistake. Was the same day transaction!!!
  10. just let skooda defend himself ruler of makewebgame. here your proof [ATTACH=CONFIG]750[/ATTACH]
  11. sixsens

    Facebook Register?

    there you go http://makewebgames.io/showthread.php/42419-facebook-website-signup?highlight=facebook
  12. Warning Skooda steal 10$ from me... you should not do things with him.. By the way Skooda you should give me back the 10$ that you ran away with it.
  13. here what you need to use your item   $q=mysql_query("SELECT * FROM crimes WHERE crimeID={$_GET['c']}",$c); $r=mysql_fetch_array($q); $qi=$db->query("SELECT inv_itemid FROM inventory where inv_itemid={$r['crimeITEM']} AND inv_userid=$userid"); $n=$db->fetch_row($qi); if($ir['brave'] < $r['crimeBRAVE']) { print "You do not have enough brave to perform this crime."; } else if($n['inv_itemid'] > 0 != $r['crimeITEM']) { print "You do not have the required item needed to perform this crime."; } else { item_remove($userid, $r['crimeITEM'], 1);
  14. seem that i dont need thos rand()   { $aarmorequip1=$db->query("SELECT i.armor FROM items i WHERE itmid={$odata['equip_armor']}"); $aarmorequip2=$db->query("SELECT i.boots FROM items i WHERE itmid={$odata['equip_boots']}"); $aarmorequip3=$db->query("SELECT i.helmet FROM items i WHERE itmid={$odata['equip_helmet']}"); $aarmorequip4=$db->query("SELECT i.amulet FROM items i WHERE itmid={$odata['equip_amulet']}"); $aarmorequip5=$db->query("SELECT i.braclet FROM items i WHERE itmid={$odata['equip_braclet']} "); $aarmorequip6=$db->query("SELECT i.ring FROM items i WHERE itmid={$odata['equip_ring']}"); $aarmorequip7=$db->query("SELECT i.special FROM items i WHERE itmid={$odata['equip_special']}"); $q3= $aarmorequip1+$aarmorequip2+$aarmorequip3+$aarmorequip4+$aarmorequip5+$aarmorequip6+$aarmorequip7; if($db->num_rows($q3)) { $mydamage-=$db->fetch_single($q3); }
  15. this is how i did it   $aarmorequip1=$db->query("SELECT i.armor FROM items i WHERE itmid={$odata['equip_armor']} ORDER BY rand()"); $aarmorequip2=$db->query("SELECT i.boots FROM items i WHERE itmid={$odata['equip_boots']} ORDER BY rand()"); $aarmorequip3=$db->query("SELECT i.helmet FROM items i WHERE itmid={$odata['equip_helmet']} ORDER BY rand()"); $aarmorequip4=$db->query("SELECT i.amulet FROM items i WHERE itmid={$odata['equip_amulet']} ORDER BY rand()"); $aarmorequip5=$db->query("SELECT i.braclet FROM items i WHERE itmid={$odata['equip_braclet']} ORDER BY rand()"); $aarmorequip6=$db->query("SELECT i.ring FROM items i WHERE itmid={$odata['equip_ring']} ORDER BY rand()"); $aarmorequip7=$db->query("SELECT i.special FROM items i WHERE itmid={$odata['equip_special']} ORDER BY rand()"); $q3= $aarmorequip1+$aarmorequip2+$aarmorequip3+$aarmorequip4+$aarmorequip5+$aarmorequip6+$aarmorequip7; if($db->num_rows($q3)) { $mydamage-=$db->fetch_single($q3);
  16. the only thing i wish to know how to do is the mastering crime thats is nicely done here in this game
  17. nice screen.. thats is something! 10/10
  18. Good work DJkanna 2 thumbs up Great worker and fast as hell i really apreciate everything you did Thnaks again. And 2 thumbs down for skooda who steal 10$ an ran away.. 10$ knowing someone is not that bad. As an advice for everyone dont give money before a work and dont give money to skooda as he is a thief. Good thing i took 2 worker ;)
  19. here a message you wrote for yourself  
  20. Ruler of MWG look your old post http://makewebgames.io/showthread.php/34399-MC-v2-Inventory-mod-request?highlight=inventory You could do it yourself too... !?!?!? Rulerof **** And Again im asking you, Stop pestering everyone.
  21. Why you post... ( everywhere you post ) Are you collect posting?.... obviously you post for mostly nothing... always saying do it yourself or post unusable thing like this one... Please Ruler Of Zu Forget all my post...
  22. Thx but no thx There is already 2 people doing the mod for me...
  23. I need someone to mod my inventory, As i have too many items its getting long to scrool down. I need a dropdown menu for my itemtype listing. a (Show/Hidden) by itemtype with JS For Mccode V2 Illusion did one here: http://makewebgames.io/showthread.php/40409-Updated-Inventory-Layout?highlight=inventory But he doesnt have the time to do it. I can pay 20$ for a FAST work. PM me
  24. Thats a nice addition to the game ill test that for sure! thx for this mod sniko
×
×
  • Create New...