Jump to content

lszanto

Members
  • Posts

    110
  • Joined

  • Last visited

    Never

Contact Methods

  • AIM
    szantopower
  • MSN
    yekul@hotmail.com
  • Website URL
    http://lszanto.hosttds.com/wordpress

Profile Information

  • Gender
    Male
  • Location
    Down Under, Australia

lszanto's Achievements

Member

Member (2/5)

0

Reputation

  1. From my experience there are little to none, are you trying to build a bot or an msn service? The projects that are around are mostly out of date with the latest MSN protocols so you're best to either write one yourself and learn curl or just google around until you find one that is decent.
  2. Update I now have a tutorial up, so if anybody wants to try the framework out properly you learn how to make a simple todo list. The video can be found at http://vimeo.com/7109614 Again any feedback would be awesome
  3. Well you could do it with javascript but my suggestion is to make it into a form which has method="get" action="result.php?ref=$modelo&accion=var" and then just put the box as an input box in the form with the name 1t1 and it will be submitted on the url as you requested. Does that work for you/answer your question?
  4. Your actionscript 3 syntax is quite poor I'm sorry to say, lack of types and semicolons makes for bad coding in actionscript 3 and will often cause you errors. Anyways for the solution you simply add "_self" as a parameter to navigateToUrl() just like <a> in html. The final solution should look like a1.addEventListener(MouseEvent.CLICK, goWhere1); function goWhere1(evt:MouseEvent):void { var url:String = "inisial.php"; navigateToUrl(new URLRequest(url), "_self")); }
  5. I don't understand what you are asking, can you phrase it more clearly or give a better example? And from the looks of it without really understanding it looks like this is more a javascript problem than php.
  6. I have spent the past few days working on this simple framework in my spare time, to understand exactly what the project is for please read the description on the project page. If you try it out please give any feedback and I apologise that no documentation has been created the code commenting should be fairly explanatory if you know your way around php. Any questions or comments are appreciated. Project page: http://code.google.com/p/lurum/ To moderators - If I have put this in the wrong place I apologise, it seemed to suit better than the beta forum. P.s I am working on a video tutorial on how to make a simple app later tonight, I am thinking about a basic blog app but that seems what everybody does. Is there anything else simple you can suggest? Thanks, Luke
  7. I have looked at my code a fair few times but I can't seem to see anything wrong but I am constantly getting an error, please see if you can spot the error. thanks in advance, Luke The error: An Error Was Encountered Error Number: 1064 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 'key, entered, ip, date) values(null, 'Some Name', '49998e1b08a5bba53253ced8fa4ca' at line 1 INSERT INTO users(id, username, password, email, country, address, rank, key, entered, ip, date) values(null, 'Some Name', '49998e1b08a5bba53253ced8fa4ca6e234c83150', 'someemail@email.com', 'Argentina', '12 Standup St', 'user', 1075172864, 0, '127.0.0.1', 2008-01-14 11:25 AM) Insert statment: //Make query. $sql = "INSERT INTO users(id, username, password, email, country, address, rank, key, entered, ip, date) values(null, '$username', '$password', '$email', '$country', '$address', 'user', $key, 0, '$ip', $date)"; //Run query. $this->db->query($sql);
  8. Thanks, I have been helped alot, is there anybody else that has any ideas for me?
  9. I'm getting a new laptop for my birthday and I just have a few questions about operating systems and security, most of the specs are below but please ask for more info if needed. Specs - HD- 160gb Processor - Intel Core Duo 1.73ghtz Ram - 2gb Os - Windows Vista Questions I'm going to install linux on this computer with a partition, is there anything I need to take into consideration before doing this and what size partition is reccommended? I have ubuntu and kubuntu and am not used to using linux much, which is better to use? If I want to update my version of linux(kubuntu/ubuntu) do I need to format the partition to install the new version or can it be done an easier way? For windows vista what is the best free security that I can get? thanks, Luke
  10. Well they both work for my but below is the links in a different form and I've tested both to be working. Pleasing Pages Pleasing Pages Mirror
  11. Hey, I'm starting a new blog that showcases 'pleasing pages', I have made one post so far and I just wanted to know what people think of the design/writing and constructive criticism would be appreciated. http://lszanto.hosttds.com/wordpress - Full Url. http://yep.it/pages - Short Mirror.
  12. Thanks so much, I was dumb and got the $to and $subject mixed around.
  13. No it displays 'An error has occured, please go <a href=\"http://lszanto.hosttds.com/wordpress/please-us/\" >back</a> and try again.' which is the result of an error in the mail query.
  14. Bump, Does nobody know what the problem is?
  15. Sorry I didn't understand the question, can you post the code that calls the function?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.