Recent content by mark1234

  1. mark1234

    problems with sound on client radio

    The sound on vps is working fine no problems with that
  2. mark1234

    problems with sound on client radio

    Yes it is (6237.cloudrad.io:8074/live)
  3. mark1234

    problems with sound on client radio

    Hey :) i downloaded this radio player for my client (https://devbest.com/threads/custom-radio-player.79765/) and i installed it in my client linked all of the needed files and it shows normaly but i cant get any sound, anyone have a solution?
  4. mark1234

    [help]DJ timetable

    Thanks alot all :) i fixt it i forgot to copy my style.cc file to the same folder ^^
  5. mark1234

    [help]DJ timetable

    i wanted it like this <html> <head> <link rel="stylesheet" type="text/css" href="../style.css"> </head> <body> <div id="box"> <div id="titel">timetable<br></div> <div id="streep"></div> <center> <h1>dj timetable</h1> <?php include("../functions.php"); include("../connector.php")...
  6. mark1234

    [help]DJ timetable

    yea got one but need a bit help i want to add this so it fits with the rest of the page <link rel="stylesheet" type="text/css" href="../style.css"> <div id="box"> <div id="titel">Solliciteren<br></div> <div id="streep"></div> <img src="../images/vacature.png" style="float: right;">...
  7. mark1234

    [help]DJ timetable

    Yes thats what i mean :)
  8. mark1234

    [help]DJ timetable

    Heyy guys, is there someone that can make an easy timetable with mySQL? just a timetable from 00:00 til - 23:00 and than very hour. and if its posseble a page where you can edit and one where you can vieuw the timetable? (sorry for bad english)
  9. mark1234

    in client radio problem

    i got some problems with the radio inside my client (screen: http://prntscr.com/e0siad ) how do i get current song and current listeners count there? Script: <div class="info dj tip" title="Deejay"> <a href="#" onClick="atualiza_dados('locutorver','locutor')"><span id="locutorver">Laco FM <span...
  10. mark1234

    smallban command problem

    Hello i have a problem when i use this command: :sban user reason . he said ''you have banned (username) for: no reason specified even if i put my reson in. using System; using System.Linq; using System.Text; using System.Collections.Generic; using Plus.Utilities; using Plus.HabboHotel.Users...
  11. mark1234

    rank command dont work.

    if i do :rank test 4 i get this: http://prntscr.com/blpucg does somone know how to fix it :( using Plus.Database.Interfaces; using Plus.HabboHotel.GameClients; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace...
  12. mark1234

    [fixed]Ban command

    i have a problen with this part of the command i cant fill in my own reason string Reason = null; if (Params.Length >= 4) Reason = CommandManager.MergeParams(Params, 3); else Reason = "er is geen reden ingevoerd.";
  13. mark1234

    [fixed]Ban command

    it gives this error: CS0029 Cannot implicity convert type 'int' to 'string' line 57 (this part: string hours = 24; ) so can i just change it to this: string hours = "24"; ?? ore something else?
  14. mark1234

    [fixed]Ban command

    Hello people. i have a question you know in plusemu you have a ban command like this: :ban %username% %length% %reason% but what i want is that the %lengt% automatic is 24H so you only need to fill :ban %username% %reason% for the one who need it i put the command beneeth here: using System...
  15. mark1234

    [solved]command changen

    No it didnt work i will ask him :)
Top