• Member Avatar for Stefce
    Stefce

    Replied To a Post in Sort Images in Folders

    Nope its way too much work if am doing it manual 70k+ files.
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in Sort Images in Folders

    Okay, nope am not building an app, i need to get task done, i dont want to do it manually because its more than 20.000 pictures it would take alot. …
  • Member Avatar for Stefce
    Stefce

    Edited Sort Images in Folders

    Hello there :), i have bunch of pictures which the title is like this `Name-LastName-year-category-....` what i want to do is sort them all in folders which will have only …
  • Member Avatar for Stefce
    Stefce

    Created Sort Images in Folders

    Hello there :), i have bunch of pictures which the title is like this `Name-LastName-year-category-....` what i want to do is sort them all in folders which will have only …
  • Member Avatar for Stefce
    Stefce

    Began Watching Sort Images in Folders

    Hello there :), i have bunch of pictures which the title is like this `Name-LastName-year-category-....` what i want to do is sort them all in folders which will have only …
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in DaniWeb suggestion

    @Dani Exactly! You can make two sections in the inbox popup, Inbox & Notifications and putting a nice audio will be huge plus. **EDIT:** Even more cool will be to …
  • Member Avatar for Stefce
    Stefce

    Edited DaniWeb suggestion

    Since am member of this forum am asking my self one question, why am not informed on time when someone reply to my question? For me the biggest engagement is …
  • Member Avatar for Stefce
    Stefce

    Created DaniWeb suggestion

    Since am member of this forum am asking my self one question, why am not informed on time when someone reply to my question? For me the biggest engagement is …
  • Member Avatar for Stefce
    Stefce

    Began Watching DaniWeb suggestion

    Since am member of this forum am asking my self one question, why am not informed on time when someone reply to my question? For me the biggest engagement is …
  • Member Avatar for Stefce
    Stefce

    Edited Instagram Web Crawler

    Hello, so i tried to make my own insta crawler but having some dificulties, here is the code for now: import requests from bs4 import BeautifulSoup def insta_spider(max_pages): page = …
  • Member Avatar for Stefce
    Stefce

    Created Instagram Web Crawler

    Hello, so i tried to make my own insta crawler but having some dificulties, here is the code for now: import requests from bs4 import BeautifulSoup def insta_spider(max_pages): page = …
  • Member Avatar for Stefce
    Stefce

    Began Watching Instagram Web Crawler

    Hello, so i tried to make my own insta crawler but having some dificulties, here is the code for now: import requests from bs4 import BeautifulSoup def insta_spider(max_pages): page = …
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in Instagram Crawler

    Yea sorry, you are right i have posted in wrong forum... when i run it i get a windows popup and closes imediately, i tried to catch what it says, …
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in Instagram Crawler

    i found this too but dont know how to run it
  • Member Avatar for Stefce
    Stefce

    Created Instagram Crawler

    Hello all, is there some python code or program to crawl instagram? I would like to get the user Username, Bio and 5-6 random pics. - Thank you
  • Member Avatar for Stefce
    Stefce

    Began Watching Instagram Crawler

    Hello all, is there some python code or program to crawl instagram? I would like to get the user Username, Bio and 5-6 random pics. - Thank you
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in php arrays - Matching td's with database rows

    I dont have answer, but thumbs UP for **Dick** hahahaha :D
  • Member Avatar for Stefce
    Stefce

    Began Watching php arrays - Matching td's with database rows

    I have 3 td's in a portion of a table. Sometimes, the data coming in from the database is less than 3. I need a method that will lay-out the …
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in PHP NEXT & PREV buttons

    Thank you @diafol i will have fun tonight :P
  • Member Avatar for Stefce
    Stefce

    Marked Solved Status for Windows 7 Network Adapter (Cannot connect to the Internet)

    I have a serious problem with my new laptop i have installed clean copy of windows 7 on in and it runs okay but now i cannot connect it to …
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in Windows 7 Network Adapter (Cannot connect to the Internet)

    Problem is solved with this solution but i was searching the easier way. - Thank you
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in Windows 7 Network Adapter (Cannot connect to the Internet)

    Yea i forgot that @rproffitt HP 250 G5 Serial: CND6504630 Product: W4M66EA#ABB
  • Member Avatar for Stefce
    Stefce

    Edited Windows 7 Network Adapter (Cannot connect to the Internet)

    I have a serious problem with my new laptop i have installed clean copy of windows 7 on in and it runs okay but now i cannot connect it to …
  • Member Avatar for Stefce
    Stefce

    Edited Windows 7 Network Adapter (Cannot connect to the Internet)

    I have a serious problem with my new laptop i have installed clean copy of windows 7 on in and it runs okay but now i cannot connect it to …
  • Member Avatar for Stefce
    Stefce

    Created Windows 7 Network Adapter (Cannot connect to the Internet)

    I have a serious problem with my new laptop i have installed clean copy of windows 7 on in and it runs okay but now i cannot connect it to …
  • Member Avatar for Stefce
    Stefce

    Began Watching Windows 7 Network Adapter (Cannot connect to the Internet)

    I have a serious problem with my new laptop i have installed clean copy of windows 7 on in and it runs okay but now i cannot connect it to …
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in PHP UPDATE table row

    Heres the full code <form action="" method="post"> <?php $sql = "SELECT ID, votemodelName, votemodelImage, modelLink, votes, ip_address FROM vote ORDER BY ID LIMIT 3"; $result = $conn->query($sql); $user_ip = getenv('REMOTE_ADDR'); …
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in PHP UPDATE table row

    i get an error now `array(1) { ["vote_3"]=> string(0) "" } Fatal error: Uncaught Error: Call to a member function fetch_assoc() on boolean in C:\xampp\htdocs\example\includes\featured.php:12 Stack trace: #0 C:\xampp\htdocs\example\index.php(31): include() …
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in PHP UPDATE table row

    line 31 in the code here when i replace it with the @Norman_4 example
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in PHP UPDATE table row

    I think not it gives me error when i click on the last button for vote `vote_3` `Notice: Undefined offset: 3 in C:\xampp\htdocs\example\includes\featured.php on line 43`
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in PHP UPDATE table row

    Sorry i have forgoten here is the code but its mysqli $DBServer = 'localhost'; $DBUser = 'root'; $DBPass = ''; $DBName = 'voting'; $conn = mysqli_connect($DBServer, $DBUser, $DBPass, $DBName); if …
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in PHP UPDATE table row

    $conn = mysqli_connect($DBServer, $DBUser, $DBPass, $DBName); if ($conn->connect_error) { die('Connect Error (' . $mysqli->connect_errno . ') ' . $mysqli->connect_error); } Sorry i have forgoten
  • Member Avatar for Stefce
    Stefce

    Created PHP UPDATE table row

    I have problem updating the mySQL table i have simple loop to display the rows in the table in HTML FORM but when i try to update the row notting …
  • Member Avatar for Stefce
    Stefce

    Began Watching PHP UPDATE table row

    I have problem updating the mySQL table i have simple loop to display the rows in the table in HTML FORM but when i try to update the row notting …
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in Computer Language

    Definitely python the options are endless, machine learning is the future so best choice will be python!
  • Member Avatar for Stefce
    Stefce

    Began Watching Computer Language

    What programing language should I learn first? I'm a beginner B.Tec 1st Year student.
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in PHP NEXT & PREV buttons

    - Nope i dont have options for sorting the videos but maybe in future i will for now its just a simple slider with two buttons and video. - Mostly …
  • Member Avatar for Stefce
    Stefce

    Edited PHP NEXT & PREV buttons

    How do i select the next row in php from mysql table, i have 4 columns `ID, video_title, video_desc, video_embed` so i have more than 10000 rows in the table …
  • Member Avatar for Stefce
    Stefce

    Edited PHP NEXT & PREV buttons

    How do i select the next row in php from mysql table, i have 4 columns `ID, video_title, video_desc, video_embed` so i have more than 10000 rows in the table …
  • Member Avatar for Stefce
    Stefce

    Edited PHP NEXT & PREV buttons

    How do i select the next row in php from mysql table, i have 4 columns `ID, video_title, video_desc, video_embed` so i have more than 10000 rows in the table …
  • Member Avatar for Stefce
    Stefce

    Edited PHP NEXT & PREV buttons

    How do i select the next row in php from mysql table, i have 4 columns `ID, video_title, video_desc, video_embed` so i have more than 10000 rows in the table …
  • Member Avatar for Stefce
    Stefce

    Created PHP NEXT & PREV buttons

    How do i select the next row in php from mysql table, i have 4 columns `ID, video_title, video_desc, video_embed` so i have more than 10000 rows in the table …
  • Member Avatar for Stefce
    Stefce

    Began Watching PHP NEXT & PREV buttons

    How do i select the next row in php from mysql table, i have 4 columns `ID, video_title, video_desc, video_embed` so i have more than 10000 rows in the table …
  • Member Avatar for Stefce
    Stefce

    Gave Reputation to gentlemedia in Help with positioning two buttons

    > BTW i must ask, is it easier to do this without bootstrap Well, for me it's easier to do without Bootstrap :) and CSS is really not that hard …
  • Member Avatar for Stefce
    Stefce

    Marked Solved Status for Help with positioning two buttons

    I have a problem with bootstrap design i want to make a very simple page which will contain two buttons and a video. The prob. is i dont know how …
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in Help with positioning two buttons

    Still same problem, i think the class `col-md-offset-2` have something with this problem but am not sure? BTW i must ask, is it easier to do this without bootstrap, just …
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in Can't echo data from phpmyadmin

    If you are updating numbers in your table why you have put the variables in quotes? `$update = "update invoice set reg_no = '$reg_no', cost = '$cost' where i_id = …
  • Member Avatar for Stefce
    Stefce

    Began Watching Can't echo data from phpmyadmin

    **Am was already created form like this and working perfect but on last two forms not working, it displays warning-Undefined variable: reg_no and cost. Am trying to follow algorithm as …
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in Need automated Bot for commenting on blogs

    hahaha i wrote that just for fun :D but i wont lie, its for spamming goals and learnign purposes.. i just wanna test it out how it will handle the …
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in Help with positioning two buttons

    Nope, still on old version

The End.