Jump to content
MakeWebGames

lucky3809

Members
  • Posts

    1,115
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by lucky3809

  1. Depending on how good the graphics and the artist is in the work he/she does $150 may not be over priced. I have seen them go for a lot more then that.

    If price is your problem you should learn photoshop and dreamweaver or whatever program you feel suitable to use, can save you money, however may take time too, to make a decent template. If it was a flash template I would pay $150 because i do not know flash much and don't care to take time out to learn it lol.

  2. This has been solved I helped him with this.

    As before stated in other threads- When the forum updated and changed, the whole coding on most older mods changed adding target_blank, when it was never part of the script, also adding http: all within links, so it outputted an error, also some of the quotes were changed the single changed to double, so you need to really look close at the script. This script though is all over the place,I would not use it without redoing the whole thing period!! And there is mres on digit fields and abs(intval()) on alpha fields, neither is securing either field it's all backwards in this script for some reason. also really dont need to secure a print statement, when it's already secured going into the database how can anything slip through mysql_real_escape_string(htmlentities()) in the database,then to print ' '.$r['username'].' ';??? Some people make security harder then it really is lol.

  3. It's none of those lines anymore they are fixed, it may be lines above, those that had same thing... You will have errors where there is double quotes like the ones I fixed. because if you put this line in a different page you will get no error

    print"

    <td>Decision:

    <a href='marriage.php?action=accept&pro=".abs(intval( $pro['userid']))."'><font color='#666666'>Accept</font></a>

    <font color='#666666'>or</font>

    <a href='marriage.php?action=decline&pro=".abs(intval ($pro['userid']))." '><font color='#666666'>Decline</font></a></td></tr></table>";

    So that is not your error now.

  4. o sorry I have php but nothing is installed is their any certain application that need to be install
    EX-PHP Extension(s) and Application(s) Available for Installation
    
    Module Name    Description    Actions
    Archive_Tar (1.3.10)    Tar file management class    Install Show Docs
    Archive_Zip (0.1.2)    Zip file archiving management class    Install Show Docs
    Auth (1.6.4)    Creating an authentication system.    Install Show Docs
    Auth_HTTP (2.1.8)    HTTP authentication    Install Show Docs
    Auth_PrefManager (1
    .2.1)    Preferences management class    Install Show Docs
    Auth_PrefManager2 (
    2.0.0dev1)    Preferences management class    Install Show Docs
    Auth_RADIUS (1.0.7)    Wrapper Classes for the RADIUS PECL.    Install Show Docs
    Auth_SASL (1.0.6)    Abstraction of various SASL mechanism responses    Install Show Docs
    Auth_SASL2 (0.1.0)    Abstraction of various SASL mechanism responses.    Install Show Docs
    Benchmark (1.2.9)    Framework to benchmark PHP scripts or function calls.    Install Show Docs
    Cache (1.5.6)    Framework for caching of arbitrary data.    Install Show Docs
    Cache_Lite (1.7.12)    Fast and Safe little cache system    Install Show Docs
    Calendar (0.5.5)    A package for building Calendar data structures (irrespect
    ive of output)    Install Show Docs
    CodeGen (1.0.7)    Tool to create Code generaters that operate on XML descrip
    tions    Install Show Docs
    CodeGen_MySQL (1.0.
    0RC1)    Abstract base package for MySQL code generators    Install Show Docs
    CodeGen_MySQL_Plugi
    n (0.9.2)    Tool to generate MySQL Pugins from an XML description    Install Show Docs
    CodeGen_MySQL_UDF (
    1.0.0RC1)    Tool to generate MySQL UDF extensions from an XML descript
    ion    Install Show Docs
    CodeGen_PECL (1.1.3)    Tool to generate PECL extensions from an XML description    Install Show Docs
    Config (1.10.12)    Your configuration's swiss-army knife.    Install Show Docs
    Config_Lite (0.1.2)    a lightweight and fast Config class for ini style text con
    figuration files.    Install Show Docs
    Console_Color (1.0.3)    This Class allows you to easily use ANSI console colors in
    your application.    Install Show Docs
    Console_Color2 (0.1
    .1)    This Class allows you to easily use ANSI console colors in
    your application.    Install Show Docs
    Console_CommandLine
    (1.1.3)    A full featured command line options and arguments parser    Install Show Docs
    Console_Getargs (1.
    3.5)    A command-line arguments parser    Install Show Docs
    Console_Getopt (1.3
    .1)    Command-line option parser    Install Show Docs
    Console_GetoptPlus 
    (1.0.0RC1)    Command-line option parser - Console Getopt+ (Getopt Plus)    Install Show Docs
    Console_ProgressBar
    (0.5.2beta)    This class provides you with an easy-to-use interface to p
    rogress bars.    Install Show Docs
    Console_Table (1.1.4)    Class that makes it easy to build console style tables    Install Show Docs
    Contact_AddressBook
    (0.5.1)    Address book export-import class    Install Show Docs
    Contact_Vcard_Build
    (1.1.2)    Build (create) and fetch vCard 2.1 and 3.0 text blocks.    Install Show Docs
    Contact_Vcard_Parse
    (1.32.0)    Parse vCard 2.1 and 3.0 files.    Install Show Docs
    Crypt_Blowfish (1.1
    .0RC2)    Allows for quick two-way blowfish encryption without requi
    ring the MCrypt PHP extension.    Install Show Docs
    Crypt_CBC (1.0.1)    A class to emulate Perl's Crypt::CBC module.    Install Show Docs
    Crypt_CHAP (1.5.0)    Generating CHAP packets.    Install Show Docs
    Crypt_DiffieHellman
    (0.2.6)    Implementation of Diffie-Hellman Key Exchange cryptographi
    c protocol for PHP5    Install Show Docs
    Crypt_GPG (1.3.2)    GNU Privacy Guard (GnuPG)    Install Show Docs
    Crypt_HMAC (1.0.1)    A class to calculate RFC 2104 compliant hashes.    Install Show Docs
    Crypt_HMAC2 (1.0.0)    Implementation of Hashed Message Authentication Code for P
    HP5    Install Show Docs
    Crypt_MicroID (0.1.0)    PHP MicroID library.    Install Show Docs
    Crypt_RC4 (1.0.3)    Encryption class for RC4 encryption.    Install Show Docs
    Crypt_RC42 (0.9.0)    Encryption class for RC4 encryption for PHP 5    Install Show Docs
    Crypt_RSA (1.2.1)    Provides RSA-like key generation, encryption/decryption, s
    igning and signature checking.    Install Show Docs
    Crypt_Xtea (1.1.0)    A class that implements the Tiny Encryption Algorithm (TEA
    ) (New Variant).    Install Show Docs
    Crypt_XXTEA (0.9.0)    An implementation of the XXTEA encryption algorithm. NOTIC
    E: unregular default behavior.    Install Show Docs
    Date (1.5.0a2)    Generic date/time handling class for PEAR    Install Show Docs
    Date_Holidays (0.21
    .6)    Driver based class to calculate holidays.    Install Show Docs
    Date_Holidays_Austr
    alia (0.2.1)    Driver based class to calculate holidays in Australia.    Install Show Docs
    Date_Holidays_Austr
    ia (0.1.4)    Driver based class to calculate holidays in Austria.    Install Show Docs
    Date_Holidays_Brazi
    l (0.1.2)    Driver based class to calculate holidays in Brazil.    Install Show Docs
    Date_Holidays_Croat
    ia (0.1.1)    Driver based class to calculate holidays in Croatia.    Install Show Docs
    Date_Holidays_Denma
    rk (0.1.3)    Driver based class to calculate holidays in Denmark.    Install Show Docs
    Date_Holidays_Disco
    rdian (0.1.1)    Driver based class to calculate Discordian holidays.    Install Show Docs
    Date_Holidays_Engla
    ndWales (0.1.4)    Driver based class to calculate holidays in England and Wa
    les.    Install Show Docs
    Date_Holidays_Finla
    nd (0.1.2)    Driver based class to calculate holidays in Finland.    Install Show Docs
    Date_Holidays_Germa
    ny (0.1.2)    Driver based class to calculate holidays in Germany.    Install Show Docs
    Date_Holidays_Icela
    nd (0.1.2)    Driver based class to calculate holidays in Iceland.    Install Show Docs
    Date_Holidays_Irela
    nd (0.1.3)    Driver based class to calculate holidays in Ireland.    Install Show Docs
    Date_Holidays_Italy
    (0.1.1)    Driver based class to calculate holidays in Italy.    Install Show Docs
    Date_Holidays_Japan
    (0.1.2)    Driver based class to calculate holidays in Japan.    Install Show Docs
    Date_Holidays_Nethe
    rlands (0.1.2)    Driver based class to calculate holidays in the Netherlands.    Install Show Docs
    Date_Holidays_Norwa
    y (0.1.2)    Driver based class to calculate holidays in Norway.    Install Show Docs
    Date_Holidays_PHPdo
    tNet (0.1.2)    Driver based class to calculate birthdays of some members 
    of the PHP.net community.    Install Show Docs
    Date_Holidays_Portu
    gal (0.1.0)    Driver based class to calculate holidays in Portugal.    Install Show Docs
    Date_Holidays_Roman
    ia (0.1.2)    Driver based class to calculate holidays in Romania.    Install Show Docs
    Date_Holidays_SanMa
    rino (0.1.1)    Driver based class to calculate holidays in San Marino.    Install Show Docs
    Date_Holidays_Slove
    nia (0.1.2)    Driver based class to calculate holidays in Slovenia.    Install Show Docs
    Date_Holidays_Spain
    (0.1.3)    Driver based class to calculate holidays in Spain.    Install Show Docs
    Date_Holidays_Swede
    n (0.1.3)    Driver based class to calculate holidays in Sweden.    Install Show Docs
    Date_Holidays_Ukrai
    ne (0.1.2)    Driver based class to calculate holidays in the Ukraine.    Install Show Docs
    Date_Holidays_UNO (
    0.1.3)    Driver based class to calculate holidays in UNO.    Install Show Docs
    Date_Holidays_USA (
    0.1.1)    Driver based class to calculate holidays in USA.    Install Show Docs
    Date_Holidays_Venez
    uela (0.1.1)    Driver based class to calculate holidays in Venezuela.    Install Show Docs
    DB (1.7.14)    Database Abstraction Layer    Install Show Docs
    DBA (1.1.1)    Berkely-style database abstraction class    Install Show Docs
    DBA_Relational (0.2
    .0)    Berkely-style database abstraction class    Install Show Docs
    DB_ado (1.3.1)    DB driver which use MS ADODB library    Install Show Docs
    DB_DataObject (1.9.6)    An SQL Builder, Object Interface to Database Tables    Install Show Docs
    DB_DataObject_FormB
    uilder (1.0.2)    Class to automatically build HTML_QuickForm objects from a
    DB_DataObject-derived class    Install Show Docs
    DB_ldap (1.2.1)    DB interface to LDAP server    Install Show Docs
    DB_ldap2 (0.5.1)    DB drivers for LDAP v2 and v3 database    Install Show Docs
    DB_NestedSet (1.4.1)    API to build and query nested sets    Install Show Docs
    DB_odbtp (1.0.4)    DB interface for ODBTP    Install Show Docs
    DB_Pager (0.7.2)    Retrieve and return information of database result sets    Install Show Docs
    DB_QueryTool (1.1.2)    An OO-interface for easily retrieving and modifying data i
    n a DB.    Install Show Docs
    DB_Sqlite_Tools (0.
    1.7)    DB_Sqlite_Tools is an object oriented interface to effecti
    vely manage and backup Sqlite databases.    Install Show Docs
    DB_Table (1.5.6)    An object oriented interface to, and model of, a database.
    Integrates with HTML_QuickForm.    Install Show Docs
    Event_Dispatcher (1
    .1.0)    Dispatch notifications using PHP callbacks    Install Show Docs
    Event_SignalEmitter
    (0.3.2)    Generic signal emitting class with the same API as GObject.    Install Show Docs
    File (1.4.1)    Common file and directory routines    Install Show Docs
    File_Archive (1.5.5)    File_Archive will let you manipulate easily the tar, gz, t
    gz, bz2, tbz, zip, ar (or deb) files    Install Show Docs
    File_Bittorrent (1.
    1.0)    Decode and Encode data in Bittorrent format    Install Show Docs
    File_Bittorrent2 (1
    .3.1)    Decode and Encode data in Bittorrent format    Install Show Docs
    File_Cabinet (0.1.0)    Microsoft Cabinet file extraction using either cabextract 
    or expand    Install Show Docs
    File_CSV (1.0.0)    Read and write of CSV files    Install Show Docs
    File_CSV_DataSource
    (1.0.1)    Simple data access object for csv files in php5.    Install Show Docs
    File_DeliciousLibra
    ry (0.1.1)    Parser for the library database of the Delicious Library s
    oftware.    Install Show Docs
    File_DICOM (0.3)    Package for reading and modifying DICOM files    Install Show Docs
    File_DNS (0.1.0)    Manipulate RFC1033-style DNS Zonefiles    Install Show Docs
    File_Find (1.3.1)    A Class the facilitates the search of filesystems    Install Show Docs
    File_Fortune (1.0.0)    File_Fortune provides an interface for reading from and wr
    iting to fortune files.    Install Show Docs

     

    Dont think that is the info...

    go to the directory your crons is in, and make a file phpinfo.php and add:

    <?php

    phpinfo();

    ?>

    then go to that page either view it or go to it in your url.

  5. Its on my host and I have one min crons

    Just because you can see it under the cronjob icon does not mean the hosting allows 1 minute crons, have you tried contacting your hosting company? They usually help you install crons if you do not know how, if nothing is working and you have tried everything the problem is your hosting. They have service tickets for a reason on hosting use them and submit one of your problem if you yet have.

    Or else use alternatives and go with the use of no cronjobs, there are many threads on it on this forum.

  6. Not really hard take a look at your statement...

    <font color="#666666">or</font>

    <font color="#666666"><a href='marriage.php?action=decline&pro=".abs(intval($pro['userid']))." '><font color=red>Decline</font></a></td></tr></table>";</font>

    If your statement ends in "; then your <font color="#666666"> should be: <font color='#666666'>

    Edit: Also you have "; then </font>

    You do not need two font closing tags, and also if you did need that closing tag it should be put into the print or echo statement not out of it like you have:</table>";</font> should be:</font></table>";

  7. There is no way to stop multiple accounts, but there are ways to keep it at a minimal, like I have stated. And no it would not effect AOL users just by having them confirm their IP, the confirmation has nothing to do with same IP, but the use of multiple IP's within an hour to 24 hours. Most multiple accounts uses proxies, yes I know AOL uses proxy to connect however a normal user is not signing off their AOL service every minute to get a new IP to create a multiple account.

    Same IP should not matter, if you have put restrictions on your send-able items,and cash. It's when a user is using multiple IP's to send those that needs watching.

    I would not ban a player with the same IP, if I have restrictions that apply. Such as you cant send stuff to the same IP address. Most players in another country that has the same IP as the person down the street would not care about the restrictions of such.

  8. It's ok, not my style, also what the other people have stated i agree with.

    I noticed to by screen shot that you need to enter a code before submitting anything in the game, that can be tiresome for some, and make them leave. It's already tiresome on some games needing to do that to vote. imo

  9. So you are going to ban all AOL users?

    AOL, the last I knew, along with multiple other ISP's, still had a small amount of IP's and don't offer static or personal IP's, which means that multiple accounts use "IP Pools" which means at any point in time, thousands of people across the world, will be using a single IP, which would change frequently.

    End result: A lot of IP's used and also, a lot on the same, over time.

    Look at Torn a few years back -- banned a whole country because the country owned a whole 2 IP's to connect through! 1 being government use, the other people for the public.

    Not precisely what i meant, I am not talking about the same IP, I'm talking about one player using multiple IP connections through proxy in 1 day.

  10. I know this may not be the answer to multi's but was wondering...

    Can you set it where the user needs to confirm their IP and when that IP differs each time they sign in it would say something along the lines "Sorry your IP is different then before, please confirm it now." then provide a link, then it updates the system and also sends the admin the update in a mail or event.

    Then if the IP is constantly changing daily it would be the person is cheating, and you can ban him/her. Maybe this is not the answer, but I have thought about that, and also putting restrictions on the amount of money and items that can be sent to an individual player per week.

    The restriction can help by giving time to investigate the wrongful behavior of multis,and they can be stopped sooner before they ruin anything in the game such as sending multiple items to their main account, and cash also.

  11. Wizard Masters, but domain taken... most domains are already taken... should pick something that is not taken.

    Wizards R Us domain not taken...

    Wizard-Land

    The Wizard Land

    Wizard Lands

  12. So would grabbing a php book from a local book store qualify it that you do NOT know the basics or NOTHING about php after reading it? google is used 99% of the time I use it all the time to look up something I do not know instead of looking in a book, does this make me an unauthentic learner because I use google?

    I would like to know how you learned php without a book or google, and a tutor? And what about the online classes for php? does this classify they are doing php wrong because it's on the internet?

    Every person out there that has learned PHP has used google!! You can not say you have never used it obviously you posted a link from a google search, so you have had to use it some way or another lol.

    Sorry if I took your post the wrong way.

    I can see if someone was to make an engine and produce it within a week then you would know it was a copy paste deal, I believe making an engine from scratch takes over 3 years depending on who is helping if it's a one person deal, or what not, even then it may take longer depending how much you know language wise.

  13. I think you need better detail in what you are wanting, and what you have so far.

     

    Page 1 is:

    Options to Merge Iron, Bronze, Silver, Copper, Tin and Gold into bars,

    E.G. Iron and Copper = Iron bar or something.

    Ok here is something simple you can Either make a new table or use the item table which ever you prefer, make those fields/items then make the queries to delete it from ones inventory and insert the new item into the inventory such as:

    I have Iron and Copper in my inventory, I click the upgrade link( in the new page to upgrade to bars.), and it deletes both out of my inventory replacing an Iron Bar... Not hard to figure out...

     

    Page 2 is:

    using the bars which have been made in page 1 to upgrade the players Weapons and armour to make them better.

    (This needs more detail as for what you are upgrading the weapons too, 10%? 25%? 100%? New weapon?)

  14. To be honest no one has given him the first step in making a registration page...

    It may help that you make a database first, before tempting to make a form, if you are wanting to store users information into a database. Then make the form, and add the INSERT query where it needs to be. Else everyone's input will not work like you want it to, because you have not created a database.

    I used google here is a simple tut to give you an idea...

    http://www.mikebernat.com/blog/Creating_a_Simple_Registration_Script_using_PHP

  15. I use the term php developer, there really is no wrong way of putting it though, people don't care how it is said as long as your good at it is all that matters, and the title fits what you do.

×
×
  • Create New...