BluroSoft
Members-
Posts
45 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by BluroSoft
-
I am creating android, blackberry and IOS apps for your website, this is a webview app directing at your website with a template made for the mobile which will fit the screen perfectly (mobile friendly). Please do not mistake this as an complete project of your game, i am not coding the whole website up for a mobile app just a webview. Mobile apps bring in a lot of traffic and donation thats only if the game content is good and fun and also if the mobile app makes it easy to navigate through the game on a mobile, i've seen most people make free app geyser apps for android which first of all they display ads and the app displays the pc version of the game, the people you get will just simply uninstall because it will be difficult to play a pc version on a small screen as there is much scrolling and stuff to do, i will create a simple design to fit all screen resolution. Android app + design = $100 Blackberry + design = $120 IOS + design = $150 Recently i had done an IOS app for ColdBlooded you may contact him and ask. Please Pm me or add me on [email protected] I also offer PSD template for games (PC) starting at $100 includes: *Login/Register *Ingame Depending on the extent of the designs and how many pages need designing prices could vary.
-
ok users database is not being sold but meaning i will mass email my users about the game not add them into the new owners database, i meant to say users base.
-
range for what?
-
Creating you a game based off mccodes v.2 with a template which will be designed by a friend and will create a mobile version to including a application for android, ios, windows and blackberry. You will have to buy a license for your domain, also we will provide a user base from our previous games which contains 500-2000 users and we will mass email them.
-
Does any one have any ideas on how i can code these up for the game use mccodes v2.. these are not functional atm how can i make them functional? This is for energy: $enperc=(int) ($ir['energy']/$ir['maxenergy']*100); $enopp=100-$enperc; Progress: <div style="background: url(images/stat_bar_bg.png) no-repeat;width:110px;height:18px;"> Red bar: <div style="background: url(images/stat_bar.png) no-repeat;width:40%;height:18px;"></div></div>
-
sure, the issue is solved thanks to you!
-
ok i know why thanks alot! the only mistake you made is you use the $u variable again as donator days but overall omg thanks!
-
worked but why does it display 0 as the username
-
Ill post up a image of whats the problem
-
The content everything is in place, as it should be according to design but due to that bit of php coding the username or any of the stats, crystals wont display from the database it could be because the php is covering the userpanel to when it shouldnt do..at the end you could see the closing brackets so the php is cover all the coding in between, thats why i think its not displaying
-
Nope the username still does not display plus what change did you make here?
-
Html/css is not a problem, im trying to code it into the header file, what i done is paste the whole html file then using another header files i took the bits of php coding and added them in, yes can we start from the scratch this is my html code ---Code removed due to request. Btw i do not need to include mainmenu file or staff menu cause i dont need them i took the include bits off
-
I did not understand what you said, i think you are not understanding the problem, the php code is causing the problem, the variable are defined and they work when that bit of php code is placed else where, at the bottom of the content..
-
if the php code is added at the bottom of the page then username works fine but content displays out of the template...it is something to do with the placement of the php code but can not figure it out and i did provide a header file are you having problems seeing it?
-
its nothing to do with css or html, its in the header basically in the content i got a user panel on the right side, [ATTACH=CONFIG]716[/ATTACH] The problem is when i add this bit of php code in the content div - Code removed due to request.
-
its nothing to do with that bit its the php bit i posted
-
Will anyone help?
-
I have coded most of the html into mccodes, but im having a problem, on the right user panel i can not get the name to display, as you can see this part of the code once removed it works fine..can some one help me solve this please, -Code removed due to request.