
hobbes
Members-
Posts
100 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by hobbes
-
Re: FACEBOOK GAME DEVELOPMENT Wow, very interesting idea. I am sure whoever the first person is who accomplishes this successfully can earn quite a bit of money as well. :-D
-
Re: PHP Memory Limit Very true Floydian, and I would really love to. The only thing is, Dabomstew hasn't been online here for over a year. :wink: I also wanted to correct a mistype in my previous post, its with carmadd.php and not through a for loop, it's a SQL query that is giving me that error. That being said, I have no problems in sharig this quote from the script with the rest of you. I have also tried and the exact same message. The SQL tables are generic just like any other and I don't understand how I am getting this Fatal Error.
-
Re: PHP Memory Limit Aah, ok, that makes more sense. And yes, there is a foreach loop. I'm not quite sure if your familiar with mc's car mod script, but it only affects the tune.php script. I would post the foreach loop for evaluation, but am not sure what the rules are when posting parts of a paid modification?
-
Looks like I've finally hit my allowed limit on my server. Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 19456 bytes) If I remove a pre-existing php script on my server, will this allow room for other php scripts to be used or is it all cached? Other words, what are my options other than switching to a semi/dedicated server.
-
Re: [Free] [V1] Random Explore Mod i'm not going to use this, but +1 for another fine mod iso!
-
Re: [mccode v2] House Images that would do it ill.
-
Re: [mccode v2] House Images Same error as above, but great addition!
-
Re: Finding Items in the city Have you deleted items in the past? If so, then users are getting an 'itmid' that is no longer valid. Example, ITEM ID 1 - GUN 2 - ARMOUR 3 - DRUGS 4 - CAT 5 - HAT You decide you don't want cats in the game, delete itemid 4, now itemid 4 is blank, so rand(['itmid'] can include items that do not exist any longer. Solution? TRUNCATE your table and reinsert all items, otherwise create items in deleted itemid's. Or.. use killah's script??
-
Re: Sexual Appearance Another creative and unique feature scripted by Iso, keep it up! I enjoy seeing your work.
-
Re: BRAND NEW EXPLORE [v2] Tested That's not true Nyna, I paid for all my original artwork! :wink:
-
Re: BBCode Resize The thing is, I don't see the use of <img> properties anywhere in my bbcode engine in which that post would apply to me. :?
-
How do you set the max width size in the bbcode engine so that your forum, mailbox and other bbcode layouts aren't affected by large images?
-
Re: [mccode] Black Jack thanks pog, i was half asleep when i was working on it, can't believe i missed the ';'. zero; i'm going to see what i can do to improve this script, once it's done, i'll post a revised version.
-
Re: [mccode] Black Jack I'm trying to get this script to work on v2, and for some reason I get: Parse error: syntax error, unexpected '}' in /blackjack.php on line 214 from Although that if statement needs to be closed. I've wanted this script for quite some time and would love to get any help that I can get to have this running. If there are any mistakes (which I am sure there are a few), I would love to hear them so I can get back on track and fix any corrections that are needed.
-
Re: [mccode] Black Jack card images. http://www.jfitz.com/cards/
-
Re: Voting Issues I'm gonna throw this one out there, and maybe it should be posted in mod requests, but how hard would it be to script the same idea, but with donator packs, so donator packs can be set up in the staff menu? would it be more trickier due to the paypal scripts?
-
Re: Voting Issues and yes, i'm using it now and much more convenient!
-
Re: Basic Stock Market [V2] wasn't there already a fix for this? my stock deletes itself once it hits zero and everyone loses out, which is the whole point of the stock market. (well, making money is, but you get the point)
-
Re: Cronus - Titan Gaming Media He just sent it to my email address. Thanks for contacting him!
-
I purchased the Car Bomb script off of Cronus' web site and I guess his site is having issues. Paypal took my money for a script, but his web site gave me SQL errors stating that the file transfer was turned off. I sent him a message on here and on his site the other day in regards to this. I noticed he logged in today but didn't respond. It's been a couple days and no script. There was another script I was interested in purchasing off him, but not quite sure what to do. Has anyone had problems buying scripts off him in the past? Should I be a bit wary? If anything, I hope this post gets his attention, otherwise I would love to hear any feedback in regards to buying future scripts off him.
-
Quick question in regards to the voting mod for mccode. It was working fine for a long time until suddenly one day, I get this. I haven't touched a thing and now it's giving me problems. Warning: Cannot modify header information - headers already sent by (output started at /global_func.php:414) in /votextop.php on line 3 After some googling, I read that it has to do with empty space before and after the <?php and ?>. The only thing is, I don't have empty space anywhere in the voteblabla.php script. I'm very confused as this was working fine until recently. This is what I have and the error lies in the header, "if($_SESSION['loggedin']==0) { header("Location: login.php");exit; }" Any idea what's going on or what all of a sudden happened?
-
Re: Revamped RentaSpy [FREE] [v2] Nice job zero!
-
Re: [FREE] [V2] 2 Game Styles/Themes if your layout is all messed up, or you see the background image repeating itself, it most likely has to do with improper use of tables and not closing them properly (or other containers) where they should be. when i threw in a layout for my game, a few pages did the same thing, all it takes is some time to read your script and figure out where the problem lies with containing your data. what happens when you remove your content and just leave: <?php include "globals.php"; $h->endpage(); ?> it works again (it should, otherwise you have big problems), proving my point that it's most likely closing table issues and where they are placed. one thing you may have to look out for are closing tables, records and data in your if, else statements as this can sometimes cause issues when not closed properly.
-
Re: [FAQ] Securing Input Variables Wow, well written! I have read it, bookmarked it and will make it my number one priority to secure every one of my input variables! It's nice to see posts on CE that are to the point and that provides resources as well. Posting the php manual references is extremely helpful for me. I will read every little detail this week and go through all my input variables. Nice work Nyna and Floydian!
-
Re: Hi Peeps Hey Nyna, You rock! I was an old school BASIC programmer when I was 11 years old using a TRS-80. Pretty brutal, eh? I just got into scripting PHP with SQL just two years ago and have developed my interest (somewhat) for typing thousands of lines of crap. What a great way to kill a few hours! Thanks for your support with all your posts.