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

Search Results
Subject Author Forum Time
A hypothetical question regarding Domain Redirection
A few friends and I were having a little debate earlier, and none of us could really come up with a solid answer, with proof and/or relation to law, so I was wondering what would happen in a situation like this: Person A runs a small, unknown company...
JimboGeneral Chit Chat04-08-2010 at 08:00 PM
RE: PHP Steam Badge Generator
Yes, that is a limitation at the moment, and I have absolutely no clue how I would resolve that.
JimboTech Talk03-07-2010 at 10:34 PM
RE: PHP Steam Badge Generator
Thanks Spunky, I'll see what I can come up with :)
JimboTech Talk03-07-2010 at 03:38 PM
RE: PHP Steam Badge Generator
I meant more of a suggestion to find a way to detect invalid ID, or private profile, but nevertheless, thanks anyway. The reason its that small though, is because on my new forum, I display that under under each user's avatar. The Shield is VAC sta...
JimboTech Talk03-07-2010 at 05:45 AM
PHP Steam Badge Generator
Recently, I pieced this together using code from various sources, so to use on my new forum, but for the life of me, I cannot do what I want to do. It works perfectly, if a valid ID is specified, but when an invalid ID, or private profile is used, a ...
JimboTech Talk03-06-2010 at 03:56 PM
RE: Dynamically changing text box, based on a form input?
Thanks so much Spunky :)
JimboTech Talk02-08-2010 at 01:08 AM
RE: Dynamically changing text box, based on a form input?
Thanks again, but I still can't get it to work, its probably just me though. I don't have to define that function anymore right, since I can't see you using that in the form?
JimboTech Talk02-08-2010 at 12:37 AM
RE: Dynamically changing text box, based on a form input?
Thanks a lot for the help Spunky, I really appreciate it. However, I tried messing with your code in a number of ways, and still cannot get it to display anything in the "result" element.
JimboTech Talk02-08-2010 at 12:15 AM
RE: Dynamically changing text box, based on a form input?
Thanks, but wont that $_POST variable only be retrieved after the form is submitted? or am I being stupid? I'm trying to make it change instantly, as a new value is entered into the amount box, or if that isn't possible, a button or something to u...
JimboTech Talk02-07-2010 at 11:03 PM
Dynamically changing text box, based on a form input?
Hey, How would I be able to retrieve the amount entered into a form, eg. $5.00, and then divide that number by 0.05, and the finally rounding it to the nearest whole number, and display the result? Maybe this will help: This is the form I am trying t...
JimboTech Talk02-07-2010 at 09:37 PM
RE: MySQL and PHP - using 2 tables in one query?
Thanks Nana, I'll be sure to take a look at that.
JimboTech Talk01-18-2010 at 01:44 PM
RE: Greasemonkey message box / redirect
Yeah, I made sure he did install it correctly before reporting it didn't work :P
JimboTech Talk01-18-2010 at 12:49 AM
RE: Greasemonkey message box / redirect
Thanks andrey, I'll get my friend to download Opera and try that out later. EDIT: He just told me it didnt work. He passed over 2 shiny pokemon, and there was no alert.
JimboTech Talk01-18-2010 at 12:10 AM
RE: Greasemonkey message box / redirect
You think so? really? A friend of mine did the basic design, with the one simple theme, then I added all the content and different themes myself. I personally don't like it much, but hey, it gets the job done for what it has to do.
JimboTech Talk01-17-2010 at 10:08 PM
RE: MySQL and PHP - using 2 tables in one query?
Yeah, it is. Thanks. (Check my recent post edit :P)
JimboTech Talk01-17-2010 at 09:16 PM
RE: MySQL and PHP - using 2 tables in one query?
When running that query using PHP, I now get all results from table A returned, no matter what I type into the search. When running the following query in navicat: [code=sql] SELECT a.*, b.name FROM upgrades AS a INNER JOIN zm_timetracker AS b ON a.s...
JimboTech Talk01-17-2010 at 08:39 PM
RE: MySQL and PHP - using 2 tables in one query?
[slightly offtopic] <? and ?> tags are short_open_tags, and I always use these, so they are enabled. Since I rent my own server box, and host everything from there, I can change anything I like in my PHP.ini. [/slightly offtopic]
JimboTech Talk01-17-2010 at 07:57 PM
RE: MySQL and PHP - using 2 tables in one query?
Thanks Adeptus, I think I will go away and read some tutorials, so to not fill up this forum with all my MySQL questions xD However, I am probably doing something really stupid, but this is outputting no results, and I can't figure out why. [code=ph...
JimboTech Talk01-17-2010 at 07:33 PM
RE: Greasemonkey message box / redirect
Yes, it will say Shiny in the section with the level and pokemon, and IIRC, it even says, "Wild Shiny Appeared".
JimboTech Talk01-17-2010 at 07:02 PM
RE: Greasemonkey message box / redirect
Okay then, thank you very much.
JimboTech Talk01-17-2010 at 05:40 PM
RE: MySQL and PHP - using 2 tables in one query?
Well 2 queries wouldnt be a problem, in fact, it would probably be easier.
JimboTech Talk01-17-2010 at 05:33 PM
RE: MySQL and PHP - using 2 tables in one query?
Well, merging the two tables is kind of out of the question now, since it has been this way for months, and to redesign all the game plugins that retrieve and store info in these tables would be far too tedious.
JimboTech Talk01-17-2010 at 04:48 PM
RE: Greasemonkey message box / redirect
Well, this is for a friend of mine, and its for a game called Pokemon battle arena. He wants it to alert him when the word "shiny" is found in the page, but since this isnt hardcoded, and the URL has a random set of arguments for each pokemon encou...
JimboTech Talk01-17-2010 at 04:46 PM
RE: MySQL and PHP - using 2 tables in one query?
Thanks for informing me of SQL injection. Researched and implemented a few methods now, which should prevent this. About that query, I really do want to get everything from table A, but only steamid and playername from table B. I then want to be able...
JimboTech Talk01-17-2010 at 01:51 PM
RE: Greasemonkey message box / redirect
Oh yeah, don't know why I didnt think of doing that. Thanks a lot. IF anyone has any suggestions on how to search for the word outside of the page source, I would be highly grateful.
JimboTech Talk01-17-2010 at 01:38 PM
[Hide Excerpts] Pages: (66): « First [ 1 ] 2 3 4 5 » Last »