ProIcons

ProIcons

Joined:
Oct 04, 2008
Occupation:
Student / Programmer
Location:
Thessaloniki, Greece
Website:

Interests

Brunettes ^^

Activity Stream

ProIcons commented on a Snippet, mIRC Radio Bot v2.1  -  Apr 02, 2013
Heads up. I Uploaded a Video file with 3 Radio Bots, on 3 Different Servers
ShoutCast 1.9.8
ShoutCast 2.0
IceCast 2.3.1.
Video is showing how each bot it interacting perfectly well with each of the following servers.
So there IS NOT a single doubt about its functionality. Please Enjoy

http://devian.gr/RadioBots.mp4
 Respond  
ProIcons   -  Mar 18, 2013
So i made for my site a New Notification system.. And i just wanted to hear your thoughts.
My Notification system is Based on PHP and AJAX. Almost everything is working with AJAX...
Its also using the Scroll Append - Infinite / Endless Scroll of @Hawkee modified to .001-Alpha (My Update) [ you can find it at the snippets i have posted]

Video can be located here: http://devian.gr/notif/ with the sneak peak. Unfortunately project is not yet on the net. Its on local Servers. So i can't provide for you a working link with the Live Project.
ProIcons commented on a Snippet, Scroll Append - Inifinite/Endless Scroll - Update .001-Alpha  -  Mar 16, 2013
@Hawkee what do you think?
ProIcons commented on a Snippet, Scroll Append - Inifinite/Endless Scroll  -  Mar 13, 2013
I can't make it work on my PopOver content,

Code

 


Code

 


but when i scroll at the end of the page, it load the content inside the popover... :/


Edit: I also changed some lines into the source code

Line: 206
$(self.options.footerClass).addClass('footer_fixed')
->
//$(self.options.footerClass).addClass('footer_fixed')

Line: 212
self.position = 'fixed';
->
//self.position = 'fixed';
ProIcons commented on a Snippet, Scroll Append - Inifinite/Endless Scroll  -  Mar 13, 2013
Excellent Job gj:D
 Respond  
