Jump to content

Jess

Members
  • Posts

    24
  • Joined

  • Last visited

Posts posted by Jess

  1. Nice idea how ever, you wrote it for Fedora and maybe you should release it as such. looks great. and works great. one the only drawbacks to linux distros most are not alike in terms like windows or mac OS's were every thing is set layout to pool data from.

     

    Never the less awesome job and keep it up :yes:

  2. You should be able to set a custom vhost in the config file, and not need to edit the dll's. With out the source code you really can not edit those, sure there some who can, but you are looking at lots of bugs trying to do so.

  3. after mass tweaking and changing things to what I like, its not so bad.. tho I should not need to hack the os to get it to a useable state, being that said if it keeps stable with the tweaks I put in place then I may grow to like it some what...

     

    the fact its still exploitable to all the old hacks bugs me, you would think Microsoft would fix these by now...

    the boxy feel still bugs me a lot

    the right menu really makes it a pain to close programs in full screen

    adding the start orb back makes the start menu a lil less annoying tho I would like to see a classic menu option

    the new task manger is nice I will say that has to be the best they have done far...

     

    For those that are not in to the whole windows 7 phone os style then this os is not worth your time as the gui is pretty much based off it

     

    I will post more as I play with it more..

  4. I see nothing to trigger a sockopen to read the data the php socket is to return for mirc to use.

     

    Were the php is being hosted on? ... ie(webserver, or localhost)

     

    why you would be doing this way insted of using listx or list (Only network I seen not use one of the two or both commands was Buzzen)

     

    I am not sure what you are doing fully the code you posted looks broken and missing key things to even start to make it work. I am not picking at you in any way, just need more info and hopefully be able to help you get your code working the way you want it to work

  5. my answer to you is you talks shit and maybe you is on sparkpea staff. if you had a room and someone came in your room and f ed about with your room and you banned then would you like that someone to go to the helpdesk and ask the sysops, guides to come in your room and ask you why they are banned. what i reads it that everyone who is banned from a sparkpea chatroom can run to the helpdesk and ask why ? and that goes for all room in sparkpea or any other chat network

     

    1 I am not staff. nor do I really visit the server more then testing multi server options from time to time in my script.

    Your having a problem over being asked about a ban. a stander I find most all servers will do. If I get banned I ask staff to look in to it. as it may or may not be a mistake. You should not go about posting bad about a server just for asking why you banned some one. I do not think you should post any thing further about this matter you left there server there is no need for you to have the drama here when you made the problem were it was not needed, its not like they removed your ban nor told you to remove it they simply asked what was going on. I see that how a Sysop should be. in this matter. what ever server you moved to hope your happy there. let the drama end.

  6. This guy came into my chatroom and didn't say a word so one of the host of the room ask him to speak and he just left the room. He then joins the chatroom another day and again the same thing happens this guy just doesn't say a word so again the host ask him to be polite and speak in the room and again he just left the room. So i put this guy on deny and the room knocks told me that he was trying to access the room which went on for sometime. I had a sysop rosey join my room and ask me maybe a week earlier why this guy was banned from my room to which i replied it was nothing to do with sparkea who i ban from my room. Then this guy starts trying to join the room a few days later and all he gets is that he is banned but seem to be that thick he cant move onto another chatroom and talk in there. Then on tuesday night guide babe joins the room and doesn't say a word and leaves and after a few mins rejoin's the room and tells the chatroom that they are checking the room out and leaves. Two minutes later i get a guide ken join the room and by this time im pissed off so i went to the helpdesk to ask them to close the room and i get a sysops P.a.P who then joins my room and question's me why iv banned this guy to which i replied its nothing to do with sparpea who i ban from my room. I had to go back to my sparkpea room to ask my chatters to move to another chat network and was asked if i wanted to close the room to which i replied yes. There lose because i took some 12 chatters with me because one thick idiot couldn't take the ban. In one reply it was said if this was true, which it is true, then it's abuse of power and that is what my thoughs are and all. one final word maybe spakpea need to train there sysop and guides on how to deal with chatrooms and people that use chatrooms in a diplomatic way.

     

    Errrm still feel you over reacted, its not a abuse of power to ask why you did something, its not like they removed the ban, nor did they tell you to remove it, they were asking why. I would do the same if a user joined complaining they were banned, I would join and ask the room owner what was going on so I could resolve the matter in help desk with the user complaining. you in you non your biz reply left it that they didn't know what was going on so no notes to pass on to the other staff so you ended up getting bugged about it more when the user complained again. simply telling the staff members what was going on could of saved a lot of headachs, for you and the staff.

  7. With some help from Bench, I got it working, now to theme it all out and put it t work :P

    alias d.write {
      var %w web. $+ $1
      var %time $+($str($chr(160),2),<span style="font-family:Calibri; color:grey;">,$timestamp ,</span>)
      var %oplvl $str($chr(160),2) $img.path($ulvl($1,$2))
      var %nick $+($str($chr(160),2),<span style="font-family:Calibri; color:#073983;"> ,$2,:</span>)
      if ($regex($3-, /^.*##\*#(.*)#(.*)~(.)~(.)#\*##(.*)/)) {
        var %f $regml(1)
        var %c $regml(2)
        var %b $iif($regml(3),<b>)
        var %i $iif($regml(4),<i>)
        var %m $regml(5)
      }
      var %msg $+(<span style="font-family: $iif(%f,%f,Calibri) ; color: $iif(%c,%c,Black) ;">,%b,%i,$emote($iif(%m,%m,$3-)),$iif(%b,</span></i></b><i>),$iif(%i,</i>),)
      xdid -j %w 3 var prefix = document.createElement('span');
      xdid -j %w 3 var message = document.createElement('span');
      xdid -j %w 3 prefix.innerHTML = " %time %oplvl %nick ";
      xdid -j %w 3 message.innerHTML = " %msg <br> ";
      xdid -j %w 3 document.body.appendChild(prefix);
      xdid -j %w 3 document.body.appendChild(message);
      xdid -j %w 3 window.scrollTo(0,document.body.scrollHeight);
    }
    
  8. So pretty much I been toying with the web control

    I am just stuck with the java script on how to add new lines with new text

    Tried a few ideas, but I am sure there is a better way then storing all the text to a .txt and loading it all on new txt each time. least I hope so

    any help would be great this is the alias I am using atm to write the text (working on it on chatcore)

    alias d.write {
      var %w web. $+ $1
      var %time $+($str($chr(160),2),<span style='font-family:Calibri; color:grey;'>,$timestamp ,</span>)
      var %oplvl $str($chr(160),2) $img.path($ulvl($1,$2))
      var %nick $+($str($chr(160),2),<span style='font-family:Calibri; color:#073983;'> ,$2,:</span>)
      if ($regex($3-, /^.*##\*#(.*)#(.*)~(.)~(.)#\*##(.*)/)) {
        var %f $regml(1)
        var %c $regml(2)
        var %b $iif($regml(3),<b>)
        var %i $iif($regml(4),<i>)
        var %m $regml(5)
      }
      var %msg $+(<span style='font-family: $iif(%f,%f,Calibri) ; color: $iif(%c,%c,Black) ;'>,%b,%i,$emote($iif(%m,%m,$3-)),$iif(%b,</b>),$iif(%i,</i>),</span>)
      write $+($chan,.txt) %time %oplvl %nick %msg
      var %z 1, %d $lines($chan $+ .txt)
      xdid -j %w 3 document.open();
      while (%z <= %d) {
        xdid -j %w 3 document.write(" $read($chan $+ .txt,%z) <br>");
        inc %z
      }
      xdid -j %w 3 document.close();
    }
    
  9. Tho it was a bit much I do not think its crossing the line if they ask you why, If the user joins hd and ask I think its fair if they ask the owner why so they can tell the person why. I been ban by mistake and had staff ask why my self so tho 3 staff members is a bit much so long as it was just asking I see nothing wrong in it.

  10. From Mike:

    We have fixed the sign in issues on our development website but like I said before we had to change a lot of the back-end code of the website. We can put this in place of our current site but you won't be able to edit your profile for a few days.

     

    After a Poll it has been decided to go through with the fix, Profiles will be down for a few days but should be fixed asap.

     

    Server Host Change:

    We have moved the server due to network troubles, and reset the server to host all the rooms on a single port and IP:

    irc.vibesn.com will still work for you all.

    the Finds server how ever will need to be changed to:

    91.215.159.45 6668

     

    We may change things back to the 3 port setup, but for the time being we seem to have no problems with the single port setup.

     

    We are looking for Host all those that wish to apply please follow these steps.

    Send an email to [email protected] and please include the following information in your email..

    First Name, Last Name , Chat Nickname.

    What category you would like to host in.

    Please list 2 rooms from the category you have chosen that you would prefer to host in.

    In your own words, please tell us what you think would make you an important asset to the team.

    Please include the Host name that you would like to use Example: Host_Skippy in your email. Please allow up to at least 48 hrs for a response.

     

    I will post more Updates as things change. hope this helps users know whats going on.

  11. The VibeSN Servers use one IP for all 3 servers and for the Finds server as well, each server uses its own Port,

    all the servers use: irc.vibesn.com or 91.215.159.52 (Note it is better to use the irc.vibesn.com address for any scripts you plan to release)

    Server One were you will find %#EspressoBar, %#!!!!!!Cupids Corner!!!!!!, %#Dev, %#IdleRPG and a few other great rooms port is: 6667 Stander Default Port

    Server Two were you will find %#HelpDesk, Atomic, Test, and most the other rooms port is: 6669

    Server Three were you will find %#AfterHours, %#!!!!botzII, %#50sHeaven and a few other rooms port is: 7000

    The Finds server port is: 6668

    so overview the server and port address is like so

    Server 1:

    irc.vibesn.com 6667

    Server 2:

    irc.vibesn.com 6669

    Server 3:

    irc.vibesn.com 7000

    Finds Server:

    irc.vibesn.com 6668

     

    you can use /nickserv identify <email> <Password>, To Auth with your account

    Or MSN Cookie Auth, (I would use nickserv its easier, tho you lose getting to see user font styles then)

     

    To Make a room in script you will need to send the create command to the FINDS server, or create the room via the site. (much easier and less hassles)

    Joining HD after and asking to have the room to be made a Sticky room will keep the room open even when you leave it empty, so long as you or some one visits the room within 48hours, as well Staff can set any of the desire perm access Host, Owners ect that wont be cleared if some lamer goes and clears your access.

     

    Making a Account

    "We now have an automated activation email address for users that don't receive the activation email. You just need to send an email from the email address you registered to either [email protected] or [email protected] it can take up to a minute to be activated but you will get an email and will be able to sign in after."

     

    all in all this is a great server, and is rather fun to code for as it has many things to work around, there is few Official Script for the server at this time as it is still being dev and built, but give it time it shall grow nicely.

  12. I agree with err0r, most part every things been done, why copy some old script that works, few people have the creativity to build something new. or that they wish to share. some are just greedy .... err0r and his cool looking script :P

×
×
  • Create New...