Hello guys, sorry if i post is wrong section, but i need help with web coding, i upload to my web LIVE RAID MAP, i use ACIS, i make new SQL for raid names so i have names on map, but all Grand Bosses map shows DEAD. Can anyone give me advice how to fix this please.
<script>
<!--
//enter refresh time in "minutes:seconds" Minutes should range from 0 to inifinity. Seconds should range from 0 to 59
var limit="5:00"
if (document.images){
var parselimit=limit.split(":")
parselimit=parselimit[0]*60+parselimit[1]*1
}
function beginrefresh(){
if (!document.images)
return
if (parselimit==1)
window.location.reload()
else{
parselimit-=1
curmin=Math.floor(parselimit/60)
cursec=parselimit%60
if (curmin!=0)
curtime=curmin+" minutes "+cursec+" seconds to automatic refresh!"
else
curtime=cursec+" seconds to automatic refresh!"
window.status=curtime
setTimeout("beginrefresh()",1000)
}
}
window.onload=beginrefresh
//-->
</script>
</head>
<?php
include"connection.php";
?>
<?php
$query_raidbosses=mysql_query("SELECT boss_id,loc_x,loc_y,loc_z,respawn_time FROM raidboss_spawnlist");
$query_grandboss=mysql_query("SELECT boss_id,loc_x,loc_y,loc_z,respawn_time FROM grandboss_data");
$online= mysql_num_rows($query_raidbosses);
$online2= mysql_num_rows($query_grandboss);
echo "<div style=position:absolute;top:0px;left:0px><img src=IL.jpg></div>";
while ($res=mysql_fetch_array($query_raidbosses))
{
$id=$res['boss_id'];
$valx=$res['loc_x'];
$valy=$res['loc_y'];
$valz=$res['loc_z'];
$respawn=$res['respawn_time'];
$boss_name=mysql_query("SELECT boss_name FROM bossmap WHERE id='$id'");
$name = mysql_fetch_row( $boss_name );
$boss_level=mysql_query("SELECT boss_level FROM bossmap WHERE id='$id'");
$level = mysql_fetch_row( $boss_level );
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
‼️Today I want to introduce you to a list of business accounts‼️
✔Ready accounts✔
UK 🇬🇧
👛Tide (With merchant)
👛Tide (Without merchant)
👛Zempler
👛Mypos + Wise (same name)
👛Gosolo (with merchant)
👛Wittix
👛Stripe
👛Paypal
USA 🇺🇸
👛Mercury (LLC)
👛Relay (LLC)
👛Bluevine (LLC)
Europe 🇪🇺
👛Finom (Fr iban) + Kraken
👛Qonto + Mollie (With merchant)
👛Payset
👛Vivid
👛Blackcatcard
👛Finom + Bitget
👛Airwallex (With merchant)
👛Viva Wallet
👛Sokin
👛Mistertango
👛Revolut
👛Wittix
👛Wise
👛Stripe
👛Wallester
✔Personal and business accounts of real and neobanks, exchanges, e-sim, the ability to rent a drop and much more awaits their owners.
Congratulations,
You know how to use wayback machine.
Here you go guys.
DISCLAIMER: It's not virus tested so download with your own responsibility.
https://www.mediafire.com/file/8jyynutlq5jwtlo/EuroWorld+Patch+(1).rar/file
🎮 Websites & Webapps for Your Server
Hey! I’m the guy behind gh0t.studio. I build websites, dashboards, and tools that actually connect with your game. With more than 40 finished projects and 500k+ page views, I know what private servers need to grow and keep their players engaged.
I’ve worked on:
🌐 Server sites & landing pages (like L2Jade, Eteral Conquest)
📊 Event dashboards & rankings (like L2Jade Tournaments or TopGameRankings)
📖 Wikis (like Wiki Lineage)
🎨 UI/Graphic design for in-game elements
If you want something different — not just a CTRL+C / CTRL+V CMS template — I’ve got the solution for you. 🚀
📩 Contact me at gh0t.studioarg@gmail.com or visit gh0tstudio.com
👉 If you’re running a server and need someone who gets it, let’s talk.
Question
remigas
Hello guys, sorry if i post is wrong section, but i need help with web coding, i upload to my web LIVE RAID MAP, i use ACIS, i make new SQL for raid names so i have names on map, but all Grand Bosses map shows DEAD. Can anyone give me advice how to fix this please.
I upload code below :
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.