-
Posts
165 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Events
Everything posted by Reecey12345
-
mccode-v2 Advanced Announcement System
Reecey12345 replied to Script47's topic in Free Modifications
I think you forgot to close a tag somewhere, the text goes double size of my regular header text even when i took out the style D: Edit: Fixed, just remove the <html> part of the coding at the top, which is un-needed. -
Indeed, you will see the difference on the new thread later:-)
-
Thanks for the input, I will spend another half hour on this shortly and update the post:) EDIT: Instead I will be creating the whole layout to it, I will make a new thread once done.
-
Thanks for telling Script:) And yes indeed, I was just also trying to show what I can do, 10 minutes of work and that creation in my opinion is pretty good, if someone likes what they see and wants me to spend more time on it so they can buy it, then Im happy to do so :-)!
-
I recently created a login design, since me and Zebba are now joint on our projects, we are going to create some designs that will also be coded. Once we have created a few, we are going to release our main website where Zebba will also sell some modifications that he is close to finishing. These modifications will be for V2 but will be converted for you if needed, these modifications also aren't just ones that are already out there, he will be creating mods never done or seen before. Here is 10 minutes work on a login design, if you want a full game layout with this design I will create it and Zebba will code it. All our work will come with a PSD and you WILL have full rights to do whatever you wish with it. Here it is: [ATTACH=CONFIG]1375[/ATTACH] -------------------------------------------------------------------- Here is the updated version: [ATTACH=CONFIG]1376[/ATTACH] Ingame: [Coming very Shortly]
-
You have some real work to do with that. Login Page looks awful, the first page needs to be attractive and catch the eye, or your not going to get signups.
-
Hello, Me & Zebba have merged our games together as one. So Zebba wants his old layout/whole game, sold for a higher advertising budget. Offers are open. Login/Register: http://tinypic.com/view.php?pic=35i5a8y&s=8 InGame: http://tinypic.com/view.php?pic=n49kkj&s=8 You can buy just the layout all coded or the whole site, but the whole site will have no members, as we are transferring the database to my domain instead and will reset everything, so it may be better for you to just buy the layout, but its up to you. Offer what you wish and i will discuss with Zebba each offer.
-
The only image on there that isn't mine is the banner. I thought it would be pointless to go into creating one when it wouldn't be used anyhow. The IPod (I made that IPod almost a year ago for a fansite), I guess a recoloring would be good and extending the charger wire. Anyway cheers for the input, Im going to remove the above design and just do some quick edits and you can let me know on the new look of it soon as i repost.
-
Hello guys, some of you may know me, considering i do ask for a little help when coding sometimes on this forum. But some of you are already aware that I used to create graphics for a huge international fansite. Anyhow, here is a design, It's not free to use, but offers are welcome, of course not looking for some great amount of money. This is my first layout i have designed for gangster, mafia, crime games etc.. So rate it, opinion on it and any constructive advice please share! If you wish to buy it, but want anything adjusting let me know. PM me for a price or just offer a price. *****Removed for an edit will be put back on soon***** Cheers guys.
-
Screenshots make all the difference, this is nice.
-
As i said, that exact line i posted works perfectly fine with my Weekly Rewards there isn't any " missing
-
Wants different about this to normal events?..
-
I tried this one earlier, no luck :(
-
I use this exact line in my Weekly Rewards also? < And it works perfect there.
-
Hey guys, ive been trying to eventadd to my rating modification. This is the line im using. event_add($r['userid'],"<a href='viewuser.php?u=$userid'>{$ir['username']}</a> rated you down."); This is my error. QUERY ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'UNIX_TIMESTAMP(),0,'Reece rated you down.'' at line 1 Query was INSERT INTO events VALUES('',,UNIX_TIMESTAMP(),0,'Reece rated you down.') Some help with this will be appreciated, i've been tweaking it for the past half hour and no luck
-
So what would the exact line be for this?
-
This gives me an error on the page anyhow? I added after EOF;
-
if($ir['level']= 50) { $db->query("UPDATE users SET crystals=crystals+150 where userid=$userid"); } I tried it this way, i attempted it xD whats wrong with this maybe you could update it for me to the correct way or guide me with it:)
-
Fab Sniko, tyvm:)
-
Hey guys, would anybody be able to help me with adding rewards into my header? E.G, reach level 50 you gain 1 point and for every 50 level you gain 1 etc.. Cheers, to anybody who helps.
-
Thanks for that Dave, you explained it a little better than how i looked at it on the website and ive done it all now. One more thing for you Dave, i bought your Ajax Chat & Ajax Cart mods, the Ajax cart works perfectly, but the Chat when i make a new chat and try to add the requirements of the 3 usernames i want to have access to it, it doesnt save the requirements at all.
-
Think this forum is made for discussion, helping others and releasing things and what not else. I asked for some help like a lot of people do, i know absolutely nothing about SQL's. Anyway I looked into the Modify column stuff, nor did that help me.
-
CREATE TABLE `users` ( `userid` int(11) NOT NULL auto_increment, `username` varchar(255) NOT NULL default '', `userpass` varchar(255) NOT NULL default '', `level` bigint(16) NOT NULL default '0', `exp` decimal(11,4) NOT NULL default '0.0000', `money` bigint(16) NOT NULL default '0', `crystals` bigint(16) NOT NULL default '0', `laston` int(11) NOT NULL default '0', `lastip` varchar(255) NOT NULL default '', `job` int(11) NOT NULL default '0', `energy` int(11) NOT NULL default '0', `will` int(11) NOT NULL default '0', `maxwill` int(11) NOT NULL default '0', `brave` int(11) NOT NULL default '0', `maxbrave` int(11) NOT NULL default '0', `maxenergy` int(11) NOT NULL default '0', `hp` int(11) NOT NULL default '0', `maxhp` bigint(16) NOT NULL default '0', `lastrest_life` int(11) NOT NULL default '0', `lastrest_other` int(11) NOT NULL default '0', `location` int(11) NOT NULL default '0', `hospital` int(11) NOT NULL default '0', `jail` int(11) NOT NULL default '0', `jail_reason` varchar(255) NOT NULL default '', `fedjail` int(11) NOT NULL default '0', `user_level` int(11) NOT NULL default '1', `gender` enum('Male','Female') NOT NULL default 'Male', `daysold` int(11) NOT NULL default '0', `signedup` int(11) NOT NULL default '0', `gang` int(11) NOT NULL default '0', `daysingang` int(11) NOT NULL default '0', `course` int(11) NOT NULL default '0', `cdays` int(11) NOT NULL default '0', `jobrank` int(11) NOT NULL default '0', `donatordays` int(11) NOT NULL default '0', `email` varchar(255) NOT NULL default '', `login_name` varchar(255) NOT NULL default '', `display_pic` text NOT NULL, `duties` varchar(255) NOT NULL default 'N/A', `bankmoney` bigint(16) NOT NULL default '0', `cybermoney` bigint(16) NOT NULL default '-1', `staffnotes` longtext NOT NULL, `mailban` int(11) NOT NULL default '0', `mb_reason` varchar(255) NOT NULL default '', `hospreason` varchar(255) NOT NULL default '', `lastip_login` varchar(255) NOT NULL default '127.0.0.1', `lastip_signup` varchar(255) NOT NULL default '127.0.0.1', `last_login` int(11) NOT NULL default '0', `voted` text NOT NULL, `crimexp` int(11) NOT NULL default '0', `attacking` int(11) NOT NULL default '0', `verified` int(11) NOT NULL default '0', `forumban` int(11) NOT NULL default '0', `fb_reason` varchar(255) NOT NULL default '', `posts` int(11) NOT NULL default '0', `forums_avatar` varchar(255) NOT NULL default '', `forums_signature` text NOT NULL, `new_events` int(11) NOT NULL default '0', `new_mail` int(11) NOT NULL default '0', `friend_count` int(11) NOT NULL default '0', `enemy_count` int(11) NOT NULL default '0', `new_announcements` int(11) NOT NULL default '0', `boxes_opened` int(11) NOT NULL default '0', `user_notepad` text NOT NULL, `equip_primary` bigint(16) NOT NULL default '0', `equip_secondary` bigint(16) NOT NULL default '0', `equip_armor` bigint(16) NOT NULL default '0', `force_logout` tinyint(4) NOT NULL default '0', PRIMARY KEY (`userid`) ) ENGINE=MyISAM ; Can someone edit this SQL please, so it can be Altered into the SQL? I tried changing 'CREATE' to 'ALTER' but that didnt work :P
-
`level` bigint(11) NOT NULL default '0', `exp` decimal(11,4) NOT NULL default '0.0000', `money` bigint(11) NOT NULL default '0', `crystals` bigint(11) NOT NULL default '0', What about the (11) does this need a change?
-
So i edit all the pages that are part of Money, Crystals etc and make it bigint instead of int? Or is there also an SQL? - Nevermind its an SQL:P