-
Posts
1,731 -
Joined
-
Last visited
-
Days Won
5
Content Type
Profiles
Forums
Events
Everything posted by Spudinski
-
All these changes are driving me nuts, I can't do anything anymore. I don't think a forum is supposed to have to come with a 200 page manual just to figure out how to read a post, I really think it's over-rated. A few new things I dislike about this "new" forum is; PM Inbox - OK, granted it's being corrected Unread links - This forum doesn't have any "Unread topics" or "Recent replies to your posts" navigation links, all I can do is try to remember each topic name I posted in and try to search for it Board Index - I can't seem to find anything, and it's useless trying to do something about it Theme - This theme is also driving me insane, it's a simple design for simple content, but this forum is for complex or long-orientated matters I don't know how, but this forum is supposed to have allot new features, but I can't seem to find anything that's better than the occasional graphic that's rendered another colour Also, If there is anything better about the forum, it's surely back-end or on the administration panels. Anyone agree with me, because I think this change might just cause a huge amount of active users to go and find another place to share their experiences and knowledge. I've heard from people that have been here for more than a year is leaving, and among others, doesn't approve with the new changes.
-
Re: Helps Plz * Topic Moved *
-
Re: question... I don't see the use of all this, if someone really wants to see what your HTML content looks like, they will eventually get it no matter how hard you try to obscure the results. I leave all my HTML content plain, like it is. There is really no use trying to hide the fact that it is, indeed, just markup or an image. Take for instance Myspace, they try so hard so that no-one can download the artists albums, but wiht no avail. Recently they tried to change the flash player, but the techies figured it out before, anything that is transmitted to the client, can be captured.
-
Re: Session_id() Question? I found this web page at phpsec, it should explain a few things better than I can and hopefully, give you reason. http://phpsec.org/projects/guide/4.html
-
Re: Not Logging Out??? * Topic Moved * Try clearing your browsers cookies and cache, close your browser and start up again. That should log you out, but the forum should log you out as well, strangely, I don't know why it doesn't. It has to be a problem at your side.
-
Re: Session_id() Question? Well, I haven't run your script trough some tests, but in general Session ID's are a good way to keep track of a user, mostly because they are not kept/stored on the clients machine, it's kept on the server itself. Session Fixation is quite common, but I would not worry to much about it when it comes to simple MCCode based games.
-
Re: Help Please Best place to start learning is the beginning, learn everyhing from the top up. It depends what you really want to do with programming, if you want to write C applications, what's the use learning XHTML? Anyway, for a re comendation towards your post, Basic HTML would be a good place to start, then move on, most websites will learn you CSS and a little bit of Javascript at the side when you learn HTML. After that, you can face the task of learning PHP properly, not copy-and-paste "coding", real programming. If your not prepared to teach yourself PHP in a long period of time, rather hire a professional to do it for you. PHP isn't that hard to begin with, but mastering all aspects can be hard at times.
-
Re: What are you listening to right now ? The sound of my head spinning around, you should try it when you close your eyes. :P
-
Re: Out Of curiousity Professionally done and non-unique, about 60-180 USD. Unqiue it'll cost you a few grand.
-
Re: Gallery MOD Fixed and Secured When I created my version it was my original concept and idea for something like this in an MCCodes based game, so I really don't know why it says "Fixed and Secured". I've checked for similarities, not to much as this is a "very" basic uploader and class. Not trying to steal any attention from this thread, but my original Gallery Modification can be found here.
-
Re: FIRST THOUGH! plank
-
Re: mysql help? Your username and password combination is a unique value, therefor you cannot use some-one elses. You should ask your hosting provider's support center to set them up for you, or you should Google a few PHP & MySQL tutorials and learn how to do it by yourself.
-
Re: protection mccodes v2 Mostly any header can be spoffed, just secure it, don't bother changing something that works perfectly good.
-
Re: THIS OR THAT? Hobo Wars Distortion or clean?
-
Re: THIS OR THAT? Yahoo! Slavory or Domination?
-
Re: bbcode problem Why don't you just print out trough the bccode_parse() function? ..so then this print "<td colspan='6'>{$gangdata['gangDESC']} </td>"; ..will become this echo 'td colspan="6">' . $bbc->bbcode_parse($gangdata['gangDESC']) . '</td>';
-
Re: Free secure forums? It's easy to convert your current user database for smf, check out a conversion script from another type of public forum, and just change the guides to fit your needs. If you need more help on that front, I'll show you a smale of how you can do that, I've done it once before but not with MCCodes.
-
Re: How the hell does this work? To make this as simple as possible, let me explain it. Declare means the funtion has already been written in anohter part of your application, or in this case game. So if you actually read the error message, you will see "Cannot redeclare", it should be simple to understand. You cannot make two functions with the same name in PHP, it's just not allowed.
-
Re: Jail_Reason Luckily Floydian saved me time in saying that, but seriously... post in the correct sections please, it saves us all allot of time that we could have spent doing much more useful things. **Topic Moved**
-
Re: Declared As A Business? (UK) Is the guy around the corner selling fruit committing fruad? No, he is delivering a service and you are paying him for it. The same princaple can be aplied to a game, you are delivering a service as an entrepineur, its totally legal.
-
Re: Funny things To Google Type in the following: Goth Google - Then click I'm Feeling Lucky
-
Re: [mccode] Mod Sale [$10.00 - $80.00] [me=Spudinski]thinks ben should bump his own thread *[/me]
-
Re: Happy New Year Happy new years... even though I'm late :-P Hope you do this year what you told yourself to do last year.
-
Re: Merry Christmas Merry x-max to everyone, and may everyone have a very exiting and rewarding new years!
-
Re: Cron Help : no such file or directory :S As mentioned, you are using the sh shell to run the script, and it cant do it. Try the following it the command text box: curl /var/www/vhosts/..../subdomains/..../httpdocs/cron.php