jkewlo Posted July 10, 2008 Share Posted July 10, 2008 Hello iv got a chat system that has chat ban now when a user is banned it replaces the input field with Help! and that sends to page.php which is a pagger well i want it to be a pager. how will i go about making a pop up page that pops up on all the admins saying that his user needs help.? Link to comment https://forums.phpfreaks.com/topic/114162-making-a-pagger-need-help/ Share on other sites More sharing options...
DarkWater Posted July 10, 2008 Share Posted July 10, 2008 1) What's a "pagger"? 2) You'd probably need Ajax to check every minute or so. Link to comment https://forums.phpfreaks.com/topic/114162-making-a-pagger-need-help/#findComment-586925 Share on other sites More sharing options...
cooldude832 Posted July 10, 2008 Share Posted July 10, 2008 u mean a pager? Like Page an admin You need to looking into querying systems (Mathmatical not MySQL) on how to handle this. There is a classic mathematical model on handling users entering in a scenario such as calling a support center and how to distribute calls. As for the coding portion the simple part is an ajax with the cue of users to be helped and admins can enter into it to help users as needed. Link to comment https://forums.phpfreaks.com/topic/114162-making-a-pagger-need-help/#findComment-586949 Share on other sites More sharing options...
DarkWater Posted July 10, 2008 Share Posted July 10, 2008 Yeah, it won't be an easy thing to implement. =/ Link to comment https://forums.phpfreaks.com/topic/114162-making-a-pagger-need-help/#findComment-586953 Share on other sites More sharing options...
jkewlo Posted July 10, 2008 Author Share Posted July 10, 2008 not eays is not a easy word i dont like!. hemm maybe i can forget about the popup cuz i dont know much about ajax. and just have it sent to the mail for the admin(s) and jsut have a pop up. have a set topic like main.php?msg=Mail_Admin as the topic and have it based around that Link to comment https://forums.phpfreaks.com/topic/114162-making-a-pagger-need-help/#findComment-586958 Share on other sites More sharing options...
cooldude832 Posted July 10, 2008 Share Posted July 10, 2008 you can't trigger live updating stuff easier trust me ajax is you best move and its very simple ajax. Look into a shoutbox script and mod it to what u need. Link to comment https://forums.phpfreaks.com/topic/114162-making-a-pagger-need-help/#findComment-586960 Share on other sites More sharing options...
jkewlo Posted July 11, 2008 Author Share Posted July 11, 2008 cool will have to check it out.. but i did get it to work. and made a pop up saying Admin has been notified and get sent to everyone with level status of 3 im making a custom forum from the ground up so its a good experience Link to comment https://forums.phpfreaks.com/topic/114162-making-a-pagger-need-help/#findComment-587302 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.