Search results

  1. Unidentified

    Show DevBest [Feedback] Screen.Exchange

    Please Choose a Splash Screen and a Login Design... Feedback on a choice and any modifications you wish for me to make :)<3
  2. Unidentified

    [Development] [C#] [Socket.IO] Screen Sharing [Instant Messaging] [MySQL] [Video/Voice Chat]

    Splash Page Login Page Screen Shot Tool Video Call and Instant Messaging Viewing someone elses screen Sharing your screen Its in development at the moment, these are some previews I scraped together.. Would love some criticism and happily share your ideas :) (Please Close the...
  3. Unidentified

    Selling VB 5.0 Connected Bundle Licence

    Today I am selling my VB Licence 5.0 Connect Its genuine and obvs lasts forever, Looking for good offers :) PM If interested or comment bellow
  4. Unidentified

    How to hide ip in client??

    In my client I want to hide the vps ip, but I dont want to encrypt it because encryption can be easily decrypted just need to google it and I have tried duc3.0(no-ip) and all u have to do is ping it, I am currently using cloudflare and if i put my domain in the position of the ip space the...
  5. Unidentified

    windows + linux vps

    Is there a way to set up the website on a linux vps and have the database on a windows vps?
  6. Unidentified

    Phoenix compatible swfs

    Can someone send me a link to a swf that works with the latest swf
  7. Unidentified

    Who is your Favorite Actor and Actress?

    Debate ur favorite actor and actress
  8. Unidentified

    Php Auto login after register

    I Need some help adding an auto login after user registered, here is my register script, Thank you if (empty($_POST) === false) { $required_fields = array ('email', 'username', 'password', 'password_again', 'first_name', 'last_name'); foreach ($_POST as $key=>$value) { if...
  9. Unidentified

    php wont upload videos :/ help plz

    Close this thread
  10. Unidentified

    php upload images

    I cant find a script that uploads an image and updates a field in the database with the file location please help :/
  11. Unidentified

    Just got this off habbo.com

    Habbo's official: Habbo.swf, External_flash_texts, External_variables, Product_data, and Furnidata. Dunno if it will work but its worth a try :P To download click here
  12. Unidentified

    Request of a graphics designer

    I need a graphics designer to help me design a whole site, I will code it but I need a really good design for a social network, most of the site is already coded but the design is very dead beat.
  13. Unidentified

    Ajax assistance please

    I am trying to update a record in the database with ajax so the page does not reload and it is not posting anything, the php works on its own but not with this ajax :/ <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script> <Script>...
  14. Unidentified

    Can someone check this script plz

    I have got it so it posts into the table 'images' but I am struggling to get it to post into the table 'Post' <?php define ('MAX_FILE_SIZE', 15000 * 50); if (array_key_exists('upload', $_POST)) { $n = rand(0, 100); $rand = $_SESSION['id']*3+1-4+100-$n*8; $rand1 = $_SESSION['id']*7-4+100-$n*8...
  15. Unidentified

    How do I use html tags as php

    You know like rev cms it has it so you can type {username} as html and it shows users username by doing a php query I would like to know that can someone help please
  16. Unidentified

    What here is wrong?

    I am new to using ajax and somink is wrong because it aint posting. Test.php <script type="text/javascript" src="http://ajax.googleapis.com/ajax/ libs/jquery/1.3.0/jquery.min.js"> </script> <script type="text/javascript" > $(function() { $("#ntb").click(function() { var nt =...
  17. Unidentified

    Any graphics designer that can help me design?

    I am making a profile page and I need help designing it so I can start coding it :) this is what i have so far
  18. Unidentified

    How do i do it so the image updates to database?

    I want the image name + the extension (png, jpg, jpeg, gif) to update into the database into 'usersystem' > profile_picture <?php include 'core/init.php'; protect_page (); $id = $_SESSION['id']; ?> <?php if (logged_in() === true) { $session_user_id = $_SESSION['id']; $user_data =...
  19. Unidentified

    How do I edit this so it renames the file?

    I would like to know how to change this so on upload it changes the files name please <?php include 'core/init.php'; protect_page (); $id = $_SESSION['id']; ?> <?php if (logged_in() === true) { $session_user_id = $_SESSION['id']; $user_data = user_data($session_user_id...
Top