/| Mario Kart PC |\

MKPC Old Engine- Index

This topic has been locked

smile

Page :  1 

Messages 994 - Mario Mario
vs14343 pts ★ Champion
battle5795 pts ★ Novice
United States
So i was looking at Link-Triforce-8's posts, and found the Old Engine. Most fo you have already seen this, but i found the old engine HOMEPAGE.
using my coding skills, i could locate it.
https://mkpc.malahieude.net/mariokart.old.php/index.php
Messages 994 - Mario Mario
vs14343 pts ★ Champion
battle5795 pts ★ Novice
United States
hers someof the wording:
Challenge up to 8 players in 6 game modes !
In the Grand Prix tournaments, win 5 cups of 4 races in order to unlock the 9 secret characters !
With the Time trial mode, break the other players' records and become world champion !
In VS races, confront CPUs and/or a friend on not less than 20 races !
On battle mode, destroy your opponents' balloons in fierce fighting !
With the track builder, create as many circuits and courses as you want, with your imagination the only limit !
On online mode, compete against players from around the world and climb in the rankings !
Messages 994 - Mario Mario
vs14343 pts ★ Champion
battle5795 pts ★ Novice
United States
Messages 994 - Mario Mario
vs14343 pts ★ Champion
battle5795 pts ★ Novice
United States
the coding for my track; Vancouver Veloctity is:

<!DOCTYPE HTML SYSTEM>
<html>
  <head>
  <title>MKT Vancouver Velocity - Mario Kart PC</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="author" content="Timothé Malahieude" />
<meta name="description" content="Jeu de Mario Kart gratuit en ligne" />
<meta name="keywords" content="Mario, Kart, PC, game, race, free game, multiplayer" />
<meta name="viewport" content="width=device-width, user-scalable=no" />
<meta name="thumbnail" content="https://mkpc.malahieude.net/racepreview.php?id=30721" />
<meta property="og:image" content="https://mkpc.malahieude.net/racepreview.php?id=30721" />
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico" />
<link rel="stylesheet" media="screen" type="text/css" href="styles/mariokart.css?reload=9" />
<link rel="stylesheet" media="screen" type="text/css" href="styles/comments.css" />

