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

Search Results
Subject Author Forum Time
MySQL and PHP - using 2 tables in one query?
Okay, first of all, I am not even sure if this is possible, but what I am trying to do is: I have two tables, Table A that stores just SteamID, with some other fields, and then, another Table B that stores Player name, SteamID and then some other fie...
JimboTech Talk01-17-2010 at 01:32 AM
RE: Greasemonkey message box / redirect
Well, I've managed to come up with this, although it spams the alert for every instance of the word. How could I make it only alert once? [code=js] // ==UserScript== // @name Alert // @namespace -- // @description Alert...
JimboTech Talk01-17-2010 at 12:52 AM
Greasemonkey message box / redirect
Is there a way to look for a word on a page using Greasemonkey, and if that word appears anywhere on the page, either display a message box, that the user has to click OK, or just redirect to another page instantly?
JimboTech Talk01-16-2010 at 11:14 PM
RE: Simple Windows Mail Server
Thanks for the offer, but I have managed to setup MailEnable now, and it works like a treat.
JimboTech Talk01-15-2010 at 09:44 PM
RE: Simple Windows Mail Server
@Mnjul: Thanks a lot, but couldnt find a free version, although I probably didn't look hard enough :P @Menthix: Thanks very much, trying that out now.
JimboTech Talk01-15-2010 at 04:05 PM
Simple Windows Mail Server
I am looking for a very simple, but effective mail server for windows that I can use with PHP, and all I need to be able to do is have 1 account, with SMTP/IMAP access. I tried hMailServer, and it worked for some time, but now, it just will not open,...
JimboTech Talk01-15-2010 at 03:30 PM
RE: Graphics card problems
I already tried starting from scratch and completely uninstalling the driver, and tried to install latest nVidia drivers, which didnt work. I even tried letting windows find the drivers, but that still didnt work. I also had a look at my graphics car...
JimboTech Talk01-10-2010 at 04:35 PM
RE: Graphics card problems
My old, nVidia 7300GS didn't have a fan, so yeah, I guess i'm going to have to get a new card.
JimboTech Talk01-10-2010 at 01:42 PM
Graphics card problems
Recently, whilst playing gmod my computer BSOD'ed, with a "DRIVER_IRQL_NOT_LESS_Or_EQUAL" error. So I just restarted, and assumed everything would be OK, but whilst booting, and even when going into BIOS, I had yellow lines running down the left, ...
JimboTech Talk01-09-2010 at 08:13 PM
RE: MySQL Date/time help?
Oh wow, thanks Adeptus. That works exactly how I want, and like you say, my table is only around 100 records, so that shouldnt be a performance concern, right?
JimboTech Talk01-07-2010 at 01:42 PM
RE: MySQL Date/time help?
Thanks, I'll go about adding a unique ID later :)
JimboTech Talk01-06-2010 at 08:14 PM
RE: MySQL Date/time help?
Okay thanks, I will look into using a timestamp instead. I do have a primary key, but the unique identifier is based on a players SteamID, where no two players can have the same ID, however, these do not increase at a standard rate. For example, one ...
JimboTech Talk01-06-2010 at 06:51 PM
MySQL Date/time help?
I have a mysql table that stores date/time in the format of "01/02/10 07:06:33", but when listing that table using PHP, and ordering by date/time, the 2010 records appear at the end, whereas, the latest 2009 records, so from the 31st of December ap...
JimboTech Talk01-06-2010 at 05:33 PM
RE: Only display certain CSS div elements in specific browsers
[s]Thanks, but hmm, doesnt seem to be working, probably my fault somewhere though.[/s] Fixed it, thanks a lot :)
JimboTech Talk01-01-2010 at 01:04 AM
Only display certain CSS div elements in specific browsers
What I am trying to do is detect the browser a user is using, and then if its anything but IE, display a specicifc div element, in this case "footer", but if the user is using IE, do not display this element. Or, which is probably easier, detect th...
JimboTech Talk12-31-2009 at 08:50 PM
RE: PHP parsing certain lines of a text file
Well, I removed the 2 div elements as they wouldnt matter, but apart from that, its the whole code :)
JimboTech Talk11-25-2009 at 07:57 AM
RE: PHP parsing certain lines of a text file
@Nana, what I posted above is the whole search.php. I use [code=html]<form method="post" action="search.php"> <input type="text" value="Enter Player Name" name="search" size=25 maxlength=25> <input type="Submit" name="Search" value="Se...
JimboTech Talk11-24-2009 at 03:22 PM
RE: PHP parsing certain lines of a text file
Thanks again nanafreak :) As you seem to be a php genius, I have something else you may be able to solve. ;) I am trying to query a database using the following code (censored): [code=php] <?php echo '<table class="sortable2" id="reports" name=...
JimboTech Talk11-24-2009 at 08:03 AM
RE: PHP parsing certain lines of a text file
Thanks NanaFreak :) Do you know how I would go about changing the colour/font of each Ad, so for example, make Ad1 blue, Ad2, white, Ad3, black?
JimboTech Talk11-23-2009 at 11:45 PM
RE: PHP parsing certain lines of a text file
Thanks, and yeah, I cannot change the original text file as its read by something else, that can only read in that format. Anway, I managed to come up with this: [code=php] <?php $text = file_get_contents('advertisements.txt'); preg_match_all('~"...
JimboTech Talk11-23-2009 at 12:07 AM
PHP parsing certain lines of a text file
Hey there, I was wondering if any of you knows how to parse a text file similar to this: Thanks
JimboTech Talk11-22-2009 at 07:13 PM
RE: MySQL - Compare 2 tables
Well, the nature of my table, makes it impossible for the record to decrease from B to A, and all I wanted to do was list values in B that are at least 10 less than A. Maybe I should have worded what I required a bit easier, Matty's query seemed to ...
JimboTech Talk10-08-2009 at 07:57 PM
RE: MySQL - Compare 2 tables
That seems to work nicely, thanks a lot :) Now I just have to wait for it to compare 60,000 records :P
JimboTech Talk10-08-2009 at 03:19 PM
RE: MySQL - Compare 2 tables
Just tried it: Running MySQL 5.1, if that makes a difference.
JimboTech Talk10-08-2009 at 02:19 PM
RE: MySQL - Compare 2 tables
The 2 table definitions are exactly the same, one is just an older backup I have. Im trying to do it per record, I updated the first post a bit with a better description. My table structure is something like: What I am looking to compare are the pla...
JimboTech Talk10-08-2009 at 01:59 PM
[Hide Excerpts] Pages: (66): « First « 1 [ 2 ] 3 4 5 6 » Last »