Search results

  1. M

    Shared OSACOM.net - Shared cPanel Hosting - Build your own! From £1.00 (Romania & USA*)

    I have a hunch that it's copied from here: http://www.webhostingtalk.com/showthread.php?t=874754
  2. M

    Shared HiloHost.com - cPanel Hosting 2$ (NL)

    Getting MySQL Connection Error...
  3. M

    working on an upload script... but having problems...

    okay... so I moved the scripts to my main server and the file server... the main server is working perfectly, sending the file and info vip cURL and adding a MySQL row... but there's no file in the file server... through phpinfo(), I found that suhosin is enabled... is that the problem?
  4. M

    working on an upload script... but having problems...

    ooo... it works! damn you silly mistakes! :P btw, what is the exact use of '@'?
  5. M

    working on an upload script... but having problems...

    okay, for example, this is my domain: mydomain.com and the upload is in mydomain.com/admin/upload.php and its password protected... I'll be selecting a file and then from my database, the script will get the IP of a totally different server where the files will be uploaded... here's the part of...
  6. M

    nCode Buttons PSD

    thanks... but I have my own set... :)
  7. M

    nCode Buttons PSD

    yes, and he is using this for the "CODE": http://www.myfonts.com/fonts/t26/phuture-round/phuture-rnd-clsd-bold/
  8. M

    nCode Buttons PSD

    These aint technically "buttons" either... you've missed the font anyway...
  9. M

    nCode Buttons PSD

    o... so this is the nCODE's signature bar... you've missed the font man... and the animation :P
  10. M

    [vBulletin] Simple Search Bar that can be added anywhere you'd like.

    Its better to use the place holder attribute rather than "value"...
  11. M

    Selling v12Host.com

    Thanks for notifying... fixed the issue...
  12. M

    Selling v12Host.com

    Domain Name: v12Host.com Registered With: NameCheap.com Expires: December 14th 2012 Price or Starting Bid: US$ 60 Methods of Payment: Paypal If Auction: Yes Auction End Date: June 19th 2012 BIN (Buy It Now) Price: $120 Proof of ownership:
  13. M

    MediaFire API: want to sort...

    awesome! thanks! I found another way myself: <?php function sortByOneKey(array $array, $key, $asc = true) { $result = array(); $values = array(); foreach ($array as $id => $value) { $values[$id] = isset($value[$key]) ? $value[$key] : ''; } if ($asc) {...
  14. M

    MediaFire API: want to sort...

    Hello again, I am using MediaFire's API to share my stuff... I just post the folder link and the files are automatically parsed... and this is the code snippet that I use (including an example): <?php $loadxml_folder_info =...
  15. M

    Trying to create a scrambling script but got into a problem...

    okay... I'll check it out... again thanks for the help :) ---------- Post added at 09:35 PM ---------- Previous post was at 09:29 PM ---------- ooo... it works! :D thanks man! anyways, to help others, I've found another algorithm: <?php $key = $_SERVER['QUERY_STRING']; $encryptionpass = '[a...
  16. M

    Trying to create a scrambling script but got into a problem...

    I also need to unscramble the scrambled string later on... thats why I didn't go for str_shuffle oh... awesome! :D Thanks man! <3 ---------- Post added at 07:54 PM ---------- Previous post was at 10:25 AM ---------- okay lockdown.... I got a problem... this doesn't work when I use this...
  17. M

    Site warning

    You are saying that MalwareBytes is a total bullshit? :facepalm: You are talking about McAfee... you know that? yeah thats true...
  18. M

    Trying to create a scrambling script but got into a problem...

    Here's the coding... I am using "preg_replace" <?php $key = $_SERVER['QUERY_STRING']; $characters =...
  19. M

    Shared TWMN Web Hosting Solution - cPanel, starting from $2/mo, 6GB D/S, 120GB B/W (NL)

    yes, we updated the kernel, we've sent a notice to everyone... didn't you get it?
Back
Top