-
Posts
3,368 -
Joined
-
Last visited
-
Days Won
126
Content Type
Profiles
Forums
Events
Everything posted by Dave
-
Does Cronuses mod support the Sandbox system? Did you change the various variables over to use the Sandbox server? I implemented this as a feature within my system for fellow developers.
-
Would you like to share your budget with us?
-
There is a built in mobile theme in vbulletin, but annoyingly you have to manually enable it yourself. Surely there is an option in the Admin CP to auto redirect to the mobile theme if a mobile is detected?
-
Hosting/domain W3theory , Im not impressed.
Dave replied to ii CRONIC's topic in Collaboration Experiences
As HauntedDawg has said Peter doesn't use the automated features built into his billing software so you'll have to wait for him to come online to manually verify and accept the order. He is normally online every day so it shouldn't be long until your order is accepted. -
Site currently seems to not be down.
-
Just to quickly point it out you need the file extension of the image format you decide to use (.png,.jpg.gif.. etc) <img src="images/cities/' . $res['cityID'] . '.jpg" alt="' . htmlspecialchars($res['cityNAME']) . '" />
-
One hour of your time - $50 for you, what could be better?
Dave replied to ChristineA's topic in General
I've applied and will do the UK quiz for the $50 offered if you're interested. -
How many characters are you looking for and what sort of backdrop would you require on the image along with desired dimensions?
-
What is your budget for this system?
-
Why was this thread revived? The original post was made last year... 11-10-2011, 04:44 PM
-
Hello, Recently under gone a new project, which isn't game related, and I'm planning to conduct a private beta over the next few days to make sure the site functions in all aspects correctly and to also verify if there are any security issues with it. Also I will be consulting with all the testers to discuss any features they believe would be beneficial towards the site. For more information and if you're interested in beta testing please either send me a PM or add me on Skype at oxydennet As the service I am creating is a free service I can't really offer anything for the people who contribute to the testing. Thanks,
-
I'd love to beta test this :) Send me over the details.
-
My system would also require quite allot of conversion mainly around how the DP items work. If you used the instant credit system instead of the item system you wouldn't need to convert that much.
-
Just like to add in here my run in with Skooda. Someone alerted me to him having one of my systems installed on his site, as I don't track game installs I had to ask him to provide a licence. As soon as I did he realised that he didn't have the right to have the mod on his site and literally immediately removed it from his site. He also provided details of where he sourced the system from etc..
-
Cheap & Simple "Mobster City" Login Template [$10.00]
Dave replied to Dave's topic in Art and Content
Depends really on how many people are interested. There is the option to buy exclusive rights at a higher price if anyone would want to make an offer. -
Hey all! Got bored and put this together in Photoshop using royalty free textures etc. Price: $10.00 Format: Photoshop .PSD Name can be changed on request or you can do it yourself within Photoshop! If you're interested at all please send me a PM or contact me via Skype at oxydennet. Exclusive rights are also available! (Obviously the screenshot's need to be change, I've got no idea about using the Xbox 360/PS3 image on your own website)
-
Because his total width is 62px using the current $hpperc will do from 1-100px. You'll need to change your $hpperc line to something to the effect of. $hpperc = min((int) ($ir['hp'] / $ir['maxhp'] * 62), 62);
-
He seems to be missing a ] on this line return ($request == 'rankName') ? $rank_array[$user['rank_level']]['rankName'] : '<img src="'.$rank_array[$user['rank_level']]['rankImage'].'" />'; So replace that line with this one return ($request == 'rankName') ? $rank_array[$user['rank_level']]['rankName']] : '<img src="'.$rank_array[$user['rank_level']]['rankImage'].'" />'; Then hopefully it should function correctly...
-
From the looks of the code you'd need to do something along the lines of display_rank($userid,'rankName') //for the name display_rank($userid,'rankImage') //for the image Where obviously $userid is which ever user you wanted to grab the image of. So on viewuser I believe you'd need to use $r['userid']
-
You can also enable output buffering and then still use the header redirect. http://uk3.php.net/manual/en/function.ob-start.php
-
This is a great improvement upon the original site. The original site could of deterred users who weren't from MWG so hopefully this shall improve the spread of your engine. Good job :)
-
Ideally you should include the licencing information that the mascots were released with. Good luck on sales!
-
I doubt anyone around here is going to spoon feed you the exact script you'll need to make this function correctly. I suggest you read through all the documentation and links been given and attempt it yourself, people will more likely help when you get stuck rather then just creating it for you.
-
I'm presuming Peter is manually registering all of the domains and doesn't have it automatically setting them up for him. Your best bet could be to purchase the domain through another domain registrar such as namecheap.com then point that yourself at the hosting and request a refund once Peter returns back.
-
I always liked the idea of blocking interaction from users with the same IP. But have the potential idea of having to request the transaction through some support/admin member. This generally makes most "cheaters" not want to do it because most people don't like human interaction. But with this, especially in text based environments. How do you tell a multi from a multi without having a massive tracking system for every user?