<link rel="stylesheet" type="text/css" href="styles/online.css" />
<script src="scripts/online.js"></script><script type="text/javascript">
var selectedPlayers = 8;
var selectedTeams = 0;
var selectedDifficulty = 2;
var challenges = {"mcup":[],"cup":[],"track":{"30721":{"id":"6999","track":"30721","name":"MKT Vancouver Velocity","main":true,"list":[{"id":"12001","name":"Cold as Ice","difficulty":{"level":"0","name":"Easy","color":"#5DCB32"},"status":"active","validation":"[]","data":{"goal":{"type":"reach_zone","value":[[223,689,129,50]],"description":"reach the glider panel"},"constraints":[]},"description":{"main":"reach the glider panel"},"succeeded":true,"winners":[{"player":"29051","nick":"ES_B_C","date":"1601915452"},{"player":"33929","nick":"BlueYoshi-57EML","date":"1601916008"},{"player":"35048","nick":"Toad99","date":"1601926932"},{"player":"36925","nick":"ToxTurtle101","date":"1601978522"},{"player":"38388","nick":"LuigiDawg","date":"1601991276"},{"player":"40396","nick":"Lely9999","date":"1601917040"},{"player":"40590","nick":"RHcks","date":"1601940121"},{"player":"40657","nick":"IssacTheKid7","date":"1601922582"},{"player":"40764","nick":"Ahmad13","date":"1601922325"},{"player":"40898","nick":"MegaToon1234","date":"1601924063"},{"player":"41436","nick":"MysteryMan","date":"1601984602"},{"player":"42160","nick":"MKQ_Elinorgaming2009","date":"1602007266"},{"player":"42511","nick":"VC","date":"1601934128"},{"player":"42965","nick":"LuigiKart64","date":"1601923271"},{"player":"43406","nick":"GoldLeo2020","date":"1601917550"}]}]}}};
var clRewards = [{"id":"73","charid":"5901","unlocked":0}];
var clId = "6999";
var language = true;
var recorder = "CG_Omega_X";
var lCircuits = ["MKT Vancouver Velocity"];
var cupIDs = [];
var cupOpts = {};
var cp = {
"mario":[0.5,0.5,0.5,0.5],
"luigi":[0.625,0.5,0.375,0.5],
"peach":[0.75,0.375,0.75,0.25],
"toad":[0.625,0.375,0.625,0],
"yoshi":[0.5,0.5,0.5,0.5],
"bowser":[0,1,0.125,1],
"donkey-kong":[0.25,0.875,0,0.875],
"daisy":[1,0.375,1,0.25],
"wario":[0.5,0.75,0,0.75],
"koopa":[0.375,0.5,0.625,0.375],
"waluigi":[0.875,0.25,0.625,0.625],
"maskass":[0.625,0.5,0.375,0.5],
"birdo":[0.875,0.125,0.875,0.5],
"roi_boo":[0.375,0.75,0.125,0.75],
"frere_marto":[0.125,0.625,0.375,0.625],
"bowser_skelet":[0.25,0.875,0.125,0.875],
"flora_piranha":[0.25,1,0,1],
"link":[0.75,0.5,0.25,0.625],
"bowser_jr":[0.75,0.375,0.5,0.375],
"harmonie":[0,0.625,0.5,0.625],
"diddy-kong":[0.5,0.375,0.75,0],
"skelerex":[0.25,0.5,0.75,0.25],
"funky-kong":[0.25,0.75,0.25,0.875],
"toadette":[0.75,0.25,0.75,0]
};
var pUnlocked = [1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1];
var baseOptions = {
quality: 5,
music: 1,
sfx: 1,
screenscale: 12};
var page = "MA";
var PERSOS_DIR = "images/sprites/uploads/";
var cShared = true;
var isBattle = false;
var isCup = true;
var isSingle = true;
var complete = true;
var simplified = false;
var nid = 30721;
var edittingCircuit = false;
var NBCIRCUITS = 1;
function listMaps() {
return {"map1" : {
"map" : 30721,
"ext" : "jpg",
"img" : "images/uploads/map30721.jpg",
"bgcolor" : [186,175,175],
"smartjump": 1,
"w" : 999,
"h" : 1160,
"fond" : ["nightsky","shootingstars"],
"tours" : 3,
"music" : 0,
"yt" : "https://www.youtube.com/watch?v=BM7IzFJf0oY",
"startposition" : [475,62],
"startrotation" : 90,
"startdirection" : 1,
"aipoints" : [[[517,80],[785,81],[821,132],[790,221],[721,290],[691,376],[714,431],[644,483],[685,604],[684,847],[593,967],[511,1016],[363,1032],[312,1016],[244,970],[281,765],[241,289],[170,238],[159,194],[209,139],[294,118],[347,83],[508,80]]],
"collision" : [[[302,383],[287,311],[341,260],[322,222],[263,203],[254,192],[262,166],[285,144],[562,128],[600,164],[663,244],[667,261],[605,350],[583,414],[612,539],[657,599],[648,639],[608,629],[533,466],[512,439],[10,444],[6,424],[200,411],[191,315],[146,272],[118,235],[129,188],[186,131],[217,130],[310,50],[771,27],[877,46],[902,66],[897,124],[788,294],[788,351],[802,401],[711,594],[725,619],[802,616],[894,412],[968,318],[968,318],[986,49],[891,22],[206,26],[18,71],[10,450],[517,426],[375,390]],[[647,129],[707,210],[740,155],[738,139]],[[215,155],[190,183],[185,213],[200,234],[243,253],[252,246],[210,227],[202,214],[203,181]],[[437,649],[433,812],[591,808],[594,628]]],
"horspistes" : {"herbe":[[[814,43],[829,63],[831,96],[863,95],[902,116],[913,40]],[[742,151],[706,230],[750,205],[754,188]],[[771,323],[756,348],[779,360],[786,376],[793,382],[821,352]],[[617,324],[635,347],[705,323]],[[592,393],[587,428],[612,435],[635,414]],[[665,422],[676,430],[684,416],[672,414]],[[577,532],[649,590],[639,567],[644,543],[633,522],[608,517]],[[715,512],[732,566],[710,601],[727,620],[758,618],[785,511],[744,497]],[[217,165],[198,212],[262,258],[314,280],[337,233],[275,162]]]},
"trous" : [[],[],[[[[646,646],[628,781],[598,827],[614,633]],[668,735]],[[[743,652],[748,793],[728,860],[752,875],[797,678]],[669,736]],[[[728,869],[660,992],[616,1040],[628,1067],[717,969]],[661,871]],[[[631,797],[541,923],[499,954],[492,933]],[661,870]],[[[495,952],[427,982],[387,961],[371,839]],[471,1010]],[[[252,1130],[210,1050],[195,865],[224,794],[223,745],[74,758],[80,1001]],[309,1014]],[[[322,677],[374,793],[382,844],[385,809],[398,711]],[307,907]]],[[[[598,1063],[507,1121],[407,1142],[307,1150],[249,1124],[249,1155],[580,1160]],[471,1009]]]],
"checkpoint" : [[508,36,172,0],[558,298,304,1],[507,484,355,1],[543,852,226,1],[162,928,290,1],[113,348,263,1],[382,23,163,0]],
"arme" : [[715,118],[723,106],[732,94],[741,82],[750,70],[760,57],[768,49],[619,487],[634,488],[647,488],[713,444],[728,445],[740,445],[617,387],[636,388],[651,389],[424,1119],[427,1097],[428,1058],[430,1027],[431,1009],[243,682],[272,675],[263,678],[284,668],[295,664],[308,662],[202,210],[214,206],[225,200],[239,195],[250,193]],
"sauts" : [[661,285,122,6],[615,368,65,14],[703,417,56,16],[605,470,68,11],[658,608,59,8]],
"accelerateurs" : [[252,253],[264,256],[280,261],[292,267],[214,154],[221,154],[229,154],[232,154],[236,154],[242,154],[246,154],[252,154],[254,154]],
"decor" : {"fir":[[810,873],[740,1021],[636,1113],[466,892],[109,907],[128,381],[386,193],[89,128],[935,240]],"custom-1586":[[798,127],[521,137],[513,38]],"snowman":[[653,533],[781,454],[758,345],[107,360],[356,332],[396,194],[89,111]]},
"decorparams" : {"extra":{"custom-1586":{"custom":{"id":"1586","type":"fir"}}}},
"cannons" : [[[[231,708],[231,728],[334,695],[321,671]],[-34,-334]]],
"flows" : [[[[333,114],[311,135],[505,133],[503,110]],[5.4166666666667,-0.083333333333333]],[[[584,881],[661,983],[694,912],[618,847]],[-3.1666666666667,2.25]],[[[483,964],[536,1098],[592,1053],[522,937]],[-5.75,1.75]],[[[376,973],[256,1099],[245,1111],[286,1139],[314,1136],[405,985]],[0.41666666666667,-6]],[[[215,933],[211,1000],[367,880],[366,833]],[0.5,-4.6666666666667]],[[[228,828],[220,875],[370,794],[359,769]],[-1.25,-2.6666666666667]],[[[233,741],[232,780],[340,721],[331,711]],[-1.4166666666667,-2.0833333333333]]] }
};
}
</script>
<script type="text/javascript" src="scripts/mk.v79.js"></script><script type="text/javascript">
function saveRace() {
document.getElementById("cAnnuler";).disabled = true;
document.getElementById("cAnnuler";).className = "cannotChange";
document.getElementById("cEnregistrer";).disabled = true;
document.getElementById("cEnregistrer";).className = "cannotChange";
xhr("saveDraw.php", "id=30721&cl=6999&nom="+ getValue("cName";) +"&auteur="+ getValue("cPseudo";), function(reponse) {
if (reponse && !isNaN(reponse)) {
document.getElementById("cSave";).removeChild(document.getElementById("cTable";));
var cP = document.createElement("p";);
cP.style.margin = "5px";
cP.style.textAlign = "center";
cP.innerHTML = 'The sharing of your circuit have been updated.<br /><br />';
var cCont = document.createElement("input";);
cCont.type = "button";
cCont.value = language ? "Continue":"Continuer";
cCont.onclick = function() {
location.reload(); };
cP.appendChild(cCont);
document.getElementById("cSave";).appendChild(cP);
return true;
}
return false;
});
}
function supprRace() {
document.getElementById("sAnnuler";).disabled = true;
document.getElementById("sAnnuler";).className = "cannotChange";
document.getElementById("sConfirmer";).disabled = true;
document.getElementById("sConfirmer";).className = "cannotChange";
xhr("supprDraw.php", "id=30721", function(reponse) {
if (reponse == 1) {
document.getElementById("supprInfos";).innerHTML = 'The circuit has been successfully removed from the list.';
document.getElementById("supprButtons";).innerHTML = '';
var cCont = document.createElement("input";);
cCont.type = "button";
cCont.value = language ? "Continue" : "Continuer";
cCont.onclick = function() {
document.location.href = "?i=30721";
};
document.getElementById("supprButtons";).appendChild(cCont);
return true;
}
return false;
});
}
function getValue(name) {
return escape(document.getElementById(name).value).replace(/\+/g, "%2B";);
}
</script>
<script src="scripts/jquery.min.js"></script>
<script type="text/javascript">$(document).ready(MarioKart);</script>
</head>
<body>
<div id="mariokartcontainer"></div>

