Search:

Type: Posts; User: Zeuz

Page 1 of 11 1 2 3 4

Search: Search took 0.06 seconds.

  1. Re: jQuery $.POST to PHP File that contains Class and Called Function

    Dunno what is going on.............

    I changed my custom settings for my site from localhost -> 127.0.0.1 and it started working... Somehow it lags up with localhost... this is incredible... My...
  2. Re: jQuery $.POST to PHP File that contains Class and Called Function

    Well. I have a website that posts login information through post command. Everything works fine like echo 'Hello'; it shows it as returned data, but when I add "$core = new core(); " then it...
  3. [RESOLVED] jQuery $.POST to PHP File that contains Class and Called Function

    Hi there,
    Why it isn't possible to use classes and functions in PHP file that jQuery $.posts?
    Example I found from internet.


    **Your class**
    class Blah {
    function doSomething(data) {
    ...
  4. Replies
    7
    Views
    2,029

    Re: MySql Never starts

    You should provide more information about your MySQL :)
  5. Returning specific information with ->ID, ->Account, ->Mail, ->Skype etc...

    (With one main function like User(), but without user class)

    I don't really have idea what is smart way to create bunch of information picked up with the "arrow" I actually know what are they, but...
  6. Replies
    2
    Views
    1,362

    [RESOLVED] PHP Timing & ETC

    Hello again.

    Everyone knows some browser games and there's health, mana or some kind of resources that regenerates themselves automatically in some time. How I can do that in theory? What...
  7. [C#] Returning value and using it in if statement without determining the value

    Can I create a function work like this following example (it doesn't work for real), but hope you understand what I mean.


    void MyFunction()
    {
    var loginCheck = new Action(() => {
    ...
  8. Re: TCP Server - Weird "unknown" letters with received data + exit problem

    Hey thank you. I think that it's more important to create own client for sending the data instead of putty. I am not sure actually. I take a look of your codebank. Thanks! :) I'll leave this thread...
  9. [RESOLVED] TCP Server - Weird "unknown" letters with received data + exit problem

    I'm kinda confused again.

    Following code works fine like that it reads data as much as I send.


    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using...
  10. Replies
    4
    Views
    1,343

    Re: TCP "Server"

    Thank you! :) I'll try this later, because at this time I'm kinda busy. I mark this thread as resolved and I'll create new thread if I find some issues that I can't find a solution.
  11. Replies
    4
    Views
    1,343

    Re: TCP "Server"

    Can you help me a bit with it? I don't seriously have a clue about creating a thread. Even a keywords would help for this matter. How about 'loop thread' or something? Is this fine?...
  12. Replies
    4
    Views
    1,343

    [RESOLVED] TCP "Server"

    I've tried to make a success. TCP Server which receives and sends data. I were reading the following guide: http://www.dijksterhuis.org/building-a-tcpip-server-using-c/ but I would like to create a...
  13. Replies
    0
    Views
    793

    Windows FTP vs Anything

    Hey there! Once again I bring my problems here, but I have googled a lot of solutions, but any of the solutions doesn't give a correct response why all FTP servers are running upload speed only in...
  14. Thread: Web Development

    by Zeuz
    Replies
    9
    Views
    2,400

    Re: Web Development

    Hope you even use OOP with PHP code you write.
  15. Replies
    6
    Views
    3,563

    Re: Any Coding Program Simpler than Visual Basic?

    This one. I'm same mind with this. I've never seen a that easy programming language. I don't mean that I'm a master with VB.NET, but yes I'm comparing it to C# and C++

    My vision:
    - Visual Basic...
  16. [VS Ultimate 2012] Can't get "Interactive" tooltips.

    I've been searching for a while, but cannot find any information how to enable these tooltips which offers you a information about your script like this way if I write some word on code it should...
  17. Replies
    7
    Views
    1,358

    Re: [RESOLVED] Cannot convert 'int' to 'string'

    Aww. Can't give rep, because it says that I have to give someone else :( By the way. I changed var to one you told me and I checked out the problem and it was NULL. Thanks a lot for help. I didn't...
  18. Thread: Window Hider

    by Zeuz
    Replies
    2
    Views
    10,372

    Re: Window Hider

    http://virusscan.jotti.org/en/scanresult/7c27ef4781138c38d373172e8a8624e95fac1d34
  19. Replies
    4
    Views
    13,178

    Re: Someone test my new program?!

    http://virusscan.jotti.org/en/scanresult/124b073cc9b007e66ad9759c8293d2ddb33acd1f
  20. Replies
    9
    Views
    1,658

    Re: Creating a Text File

    Same mind with you.
  21. Replies
    9
    Views
    1,658

    Re: Creating a Text File

    var YourFile = File.Create("hi.txt");
    YourFile.Close();

    You have to close the file so it doesn't be running by "another process"

    E: It means that the file will be no longer used by your...
  22. Replies
    7
    Views
    1,358

    [RESOLVED] Cannot convert 'int' to 'string'

    I've been searching around from Google, but cannot find other results than "Convert.ToString(x)", but I don't really get it work. I'm trying to get process ID (pid) to string and set it into...
  23. Replies
    1
    Views
    859

    Re: Php pages redirects to index

    You can mark this as resolved from "Thread Tools" :)
  24. Replies
    2
    Views
    1,118

    Re: Handling TCP connections

    Repped ++
    Thanks a lot for this great response. I will go to Codebank later. I try first both of your solutions :)
  25. Replies
    2
    Views
    1,118

    [RESOLVED] Handling TCP connections

    I have problems with my TCP connection.


    int Port = 9000;

    TcpListener Server = new TcpListener(Port);
    Server.Start();
    Socket Client =...
  26. Replies
    8
    Views
    1,484

    Re: MySQL query doesn't accept spaces

    Thanks! :wave:
  27. Replies
    8
    Views
    1,484

    Re: MySQL query doesn't accept spaces

    So how it's possible to convert whole text with spaces and newlines into MySQL? Any ideas?
  28. Replies
    8
    Views
    1,484

    Re: MySQL query doesn't accept spaces

    Using a textarea which converts it to nl2br and submits it after that. It removes spaces after new line and such so I thought why it does that.
  29. Replies
    8
    Views
    1,484

    Re: MySQL query doesn't accept spaces

    Information submitted into MySQL removes spaces.
    If I submit a script into MySQL table it removes all spaces from script. It saves lines with nl2br, but spaces should be saved too. In a fact with...
  30. Replies
    7
    Views
    1,094

    Re: PHP Inputting data in page

    I believe you more than myself, but yes. Sometimes it's security risk. Depends what is doing :)
  31. Replies
    7
    Views
    1,094

    Re: PHP Inputting data in page

    Make it into script as default value without hidden field when submitting? If the hidden field's value is "default" value for something it's more secure to use default value directly in script or you...
  32. Replies
    7
    Views
    1,094

    Re: PHP Inputting data in page

    I suggest use it just as $itemno without hidden field. If you don't have verify after hidden field is submitted Chrome developer tools can edit value of it.
  33. Re: php webservice and mysql , when insert text it apear as question mark

    iso-8859-1
  34. Replies
    8
    Views
    1,484

    [RESOLVED] MySQL query doesn't accept spaces

    Hi again. I have a problem while I submit a form data into MySQL.
    There's "formed" script and it doesn't save (spaces) in script if I fetch the data from MySQL.

    ie.
    function PLAPLA() {...
  35. Re: [RESOLVED] Doing a "Custom Paste Page" MySQL error.

    So it's '\unique\' then. How about the "JavaScript" question I asked? :)
  36. Re: [RESOLVED] Doing a "Custom Paste Page" MySQL error.

    Oh great! Thank you 'tg'. I will take a look for this now. By the way is there possible to use those words by annualing/make it un-used as "unique" statement. I've seen sometimes @ in front of table...
  37. Re: Doing a "Custom Paste Page" MySQL error.

    Oh my god. I've thought something about those, but didn't realized what was those words. I'm so glad that you helped me out x) Thanks for saving a lot of time!

    More reputation coming! x'9 and......
  38. Replies
    2
    Views
    608

    Re: Html email

    Try this mate: http://php.net/manual/en/function.mail.php
  39. [RESOLVED] Doing a "Custom Paste Page" MySQL error.

    What I am doin' wrong. I don't really get it why some "queries" cannot be "injected" those says some errors.

    Connection success and DB select (tested)

    public function _query($string)
    {...
  40. Replies
    2
    Views
    2,276

    Re: MySQL (Time Countdown) Remaining Time?

    Thanks. Hmm. Can this pickup time from MySQL from date or time or something insteads of $d $h etc?
Results 1 to 40 of 419
Page 1 of 11 1 2 3 4



Click Here to Expand Forum to Full Width