-
Posts
48 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
sixsens's Achievements
Newbie (1/14)
0
Reputation
-
i can test up for ya
-
Would be nice. Approved
-
im happy about the mod, only thing is the pethof pets hall of fame doesnt work at all.
-
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
-
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.
-
[ATTACH=CONFIG]751[/ATTACH] Here a link to play your song http://www.weebls-stuff.com/toons/Dumb+Dinosaur/ Have fun
-
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
-
Nice addictive game i like graphic and the quest system. Seem ok for me!
-
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!!!
-
just let skooda defend himself ruler of makewebgame. here your proof [ATTACH=CONFIG]750[/ATTACH]
-
there you go http://makewebgames.io/showthread.php/42419-facebook-website-signup?highlight=facebook
-
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.
-
[mccode v2] Item needed to perform crime.
sixsens replied to shaved92bravada's topic in Free Modifications
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); -
mccode-v2 Advanced Attack and Inventory Mod--One Click.
sixsens replied to Joshua's topic in Free Modifications
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); } -
mccode-v2 Advanced Attack and Inventory Mod--One Click.
sixsens replied to Joshua's topic in Free Modifications
what would you do?