
DigitalGerm
Members-
Posts
81 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by DigitalGerm
-
Wonderful game, i just registered and start playing. I don't know if you played Diablo or titan quest, when you enter a shop and hover over an item (weapon) it shows the item stats and your current equipped weapon stats so you can easily compare then . It would be grade if you did that do. :) doesn't take to much time to make i think. So maybe you'll put this on your update list to. Btw, Can you send me some credits :)) ? username: Cyberia
-
Oh i understood wrong the question.
-
Ohh I love dual screen ! My home arsenal: everything is trial of-course ! :))
-
Please print screen your desktop and post it here. I always liked this thread. here's my office ( work ) desktop with my dream car and house! I'll post the home one when I get home :)
-
I love the exit button and page.
-
It will be a Joomla/wp theme. I did it in 20 min. Using vector icons from net.
-
This is an example: // Query the user and get his unique id and his signature text // Or fetch it from a text file. Your choise function translate_signature( $profile, $userid, $signature ){ // So we have $userid = $array['the_user_tabe_row_id']; $signature = $array['the_user_table_column_signature']; $pattern = "signature: $userid" // better [@signature:1] ( [@signature:$userid]) return str_ireplace($pattern,$signature,$profile); //or assign variable. Again your choise }
-
Not sure if known but this site is selling mccodes.
DigitalGerm replied to furn355's topic in General Discussion
Yeah but the bad part is that we can do nothing about it. I bump a week ago on a black site Lister, were people mark bad business, fakes, and so one. But that doesn't do much either. I'll check my history. Btw maybe he has reseller rights ? And wants to do us all a favor to advertise our work and somehow got the bad copyright. I say we all shit in a box and mail to it ! and on top we put a stamp "Free MCC mod" -
Online PHP RPG Game Creator (no-programming required)
DigitalGerm replied to Sim's topic in Game Projects
what you mean by no input validation? email: asdfasd@fasdf I this works and ***(J()349987&^@#$#@@# works to also the password fields suppose to be ******* no visible. you get the idea. People can use your register form to spam, then the ISP will black list you, then youll have pay 100$ etc.. :thumbsup: -
Online PHP RPG Game Creator (no-programming required)
DigitalGerm replied to Sim's topic in Game Projects
How about click save back save back save back save ? I think it matters to have a better and fast way to create the game. @ Sim No input validation ? No styles ? Oh, almost forgot your password field it's actually a text field ? ( referring to game register) -
Not sure if known but this site is selling mccodes.
DigitalGerm replied to furn355's topic in General Discussion
I'm sure its someone on this forum. -
Double quotes accept variables inside. singles don't so //this is correct echo $Variable .' to '.$Variable2.' that sent me info on ...'; //olso echo "$Variable to $Variable2 that sent me info on..."; //and the Dayo way echo "This is my {$array['username']} with {$normalVar} plus {$array['password']} lovely ?"; Another good example: ( this way you can validate block of code (html) inside an IDE like netbeans ) <?php $haidere= ":P"; ?> <html> <head> <title>Ummm</title> </head> <body> <h1><?php echo $haidere; ?></h1> </body> </html>
-
500$ upfront ! man I got to have this template. Awesome work with pure creativity.
-
<?php $Variable = "Thanks"; $Variable2 = "Everyone"; echo "$Variable" to "$Variable2" that sent me info on what to do and where to go for my php learning stages ?> Incorrect.
-
http://search.oreilly.com/?q=php - Removed. http://www.videophpblog.com/ http://www.phpvideotutorials.com/free download some http://www.phpclasses.org/ Theres no simple way dude ! Before you learn PHP in w3 school is mentioned some requirements such as JavaScript etc. Skipping those steps is hard. Books are your best teacher Makewebgames is your best teacher :) And the second teacher is Google of course ! have courage and try Google.
-
Thank you, I had in mind a more detail rap character. But the lack of time and drawing skills ( such as shadow and lights ) got me handcuff right away. So I just try and try and it started to look ugly so I decided to leave it simple vector. The next step is to convince my boss to accept and let me print this new business card. We also have a plastic card printer and I can't wait to see how it looks! Still waiting for his approval ( keeps avoiding me ) X(
-
The search is case sensitive! so add or change( your choice ) $search = $_POST['search']; # $search = strip_tags( $search ); # $search = $mysqli->real_escape_string( $search ); $search = strtoupper($search); $sql = "SELECT `username` FROM `users` WHERE upper(username) LIKE '%$search%'"; You are reading public information, so you don't have to be so alert. I think the strip tags and escape string will do just fine. after that you could simply check if $mysqli->num_rows > 0 start a loop with while($array = $mysqli->fetch_array(MYSQLI_ASSOC)) { // echo ""; } etc.
-
You have unclosed tag for a link in the top - right corner ( the profile box ) if you click any text ( username, rank, money, ) will jump to mail in-box. I have 1024x768, and I see 3 scroll-bars 2 vertical and 1 horizontal. Maybe you can squeeze the right frame to a smaller width to kill one scroll ?
-
verify the host/port user name and password. and address this issue to hosting staff. try again without the flag "1". And maybe the host doesn't respond to "localhost" probably something like mysql2.freehost.com etc...
-
Simple and clean looks. I love it.
-
I didn't know that ? With $_GET, I use the switch statement that LordDan provided simple to add new rules and actions. I don't think you can Include a file from another server simply using include and http:// ... because the server will try to find it locally.
-
I was referring to framework. Like Zend, Cakephp, codeignite etc... I didn't mention MCC. Because you haven't specify what type project your working. Only that it's a crap of work, and have no money for hosting, but you afford a template?. Witch made me think your winning. Why should I have to translate myself. Poor English flows in my brain neurons so I might not be explicit! Hope you will get the idea and motivation to do something (finish it) otherwise by the time you will finish your project will be outdated or someone else made it. ( from my experience ). I'm sorry if I hurt your fellings, I am afterwards your humble servant.
-
to have another 10 wishes ? Because I have many wishes, but if only one would come true would be to have abounded Health & energy. The rest I can do it myself.