- Strength to Increase Rep
- +7
- Strength to Decrease Rep
- -1
- Upvotes Received
- 54
- Posts with Upvotes
- 48
- Upvoting Members
- 23
- Downvotes Received
- 19
- Posts with Downvotes
- 14
- Downvoting Members
- 11
- Interests
- Programming and SEO
- PC Specs
- Intel i5-3570, GTX 550Ti, 8GB RAM
181 Posted Topics
Does all .apk files can be decompiled no matter on how they are protected and secured, and recompile back in apk file? I have an apk file which i need the source code to change something a little bit. I tried using [javadecompilers](http://www.javadecompilers.com) but i did not get the main … | |
Re: I am just here to bumb this thread with this video https://youtu.be/bheHjqvkaaI?t=83 | |
Re: For getting the job done and knowledge. Been posting here for years now. I am glad i have found this place back than :) BTW just mine two cents. I think we should open a section for **making money online** Since no forum out there have these two combined. (coding … | |
I want to count and show live users counter on my page. My url structure looks like this `domain.com/miningbot?id=pool-v9w1x2y` The users which are inside the parameter should be counted, updated and displayed to the user. Also, the parameter can be changed. I have asked ChatGPT to write me some starting … | |
I am having a problem passing a `$_POST[]` parameter to another file via the URL. Look at the line 34 and 138. The line 34 is getting the URL parameter in a POST and line 138 should pass that same parameter value to the other file, but i get an … | |
I have this code <?php // Connect to the database $servername = "localhost"; $username = ""; $password = ""; $dbname = ""; // Create connection $conn = mysqli_connect($servername, $username, $password, $dbname); // Check connection if (!$conn) { die("Connection failed: " . mysqli_connect_error()); } // Get the user's IP address $user_r_ip … | |
Re: You can go with https://plausible.io Very very fast and lightweight | |
I have a website that have 6 videos from +500MB to +1GB i have uploaded them my other hosting which is not same as the website thinking it would not have lag. But it seems it has lag and its loading slow. What solution do i have to host my … | |
I have been getting this kind of results in google search console i cannot clean them i guess my website is affected with malware. Can you guys help? https://prnt.sc/ufx9bEOoZka8 | |
I want to get the direct link from the file in my other hosting. Is this possible? Or i must buy domain name and upload the files there to get the link? I will use this hosting to upload videos and link to them from my website. This way ill … | |
I am trying to open a camera on a browser with javascript i have this code and it was working yesteday but when i tried today to open through mobile its saying `NotAllowedError: The request is not allowed by the user agent or the platform in the current context.` <button … | |
I am trying to insert the current `time()` and `$_SERVER['REMOTE_ADDR'];` into my database I have this code <?php require_once("../core/core.php"); $user_time = time(); $ip = $_SERVER['REMOTE_ADDR']; $sql = "SELECT * FROM userinfo WHERE ip = $ip"; $result = $conn->query($sql); if(!$result) { trigger_error('Wrong SQL: ' . $sql . ' Error: ' . … | |
I want to insert the returned values into an array and after to display random string I have this code by it doesn't return back a random value Inside the vid1,vid2,vid3 columsn there is Video Name text that pointing to the video in my File Manager folder $sql = "SELECT … | |
iI was searching the online "free/cheap" generators and i found out that they are not so cheap... They advertise the PRO plan for just $3 and when i came to the checkout page it was $1800 So is there other free tool for this job or how do i manually … | |
Just came to my mind this and i like to ask others about it. So i have website that have auto generated content on the pages. The text it self is all the same but only some variables changing like (names, tags, pictures). So i was wondering is it good … | |
I have a domain that looks like this when i visit certain link `https://domain.com/model-profile/index.php?name=abbychampion` the site is written in php but i dont want to show this part `index.php?name=` because for SEO purposes and better human reading. Is this possible to hide ? so the link looks like this `https://domain.com/model-profile/abbychampion` | |
Re: I have questions. 1. You want to make bot for adding followers to profiles 2. You want to make bot for following other users followers There are few tricks with this job so you don't have to develop from 0 | |
Re: Try like this if($expiry==0) { echo "We're sorry but your contract has expired. Contact us immediately at [email protected]"; } elseif($expiry >= 1) { header("location:sysnav.html"); } And format the SQL correctly $sql = "UPDATE `ctltbl` SET '$expiry' = `expiry` - 1 WHERE `id` = $id"; | |
I want to get a string from different website and to display on mine. The website have this HTML code inside it <ul data-v-61cbae47="" class="b-tabs__nav m-tabs-default m-flex-width m-size-md m-mb-reset js-tabs-switchers m-over-separator"> <li data-v-61cbae47="" class="b-tabs__nav__item m-current"><a data-v-61cbae47="" href="/jenawolfy" aria-current="page" class="b-tabs__nav__link m-with-rectangle-hover m-tb-sm router-link-exact-active router-link-active" id="profilePostTab"><span data-v-61cbae47="" class="b-tabs__nav__link__counter-title">130 posts</span></a></li> <li data-v-61cbae47="" class="b-tabs__nav__item"><a … | |
I am trying to make to display cells in a database that are not empty, i have URL links with images inside the table and i want to display only the cells that are not empty. For example if there is only 2 pictures added in the database i want … | |
I am trying to insert into table with PHP and MySQL but the page only refresh it self when i press the button. I haven't done debugging, i have an IF statement that displays any errors that fires if the SQL query have errors. But the thing is even the … | |
I am using google drive to upload manually the images there and with sharing link to display them on my website. But it makes troubles sometimes the images doesn't load fully. Is this proper way of displaying the images faster on your website? The website is coded using HTML only … | |
Hello everyone. I need a little help with my html code. I want to load html file (menu.html) inside my index.html file I am trying to achieve this using JavaScript. Here is an example how i am trying to achieve this. this is menu.html file <!-- Mobile Nav (max width … | |
I am looking for an software/script that can generate high trust score browsers, i am using [this GitHub project](https://abrahamjuliot.github.io/creepjs/) to see the info about the browser and the score. I have tried to create few different projects using ZennoPoster, BAS, Undetectable, ATB. They all create with trust score: F- Someone … | |
Re: Hey actually you gave me info on how to choose a VPN better, i didnt though that with the credit cards (good one). Am using free TunnelBear account since they dont have LOGS and they are fast enought for me too :) **EDIT** and because its free you get only … | |
I want to split database access and permissions with another person. The problem is we don't know how we can make sure we both have the same rights and permissions to operate the database. So if anything goes wrong for example, one wants to change the password of the database … | |
I want to echo the results of this mysql query SELECT username, task_completed FROM accounts WHERE referrer_by = :referrer_by AND task_completed < 1 I have this code so far but this doesnt return anything and it should return the values which are less than 1 $ref_query=$db->prepare("SELECT username, task_completed FROM accounts … | |
I made an website which i require of the user to enter their credit card details for virtual money transfer inside the website only. I only take the first two numbers of the card in order to detect the Card Type and i take last four because of the UI … | |
I need to deoubfuscate a javascript file which i need to change a link inside it can anybody help me how to do that? I can upload the file also if you need it. | |
I want to make this table with HTML and CSS but somehow the image cant appear in the browser... Can you help me? https://prnt.sc/rmo2xl .box-border { display: inline-block; border: 1px solid; height: 80px; width: 100%; } .image-position { display: inline-block; } <div class="box-border"> <div class="image-position"> <img src="igniteLogoImage.png" alt="asdasd" width="42" height="42"> … | |
Hey all long time no see!! As i started Internet Marketing i quited to code but somehow everything is about coding... :D So i am trying to come up with new method but i will talk about that in the next thread :) so I am trying to create push … | |
Am trying to draw three circles on the page but nothing shows up, anyone can tell me what is wrong here? <body> <canvas id="myCircle(3)" width="60" height="60"> Your browser does not support JavaScript, please update it before you continue</canvas> <script type="text/javascript"> function myCircle(myCircle) { var c = document.getElementById("myCircle"); var ctx = … | |
Hello everyone its been a while, btw this fresh look its freaking awesome i love it! :) So i got in mind an idea which i want to try it, selling remote controls for tv online. I need an list or something which i can find the TV model number … | |
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 something which is "LIVE" and i think for all of us is. I think this should be considered as "No. … | |
Is there possible chance of changing the WooCommerce "Add to Cart" button functionality or removing it and creating new button, inside the item page? I found this code but it only replaces the button on the item itself and not in the item page add_filter( 'woocommerce_loop_add_to_cart_link', 'replace_default_button' ); function replace_default_button(){ … | |
Re: I think will be more awesome to make a featured product on the top of the page with big and quality pictures. You will gain more trust and comfortability of the users. Right now its something like BLOG website for news articles. Thats my opinion. | |
Hello everyone how are you doing? I wonder if there is a way i can send a notification or URL from my website to user mobile from PC browser for free, just to confirm the user is real? | |
Is this something which is updated to different method or am i doing something wrong? I want to get my current location on Google Maps what am doing right now is as follows. Creating GoogleMaps Activity, Download GooglePlay Services from Android SDK Manager, Giving Permissions in AndroidManifest for Internet and … | |
Re: Why not download the table and upload it to other ? | |
Hello everyone and happy new year, i wonder is there something that allows you to detect that android device is near you? I want to create an app that will show me android devices that are near me, for scientific purposes. But without my app installed on their devices, so … | |
Re: Really Interesting task actually import java.util.Scanner; public class Ex02_33 { public static void main (String [] args) { Scanner input = new Scanner (System.in); int weight; int height; int bMI; System.out.print ("Enter Your Weight in Pounds: "); weight = input.nextInt(); System.out.print ("Enter Your Height in Inches: "); height = input.nextInt(); … | |
Re: Am recomending you to watch the movie "Ex Machina" you'll get more familiar with it :D | |
Hello everyone hope you are doing well, i was busy these days i was having problem with the police in my country, they catch me smoking weed and now i got criminal record... but never mind that i hope will be better in the future. So i got in mind … | |
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 | |
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 their `Name-LastName` and all pics with that name go in that folder. Is there some tool for this job to … | |
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 = 1 while page <= max_pages: url = 'https://instagram.com/xenia/' source_code = requests.get(url) plain_text = source_code.text soup = BeautifulSoup(plain_text, "html.parser") … | |
Hello how can i lock a usb drive that the user it will be not able to remove the files that are in also to cant add new ones? I think its very cool for advertising own goals :) - Thanks :) | |
Re: I dont have answer, but thumbs UP for **Dick** hahahaha :D |
The End.