ProIcons   -  Mar 12, 2013
@Hawkee at the Post Snippet function u can add unlimited descriptions, but you can't remove them.
ProIcons   -  Feb 07, 2013
So i have My Gaming Community and i developed a new C++ add-on for my Servers that it will capture FULL details for each player for each game he plays.. The Basic concept of my project is:
1 Gather System , that gathers 10 random players and short them based on their skill points calculated in ELO Rating System ( http://en.wikipedia.org/wiki/Elo_rating_system ) Originally Founded by Arpad ELO ( http://en.wikipedia.org/wiki/Arpad_Elo ) and separate them into 2 Teams... (the users must be registered in my system in order to play) ... So this project send them IP Addresses of one of my game servers. My Projects with this add-on is able to manage this game and save full statistics. The match ends when a team reaches 16 win rounds, or both teams are in 15 rounds that is basically a "Draw"... So during the game this system gathers all the data for example...

Kills, Deaths , HeadShots , Team Kills (When a player kills his teammate) , Overall Damage Made to Enemies, Overall Damage made to his team , (+ hitplaces that made this damage (chest,head,arms,knees...) ), Overall damage taken from enemies, overall damage taken from allies, Bomb Plants, Bomb Defuses attempts, Bomb defusing Cancels, Bomb defuse attemps having a defusal kit, bomb defuse attempts not having a defusal kit , bomb explodes ,hostages killed, hostages attempted to rescue , hostages stole from ally , hostages got stolen by ally , hostages rescued ,

All these stats except (Bomb Events,Hostages Events) for Each gun approx 15 guns...

And all THESE stats without exception for each round :P (with each gun :P)

So i would need A LOT MySQL Tables for all these stats or a lot columns... So i though about building it with JSON Something like this: (it is incomplete and have missing fields because i made it so fast ) http://paste2.org/p/2836208

So what are your thoughts , shall i build it with many mysql tables? or add one "stats" column with LONGTEXT into my MySQL and retrieve them from there.. ?
ProIcons   -  Jan 25, 2013
Help :D
I disconnected my computer at 15:00 GTM +2 from power, also i unplugged each cord was connected to it, and i left it standalone in a corner of my house, so now after 8 hours i tried to reconnect it, so I plugged every cord and power source, my MotherBoard's buttons [Power + Reset] started to glowing, and i tried to start my computer from the case's buttons. So nothing happend. Nothing at all ... So i pressed again the button. Again... Nothing. So i unplugged every cord and i let only power cord plugged. tried again Still nothing. So i changed the power source and my power cable, and this time i tried to power him on by mobo's button Nothing again... So i observed that mobo's button was flickering. Thats odd ... So i disconnected also my GPU again nothing happend. I Reseted my bios, again nothing happend. I tried by pressing 932482394 times power button nothing happend, i removed and plugged the cord oo times... Nothing happend again...

So i got this issue once again in the past... It wasn't starting at all and when i tried after 8-9 hours, it just started and displayed an error message on my startup screen " Overclock Failed " i was like... WTF? but anyway it was starting like a charm after this... So whats the problem here, PSU, MOBO, CPU ? or what? I'm realy confused dunno what to do... At this moment, its only with the power source cable plluged, switched off from PSU without GPU inside only with my Intel Core i5 2500k on my Asus P8Z68 Deluxe with A70 Corsair Cooler and 4x Rams, 2x2GB, 2x4 GB...and also my 5 Drives [1xSSD 70 GB,1xHDD 2TB,3xHDD 1TB) and ofcourse:P
CD Drive, Card Reader front case panel and rear case fans
ProIcons   -  Jan 25, 2013
So i was searching about DataTables For Bootstrap ( http://www.datatables.net/blog/Twitter_Bootstrap_2 ) and i ended up that they load Data From Json string. The think is that i have more than 5303 Entries... :/ So in order to load this table it will take a lot of time... So any ideas world?

Examples: http://editor.datatables.net/release/DataTables/extras/Editor/examples/bootstrap.html
ProIcons   -  Jan 25, 2013
@Hawkee http://gatherway.org/bug_code/index.mp4 Take a Look on that, you can fix this bug by applying the code with a callback function of the scroll down..
ProIcons   -  Jan 23, 2013
Edited: [Solved]
[Solution]
CSS:

Code

 


[Question]

So I was wondering... I'm using Twitter's Bootstrap for my Project and I made a small notification Popover / Clickover (http://www.leecarmichael.com/bootstrapx-clickover/examples.html) feature. I was wondering how I can manage to make it on a static height with a custom scroll bar in it...

My basic Concept of creating this popover/clickover is:

Code

 


With HTML

Code

 



So I made a post on JSFiddle about that. I have not included bootstrap directives from bootstrap's site but I have posted the code in the Javascript Section because tooltips are a bit modified. So may be a lot of code lines, though my main code is at the end...

The link is: http://jsfiddle.net/6GRHa/3/

The button with the Popover is the "Exclamation mark"

And like I said I want to Apply to it a custom height and a scrollable bar to be there for more content... Thank you in advance...
ProIcons   -  Jan 21, 2013
@Hawkee the Number of Notifications on top of the Exclamation mark how are called? I mean i can't find how to accomplish that. I'm trying to create a notif system for my Gaming Servers Interface... but i don't know how to accomplish it , any ideas? I'm using bootstrap with <i class='icon-exclamation-sign icon-large'>
ProIcons commented on a Snippet, DNSBL.mRC  -  Jan 19, 2013

Code

 

Quote

-=16:16:01=- <Nikolas> !dnsbl localhost
-=16:16:01=- <@Devian> * Checking IP Address (176.58.193.22), Please wait...
-=16:16:22=- <@Devian> * The IP has been detected in 0/16 BL zones.
-=16:20:27=- <@Devian> !dnsbl 80.63.56.146
-=16:20:27=- <Nikolas> * Checking IP Address (80.63.56.146), Please wait...
-=16:20:47=- <Nikolas> * The IP has been detected in 3/16 BL zones.
-=16:20:47=- <Nikolas> * Detected BL zones: dnsbl.dronebl.org rbl.efnet.org dnsbl.sorbs.net
ProIcons   -  Jan 15, 2013
@Hawkee except the Font Awsome 3, Is there any other Awsome Icon Set ? do you know anyone, or how exactly can i search for them?
ProIcons commented on a PHP Script, ajax mysql chat  -  Jan 09, 2013
Though its buggy tested it out on the demo link
 Respond  
ProIcons commented on a PHP Script, ajax mysql chat  -  Jan 09, 2013
As far i analyzed its not a relay chat. Every message is stored into MySQL Database. So when you connect to the room you can see all messages has been sent to the room, My guess or you can see whatever is posted after your join... Its basically simple and neat. Haven't tested but from the code even its messy seems fine.
 Respond  
ProIcons commented on an Image, New Look for Snippets  -  Jan 09, 2013
just noticed LOLMAO
 Respond  
ProIcons commented on an Image, New Look for Snippets  -  Jan 09, 2013
Reminds me of IMDB. and no I don't like it. I like the appear that is currently on the site now. :/
 Respond  
ProIcons   -  Jan 01, 2013
Happy New Year to all of you :DDD
ProIcons   -  Dec 27, 2012
A good guy needed to create a DLL for mIRC, that it should ENCODE and DECODE a JSON Hash.
Wanted procedures are:
ADDCELL
EDITCELL
REMOVECELL
GETCELL

Example i have: {"name":"lolmg","ip":"123"} "something"=>"asd"
ADDCELL:
{"name":"lolmg","ip":"123","something":"asd"}
ADDCELL MORE DEEP -> {"name":"lolmg","ip":"123"} "names" "something"=>"asd"

{"name":"lolmg","ip":"123","something":"asd","names":[{"something":"asd"}]}

EDITCELL: -> {"name":"lolmg","ip":"123"} "ip"=>"127.0.0.1"
{"name":"lolmg","ip":"127.0.0.1"}

REMOVECELL -> {"name":"lolmg","ip":"123"} "ip"
{"name":"lolmg"}

GETCELL -> {"name":"lolmg","ip":"123"} "name"
name = lolmg

Thx in advance^^
ProIcons commented on a Snippet, ircop snotice events  -  Dec 26, 2012
Also you can put them all of them in one EVENT snotice. To much events for my eyes:D
 Respond  
ProIcons   -  Dec 24, 2012
@Hawkee My Profile is a bit messy :D
http://halflife.gr/Fast-Screenshot.png Check this out.
ProIcons commented on a Snippet, MeMO FuN Flo0DeR  -  Dec 24, 2012
/ignore Nick
/silence +Nick
/kline +Nick!Ident@Host
/zline +Nick!Ident@host
and so on :D
 Respond  
ProIcons commented on a Snippet, ircop snotice events  -  Dec 24, 2012
you can replace $asctime( [HH:nn'tt] ) with $timestamp to fit with all user's scripts i guess. Example my timestamp is
[dd/mm/yyyy@HH:nn:ss]
(I keep IRC logs since 2002 :D)
 Respond  
ProIcons commented on a Snippet, MeMO AKill Script - Series 3  -  Dec 24, 2012
Still this script is only for 1 User, 1 Identd, 1 IP
if you use hash tables you could make it more flexible
and for unlimited users. Though why not use /gline /kline /gzline command
instead of an instable mIRC Script and slow also.
 Respond  
ProIcons liked a Snippet, Scroll Append - Inifinite/Endless Scroll  -  Dec 24, 2012
ProIcons   -  Dec 03, 2012
@Hawkee i'm not sure but i can't find anywhere "Post Script" Only Snippet.
ProIcons   -  Nov 28, 2012
Well i recovered a girl's facebook password from Default Facebook's Recovery Options and she is thinking i'm a hacker and i'm her hero . Oh well.. i won't deny it ^^:P
ProIcons commented on a Snippet, RoCanvas  -  Nov 28, 2012
@pimteam
http://devian.gr/canvas/ A Video With All of the bugs i found.
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.