-
Posts
3,368 -
Joined
-
Last visited
-
Days Won
126
Content Type
Profiles
Forums
Events
Everything posted by Dave
-
Most likely the CSF blocking the IP from incorrect logins.. normally is the issue...
-
Contact the host, tell them the issue and make them fix it.
-
As Peter stated he owns rights to the purchased Mascots and is able to do whatever he wishes with them. He also never stated he created them I just thought I'd help remove any confusion of the creator.
-
I'm guessing it their system is anything similar to mine they block users after 5 incorrect logins. Contact your host with the IP addresses of the users and get them unblocked. It's all in place to try and stop against brute force attacks on accounts.
-
The 3 gangster mascots (The ones provided in .tiff format) were originally created by my partner Cristian (Who now works alongside myself under Oxyden) for Peter as a client. It's very kind of you to release them for free after paying for them!
-
Thought about using stripslashes() on the output?
-
Well, me and him agreed about use off the script so using it to "test" a template (Read the other post why I did "test") is still in breach of our agreement. It's like installing a nulled version of VBulletin just to see if it's cool. It's still illegal, even if it's just for testing.
-
Do I need to say anymore?
-
I posted it up here, after you so kindly left our conversations where we were trying to resolve this and then decided to block me shortly after. I offered to try to resolve this privately but you didn't seem to want to hear about it. You don't need to upload the whole script to "check out a template" you could simple of done that with a few HTML files? Considering the inside of the game holds no CSS to modify the content. So sadly, I don't think your "to check out the new template" point is valid on any level? I'm not crying or complaining? I'm protecting my rights and following an agreement which we made when we broke partnership.
-
Sorry that I wasn't able to be in range of your budget for the work you required. I mainly focus on my own personal projects leaving little time for others work so I generally charge higher then most others. I hope you can find someone who can provide a decent quality of finish.
-
Well, I recently stumbled across Peter Leaman's new site (Federation54.com) on arriving at the site I thought the system looked rather simular to something I had created alongside him before. Funnily enough. It was. After viewing the source I found something incredibly interesting (Screenshot posted due to site content most likely being hidden/removed). As you can clearly see in the screenshot above I am listed as an author on this website? Also if you compare the source to that off OperationJarhead.com you'll notice that a wide variety of the tags and content are simular, some are not exact due to Peter creating a game called "ThugsWar" with the engine and him using that copy of this particular code. The source code also includes an old email of mine "[email protected]". When we both ended our partnership we both agreed that we wouldn't be allowed to use the code, which can be seen discussed below. We codenamed the code "SkyGine" for the purposes of being "cool". Sadly after trying to discuss the issue with Peter over MSN he refused. So I've decided to take this issue publically. This is not the first, nor I imagine the last time Peter has done something dodgy. He has also now decided to remove all contact between myself and him. The sign of a "true" gentlemen. If you require more evidence that the code which was hosted on Federation54.com is in fact my code you are welcome to contact me via MSN, Email or anything else. Due to this issue I would highly reccomend not allowing Peter access to any of your content or graphics. He cannot be trusted.
-
I learnt the basics from an O'reilly book, Very good examples and so on.
-
As always with most of these Collaboration experiences people will be more likely to believe your case if you post some evidence. Cause remember it's not what you know, it's what you can prove (Stolen from some movie I watched).
-
Never see the day for what? We're searching for another coder due to the fact it would increase the overall quality of the game and would also drastically decrease the production time. and yes it's all you ;)
-
This position is still open, Even if you don't have all the requirements the main one is just being able to code at a decent level in PHP.
-
ICANN requires all domains to be registered with the owners VALID details. You're also able to purchase something called WhoisGuard which hides all your details.
-
Don't use gay in the wrong context.. Could offend someone. http://pastebin.com/HxgjAZnS Copied the main parts of the post for you.
-
Dude if you need help PM me... This guy reminds me of how I used to be.. Check my old posts and you'll see.
-
If you could PM me the vague details.. If it's an interesting potentially profitable idea I might be interested in joining you.
-
Gonna take a guess.. But don't use any ' in your description...
-
You didn't upload the /class/ folder.
-
If you need any help just ask! I'm not that great at jQuery but I've written some advancedish stuff with it.
-
I think both are nice but the background on bottom one looks better. I think you should make the characters look like their meant to be in the scene with lighting and shadows and so on.. That's along with giving them some movement maybe just by blurring their weapons slightly in Photoshop.
-
It works like this.. Could be a bit more efficient but I've never used slideToggle so personally I'd do it like this. <!DOCTYPE html> <html> <head> <style> p { width:400px; } </style> <script src="http://code.jquery.com/jquery-1.4.4.js"></script> </head> <body> <div style="width:125px; height:125px; padding:5px; margin:5px; float:left; background-color:#999;"> <div class="inner" style="width:125px; height:125px; background-color:#F00; overflow:hidden;"> <div class="text" style="display:none; margin-top:100px; height:25px; width:125px; text-align:center; background-color:#ccc; float:leftl"></div> <div class="ammount" style=" height:25px; width:25px; background-color:#ccc; padding:3px; text-align:center; float:leftl">x2</div> </div> </div> <div style="width:125px; height:125px; padding:5px; margin:5px; float:left; background-color:#999;"> <div class="inner" style="width:125px; height:125px; background-color:#F00; overflow:hidden;"> <div class="text" style="display:none; margin-top:100px; height:25px; width:125px; text-align:center; background-color:#ccc; float:leftl"></div> <div class="ammount" style=" height:25px; width:25px; background-color:#ccc; padding:3px; text-align:center; float:leftl">x2</div> </div> </div> <div style="width:125px; height:125px; padding:5px; margin:5px; float:left; background-color:#999;"> <div class="inner" style="width:125px; height:125px; background-color:#F00; overflow:hidden;"> <div class="text" style="display:none; margin-top:100px; height:25px; width:125px; text-align:center; background-color:#ccc; float:leftl"></div> <div class="ammount" style=" height:25px; width:25px; background-color:#ccc; padding:3px; text-align:center; float:leftl">x2</div> </div> </div> <script> $(".inner").hover(function () { if($(this).children('.text').css('display') == 'none') { $(this).children('.text').slideDown("slow"); $(this).children('.text').slideDown("slow"); } else { $(this).children('.text').slideUp("slow"); $(this).children('.text').slideUp("slow"); } }); </script> </body> </html>
-
http://xvon.info/gametest/ajax_login.php Use this link.