What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
RE: University/College
I'm starting my Bachelor "Interactive Media" in Amsterdam. Kind of my way into Media, with some ICT flavor cause I already have a degree in "Application Design" and in "Systems Administration" I hope I'll get 3D Rendering and stuff :D
EzraGeneral Chit Chat06-08-2007 at 11:45 PM
RE: PHP Shoutbox help
[code] $fp = fopen("shouts.txt","a"); [b]fseek($fp, 0);[/b] fwrite($fp,[b]strip_tags([/b]$_POST['user'][b])[ /b].":".[b]strip_tags([/b]$_POST['shout'][b])[ /b]."\n"); fclose($fp); $shoutbox_page = "http://pps3.awardspace.com/...
EzraTech Talk06-08-2007 at 10:23 PM
RE: PHP Shoutbox help
The function I showed you removes (or at least tries to) remove all HTML + PHP from the input string. That includes javascript and should leave clean text.
EzraTech Talk06-08-2007 at 09:52 PM
RE: PHP Shoutbox help
A simple [code]$stripped = strip_tags ($str);[/code] should be enough, no SQL used so no SQL Injection ;)
EzraTech Talk06-08-2007 at 07:44 PM
RE: PHP Shoutbox help
You could also just use: [code]fseek ($handle, 0);[/code] To place the pointer at the beginning of the file ;)
EzraTech Talk06-08-2007 at 07:24 PM
RE: Blue Screen of Death on VISTA!!!
BSOD's are usually because of driver problems.
EzraTech Talk06-08-2007 at 02:13 PM
RE: How many times has my mixtape being downloaded?
Check the access log files of apache* if you have access to it. [size=1]*Or whatever webserver you are using.[/size]
EzraTech Talk06-08-2007 at 12:08 PM
RE: [Request] Log Script
This is easily fixed by using a buffer, just save all the messages to a buffer and write this buffer out to the file every say 10 secs. You could also maybe use the [url=http://msdn2.microsoft.com/en-us/library/aa36 5747.aspx]Windows WriteFile API[/u...
EzraScripting06-07-2007 at 08:08 AM
RE: Cannot Logoff/Shutdown/Restart
or try to type "shutdown -s -t 0" in Start->Run
EzraTech Talk06-06-2007 at 05:24 PM
RE: Confused on my AGP card
Nvidia makes the chips, the other companies make the actual boards and put the chips on them.
EzraTech Talk06-06-2007 at 09:00 AM
RE: [Sug]Minor Forum Rule Mods
Signatures are there to let you put your signature under the post, showing an image you made with your name in it and stuff, [u]not[/u] to have an entire image gallery!
EzraForum & Website06-04-2007 at 03:24 PM
RE: [help] to clear the http web requests
Simplest way is to use no-caching headers. There are also some tricks, like using a random get parameter in the url to trick the cache into thinking it's a new url. [url=http://en.wikipedia.org/wiki/XMLHttpRequest]W ikipedia article about XMLHTTP[/u...
EzraScripting06-03-2007 at 10:18 PM
RE: how much further can reality TV go ?
The show was fake, it was just a publicity stunt to raise the awareness of organ donors. EDIT: It's all over the news, just [url=http://news.google.com/news?q=Donor+Show&hl=e n&oi=news&ct=title]Google[/url] for it.
EzraGeneral Chit Chat06-01-2007 at 10:39 PM
RE: how much further can reality TV go ?
Just as I thought, all fake...
EzraGeneral Chit Chat06-01-2007 at 09:35 PM
RE: Help with chat logs please
Save them as Plain Text Files. You can change this by going to the Preferences window choosing the Conversations tab then the Chat Loggin sub-tab and choosing "Save as Plain Text Files" at the Save Options. Also with the HTML chat logs you don't n...
EzraWLM Plus! Help06-01-2007 at 12:18 PM
RE: is there insert link in chat script?
That would be to easy to do malicious things with, you could send Hey check out: [url=http://maliciouspage.com/]www.MsgPlusLive.net [/url] So that's why it's not possible.
EzraScripting06-01-2007 at 08:09 AM
RE: Question regarding sound files
All sounds that are played are downloaded and saved on your hard disk and added to your database. On XP this is in the following folder: C:\Documents and Settings\All Users\Application Data\Messenger Plus!\Custom Sounds If you delete the actual ...
EzraWLM Plus! Help06-01-2007 at 07:32 AM
RE: Do you listen to the radio?
I never listen to the radio at home, but usually at school and work and sometimes while traveling. I have a FM receiver in my phone :)
EzraTech Talk05-31-2007 at 12:44 PM
RE: [Req] Touch/ping a URL
Changed the parts below to remove sending the statuses and email address to the server. Now it's just a "ping" :-) [code]function OnEvent_Signin(Email) { //Status Change is not called when we sign in so here's a seperate function to ping when w...
EzraScripting05-30-2007 at 10:47 PM
RE: [Req] Touch/ping a URL
I felt bad that noone made it for you yet, so I made a quick thingy [code]var xmlhttp; var linkarr = new Array(); //Here we fill the array with the addresses we will be "pinging", just add more .push statements to add more servers. linkarr.push("h...
EzraScripting05-30-2007 at 06:09 PM
RE: How can i translate in .plsc format?
Ah, good to hear that was the problem. Maybe the Documentation could be modified a bit to make sure people don't confuse different archive types with .zip.
EzraScripting05-29-2007 at 09:29 PM
RE: How can i translate in .plsc format?
I don't exactly know what you did, but it works fine here... Are you sure you made a .zip file and not a .rar file and renamed that? Another thing I noticed is that you didn't really translate everything, you only translated the swears, it might be...
EzraScripting05-29-2007 at 07:39 PM
RE: How can i translate in .plsc format?
I'm kinda at a loss at what's been said in this thread. Out of your first post I understand that you downloaded this script and installed it into msgplus! Then you opened the files in the directory of this script and changed some of the files by tr...
EzraScripting05-27-2007 at 09:41 PM
RE: How can i translate in .plsc format?
Just make a zip out of all the files in the scripts folder and rename it to .plsc instead of .zip
EzraScripting05-27-2007 at 12:13 PM
RE: The 6th Anniversary Contest is live!
Already had one running, took me way to long to find the coords, and didn't give me much better luck so been clicking randomly away again :P
EzraAnnouncements & News05-27-2007 at 03:54 AM
[Hide Excerpts] Pages: (75): « First « 7 8 9 10 [ 11 ] 12 13 14 15 » Last »