-
Posts
579 -
Joined
-
Last visited
-
Days Won
5
Content Type
Profiles
Forums
Events
Everything posted by Seker
-
I'm kind of confused as to why this would be even remotely worth creating or having. [iNSERT GENERIC "WELL DON'T GET IT THEN" COMMENT] Point being, it's basically just some functions that, at best save you maybe 2-3 lines of code in a file.
-
Not sure how to explain this (Timestamp and updating values)
Seker replied to bloodless2010's topic in PHP
I think you need to take another look at what AJAX is.. -
Not sure how to explain this (Timestamp and updating values)
Seker replied to bloodless2010's topic in PHP
AJAX, I'm guessing? -
MailChimp is very professional, going as far as auto trimming your lists for bounced addresses, offering a built in opt out link, and about as full analytics as you can get, including opens, clicks, average open and click rate per list, etc. I also highly doubt they're just going to disappear with your customer data, as their longevity and client base speaks for itself. There's nothing wrong with using a third party if they provide all the tools for you to do so without potentially messing it up by trying it yourself.
-
Neither. GIMP all the way. Much of the PS functionality with 0 cost.
-
I don't think I'm being any bit arrogant when I say I've created one of the more successful games out of the people on this site and I can tell you giving them reason to stay is just as important as getting them there. I don't know about what chicka is advising. "Free" advertising methods are iffy at best. You make the right pitch and maybe you'll manage to find the occasional rightly targeted potential customer, but for the most part, even paid advertising is a bit of a shot in the dark, as you're often competing against people with much deeper pockets. So, yes, I'm on board with what Guest is saying. Whoever you do manage to bring in, try to stay engaged. Don't turn into one of those owners who just sits back and watches, ignoring every message and never doing anything new. People bore easily. They need lots of shiny things to keep them chugging along.
-
Piece of advice? Look up the word "contrast."
-
Is that Wordpress? :/
-
What do you mean "you people?" 0.0
-
$realuser = mysql_query("SELECT `userid` FROM `users` WHERE `userid` = {$_GET['ID']}", $c); if (!mysql_num_rows($realuser)) { die('Not a real user'); } else { ....Do Some Stuff.... }
-
Or your lack of spelling ability could explain it. Corp. NeoCORP. Why is that so hard to remember? Christ.
-
Good God, man. PUNCTUATION!
-
Got me, he's the one who kept asking for the passwords. I honestly thought I was the only one into leprechaun fantasy, but...
-
I say good riddance. Means I get to keep my porn passwords to myself from now on. ;)
-
Need a coder who is good at securing
Seker replied to Play Mobo Entertainment's topic in Paid Modifications
The pretension you exude garners a similar feeling to "cooties." -
This one's pretty self explanatory. "$eq" id undefined. Define it.
-
-
"Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request." And that's just on a screenshot. Just saying.
-
The position will be as permanent as the advertiser wishes. The people not following through with the deals has given me time to realize how much I don't actually want to give DW up and there are no more plans to do so. A formal contract can be made if required. I completely understand wanting to be secure in the deal. Terms and clauses can be negotiated by the interested party.
-
Again, due to the way I want this handled, it would be up to the advertiser to set his or her own budget. You could think of the first couple weeks as a trial period. The out-of-pocket initial investment from the advertiser, to me, will show a real commitment to the job. The more effective it is, the more we can talk about supplementing with further funds Success or failure will completely be the responsibility of the advertiser. This is a very serious offer, and it calls for a very serious and committed person. Payments will be made weekly. The advertiser will have access to the logs as well as weekly PayPal statements should they require it as full proof of what they're entitled to.
-
Advertising/promotion will be the sole responsibility of said partner. So yes, at the start at least, the advertiser will be funding the campaign him or herself. To be perfectly clear, this is a partnership I'm offering. Not an employment. It is going to take some commitment. I won't interfere with the methods, just as he or she is expected not to try and interfere with how I run the game. 30% is a fairly large portion, especially when I haven't had a partner up to this moment. I'm not just going to give that to someone who only wants to put in half the effort.
-
After several instances of winning bidders not being able to pay, I've decided to take on a partner for District Wars. The job will strictly be advertising and promotion. I've never been very good in this area, and that's exactly what DW needs. New blood. New life. Your cut will be 30% of all earnings, with the possibility to change into a full 50-50 partnership, depending on your success. PM me if interested. If you haven't already, do check out the game at http://districtwars.net
-
Pretty much anything can be integrated with Facebook if you can figure out their API. Though, if you're looking for built-in, I believe NWE is integrated.
-
Holy ****, I swear I thought about the same exact comment. XD
-
There's no need for this. If he's trying to stop them from attacking at all, putting the previously given conditionals at the beginning of the file will do exactly what he wants. The fact that it's "not working" means he obviously doesn't know where it goes. In which case, I must ask, why is this guy working on the code at all? Order of operations applies to more than just math.