<div id="virtualkeyboard"></div>

<form name="modes" method="get" action="#null" onsubmit="return false">
<div id="options-ctn">
<table cellpadding="3" cellspacing="0" border="0" id="options">
<tr>
<td id="pQuality">&nbsp;</td>
<td id="vQuality">
</td>
<td rowspan="4" id="shareParams">
<input type="button" id="changeRace" onclick="document.location.href='draw.php?i=30721'" value="Edit circuit" /><br /><br /> <input type="button" id="shareRace" onclick="document.getElementById('cSave';).style.display='block'" value="Share circuit" /> <br /><br /><input type="button" id="supprRace" onclick="document.getElementById('confirmSuppr';).style.display='block'" value="Delete sharing" />
</td></tr>
<tr><td id="pSize">
</td>
<td id="vSize">
&nbsp;
</td></tr>
<tr><td id="pMusic">
&nbsp;
</td>
<td id="vMusic">
&nbsp;
</td></tr>
<tr><td id="pSfx">
&nbsp;
</td>
<td id="vSfx">
&nbsp;
</td></tr>
</table>
</div>
<div id="vPub"><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Mario Kart PC -->
<ins class="adsbygoogle"
    style="display:inline-block;width:468px;height:60px"
    data-ad-client="ca-pub-1340724283777764"
    data-ad-slot="6691323567"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div>
