-
Posts
15 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
Artemis's Achievements
Newbie (1/14)
0
Reputation
-
I have been using MS Paint, Paint.NET to do simple things and use a few icon and button programmes you find free on the net. I have downloaded GIMP to give that a try and a friend is going to do a screen share to show me what PhotoShop can do :) Thanks for all the feedback and thoughts.. Got to admit, its rather exciting moving onto a different path... :)
-
Now I have some more time on my hands I have been looking into doing more graphics work/designing as was curious as to which programmes (be them free or commercial) would you guys recommend? A few people have stated photoshop as a good beginning tool to learn with but was curious if there is another programme that you consider superior or generally a better updated version of Photoshop so I dont waste any money. I basically want to be able to create templates and also for example, have a picture and hide 'links' inside it with ease. My main purpose of the picture and links idea is because I help disabled children and want to try and create some puzzles and games that will help with their cognitive development and understanding. So what do you guys think? Thanks in advance.
-
Hey all, We are looking for a new war/gang/levelling system. Quite complicated but detailed list of what the mods have to do etc.. We are, of course, paying the programmer for their work. For more info, send message or email [email protected] Thankies
-
Dominic, Can you post your crime file.. docrime.php, so we can take a butchers at the MySQL? :)
-
And this is why people dont try to help, because we get criticised for posting a code that works for us.... People need to remember they were all newbies once upon a time. Lets help others, not take the p*** out of them when they obvious want/need some help. Explaining things for them, discussing why it does not work is alot more helpful than standing , pointing and laughing at them. FuzzyDCR, If you are still having the same issue feel free to PC... my copy works.
-
[quote=Matthew;238028 5.)[mysql]Table structure for table `auctions` -- CREATE TABLE IF NOT EXISTS `auctions` ( `aid` int(11) NOT NULL auto_increment, `owner` int(11) NOT NULL default '0', `itemname` int(11) NOT NULL default '0', `start` bigint(25) NOT NULL default '0', `current` bigint(25) NOT NULL default '0', `time` int(11) NOT NULL default '0', `bids` int(11) NOT NULL default '0', `bidder` int(11) NOT NULL default '0', `increase` int(11) NOT NULL default '0', `lastbidder` int(11) NOT NULL default '0', `lastbid` bigint(25) NOT NULL default '0', PRIMARY KEY (`aid`) )[/mysql] could be the change in server for the forums but the )[/mysql] at the end of the table structure could confuse newer coders as im sure a few will try and copy and paste this code into their database..
-
it was more the one click and listing of the fight hit for hit that caught my attention.. just didnt like the outcome being without the options.. Thanks for replying :)
-
sorry for reviving an old post... I like this mod as does by Beta team.. but was wondering how (with the original owners permission) do you change it so the outcome has the mug, hospital, leave options?
-
What exactly does this file change/do to the basic viewuser.php file? A little more info would be nice :P 8|
-
Figured it out!! Thought I would share it in here for anyone else having issues relating to a host without cpanel and using crons.. The command line given by the host automatically is wrong. I have adjusted the command line to this: /web/cgi-bin/php $HOME/html/cron_fivemins.php code=mycode the auto one was: /web/cgi-bin/php5 "$HOME/html/cron_fivemins.php So basically take out the 5 and " marks and add the code *opens bottle of lemonade* (Wish it was champers :P) Thanks to you all who tried to help and sent messages :thumbsup:
-
I installed and had no issues.. Only thing it seems to be lacking is the ability to 'close' a ticket once replied and dealt with. But this mod is exactly what I had been wanting.. a simple bug reporting just didnt rock my boat.. but this mod sure does ;)
-
I think someone read my mind with this mod ;) Nice job and Thank you!!!
-
Create Cron Create cronjob browse... then u have the option of when 00.05, 00.10 etc then when I click browse it goes into the files.. i click on cron_fivemins.php and it gives this code in the command line.. /web/cgi-bin/php5 "$HOME/html/cron_five I let it run and allow it to report to my email... I get this: Content-type: text/html but no change in game as far as the health/will etc are concerned.
-
Hi all, I have never managed to get my crons working. I thought maybe it was me being a newb etc, so I basically went about learning what I could and setting my game up. Now the time has come to try and get these gods aweful Crons working and I have read most the threads in these forums on them and still no success. I am hosted with GoDaddy at my partners request (he funded the hosting so no moaning at me).. they do not use Cpanel. So I temporarily hosted my site on a free server that has cpanel and allows crons.. no success in getting them running. I have a few dents in the wall from head banging so please, If anyone else uses the same host that I do and has advice on what to do then I will be gratefull. Also unsure if this is the right place but most the cron threads seem to be in this area of the forums.. ;(
-
Hi all, I was wondering if anyone can help me solve an error. I have uploaded all files for the V2 to the server, filled in all the installation requirements and i get this: Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'artemis'@'10.33.248.79' (using password: YES) in /home/artemis/public_html/class/class_db_mysql.php on line 46 FATAL ERROR: Could not connect to database on localhost (Access denied for user 'artemis'@'10.33.248.79' (using password: YES)) Any help would be greatly appreciated to help solve this issue. ?( ~Artemis~ ?(