</form>
<div id="confirmSuppr">
<p id="supprInfos">Delete this circuit sharing ?<br />
The circuit will be only removed from the list :<br />
data will be retained.</p>
<p id="supprButtons"><input type="button" value="Cancel" id="sAnnuler" onclick="document.getElementById('confirmSuppr';).style.display='none'" /> &nbsp; <input type="button" value="Delete" id="sConfirmer" onclick="supprRace()" /></p>
</div>
<form id="cSave" method="post" action="" onsubmit="saveRace();return false">
<table id="cTable">
<tr><td style="text-align: right"><label for="cPseudo">Enter your nick :</label></td><td><input type="text" name="cPseudo" id="cPseudo" value="CG_Emperor" /></td></tr>
<tr><td style="text-align: right"><label for="cName">Circuit name :</label></td><td><input type="text" name="cName" id="cName" value="MKT Vancouver Velocity" /></td></tr>
<tr><td colspan="2" id="cSubmit"><input type="button" value="Cancel" id="cAnnuler" onclick="document.getElementById('cSave';).style.display='none'" /> &nbsp; <input type="submit" value="Share" id="cEnregistrer" /></td></tr>
</table>
</form>
<div id="dMaps"></div>
<div id="scroller" width="100px" height="100px" style="width: 100px; height: 100px; overflow: hidden; position: absolute; visibility: hidden">
<div style="position: absolute; left: 0; top: 0">
<img class="aObjet" alt="." src="images/items/fauxobjet.gif" /><br />&nbsp;<br />
<img class="aObjet" alt="." src="images/items/banane.gif" /><br />&nbsp;<br />
<img class="aObjet" alt="." src="images/items/carapace.gif" /><br />&nbsp;<br />
<img class="aObjet" alt="." src="images/items/bobomb.gif" /><br />&nbsp;<br />
<img class="aObjet" alt="." src="images/items/carapacerouge.gif" /><br />&nbsp;<br />
<img class="aObjet" alt="." src="images/items/carapacebleue.gif" /><br />&nbsp;<br />
<img class="aObjet" alt="." src="images/items/champi.gif" /><br />&nbsp;<br />
<img class="aObjet" alt="." src="images/items/megachampi.gif" /><br />&nbsp;<br />
<img class="aObjet" alt="." src="images/items/etoile.gif" /><br />&nbsp;<br />
<img class="aObjet" alt="." src="images/items/eclair.gif" /><br />&nbsp;<br />
<img class="aObjet" alt="." src="images/items/billball.gif" /><br />&nbsp;<br />
<img class="aObjet" alt="." src="images/items/fauxobjet.gif" />
</div>
</div>
<div id="comments-section"></div>
<script type="text/javascript">
var commentCircuit = 30721, commentType = "circuits",
circuitName = "MKT Vancouver Velocity", circuitAuthor = "CG_Emperor", circuitNote = 4, circuitNotes = 2,
circuitDate = "04-10";
var circuitUser = null;
</script>
<script type="text/javascript" src="scripts/comments.js"></script>
<p id="presentation">
<strong><a href="index.php">Mario Kart PC</a></strong><br />
Challenge up to 8 players in 6 game modes !<br />
In the <strong>Grand Prix</strong> tournaments, win 5 cups of 4 races in order to unlock the 9 secret characters !<br />
With the <strong>Time trial</strong> mode, break the other players' <a href="classement.php" target="_blank">records</a> and become world champion !<br />
In <strong>VS</strong> races, confront CPUs and/or a friend on not less than 20 races !<br />
On <strong>battle mode</strong>, destroy your opponents' balloons in fierce fighting !<br />
With the <strong>track builder</strong>, create as many circuits and courses as you want, with your imagination the only limit !<br />
On <strong><a href="online.php">online mode</a></strong>, compete against players from around the world and climb in the <a href="bestscores.php" target="_blank">rankings</a> !
</p></body>
</html>
Messages 3319 - King Mario King Mario
vs66283 pts ★ Titan
battle13198 pts ★ Champion
Japan
nice 4-message spam
Messages 994 - Mario Mario
vs14343 pts ★ Champion
battle5795 pts ★ Novice
United States
nice 4-message spam



its not psam its for a good cause
Messages 1710 - Golden Mario Golden Mario
vs15549 pts ★ Master
battle6049 pts ★ Racer
United States
What is this jargin
Messages 994 - Mario Mario
vs14343 pts ★ Champion
battle5795 pts ★ Novice
United States
read every post ;)
Messages 225 - Toad Toad
vs14712 pts ★ Champion
battle7089 pts ★ Racer
Canada
WALLS
Messages 1172 - Golden Mario Golden Mario
vs11204 pts ★ Champion
battle5118 pts ★ Novice
United States
CG_Ximana wrote:
nice 4-message spam


i agree
Messages 994 - Mario Mario
vs14343 pts ★ Champion
battle5795 pts ★ Novice
United States
lemme just lock this topic.

Page :  1 

Back to International forum
Back to the forum