Skip to content
site logo mobile

Forum in maintenance, we will back soon 🙂

Message For Mr.Hass...
 
Notifications
Clear all

Message For Mr.Hassan and His Team

32 Posts
4 Users
13 Likes
218 Views
(@google-businessgmail)
Posts: 25
Eminent Member
Topic starter
 

Here All Of Your Follower Struggling for 6 Days  To Create One Tool but There Is no Any Solution Why Mr.Hassan and his team We Changed the Url In The Javascript With Our Url We generated Our Api Key But the tool Still Not Working Most Of Us begginer in Coding World We read your Blog how they work but there is no any clue how to fix Please Understand Us!

 
Posted : 03/28/2024 11:28 am
badr reacted
Hasan Aboul Hasan
(@admin)
Posts: 946
Member Admin
Premium Member
Pythonista Prodigy Badge
Prompt Engineer
API Entrepreneur
Power Member
 

I'm sorry to hear that you are struggling to make the tool work. 

Many others also who doesn't know how to code, just followed the steps and worked perfectly with them.

it is normal to have problems and bugs in a code, and I didn't say my code is perfect, if you want to build a tool and ensure it works perfectly and adjust based on your needs, you should work on your technical skills. 

Then, when you have specific questions, we can help you fix it.

But we can't build the tool for you, sorry 🙂

and what is your goal in building the tool? if you want to use it to monetize or grow your site. you can't just do that by copying and pasting; you should LEARN and IMPROVE YOUR SKILLS. so you can understand what you are doing.

also, you can try a simpler script with OpenAI here:  simpler script.

 

 
Posted : 03/28/2024 1:25 pm
SSAdvisor
(@ssadvisor)
Posts: 899
Noble Member
Premium Member
Pythonista Prodigy Badge
Prompt Engineer
API Entrepreneur
Power Member
 

@google-businessgmail what problem are you having? What is your URL and are you sure you changed the URL appropriately? There have been many posts on this subject and a few that give you enough detail to resolve your problem. You blame "@Hasan and his team" but YOU are the controller of the code. I suggest you create a GitHub account, create a public repository and then share your code so we can let you know what is wrong. We can't help you blindly other than telling you what works for us.

Regards,
Earnie Boyd, CEO
Seasoned Solutions Advisor LLC
Schedule 1-on-1 help
Join me on Slack

 
Posted : 03/28/2024 1:25 pm
badr reacted
(@husein)
Posts: 248
Member Moderator
Premium Member
Prompt Engineer
Pythonista Prodigy Badge
API Entrepreneur
Power Member
 

@google-businessgmail Over the past week I've implemented the code 2 times and it worked both times for me, I even helped 3-4 others fix their code by just changing the links and generating their own custom Gemini API Key. So, we can't do more than that.

Advice: Improve your coding skills so that it will be easier for you to detect problems and if you need help fixing them you'll be more capable of explaining the problem for us, and we'll be able to help you more efficiently.

 
Posted : 03/28/2024 3:03 pm
badr and SSAdvisor reacted
(@google-businessgmail)
Posts: 25
Eminent Member
Topic starter
 

@admin I apologize to blame you and your team because the big problem was my skill. 

I see a lot of posts that try to fix the problem, but it does not work for me 😣 . If I have some basic knowledge about coding, may I not ask you? 

Here is my Github link. https://github.com/Moh-muhtadun/Muhtadun/tree/main

 
Posted : 03/28/2024 4:47 pm
SSAdvisor
(@ssadvisor)
Posts: 899
Noble Member
Premium Member
Pythonista Prodigy Badge
Prompt Engineer
API Entrepreneur
Power Member
 

@google-businessgmail did you activate the snippet code?

Regards,
Earnie Boyd, CEO
Seasoned Solutions Advisor LLC
Schedule 1-on-1 help
Join me on Slack

 
Posted : 03/28/2024 6:53 pm
(@google-businessgmail)
Posts: 25
Eminent Member
Topic starter
 

Yeah All thing Is Active 

 
Posted : 03/28/2024 8:14 pm
(@husein)
Posts: 248
Member Moderator
Premium Member
Prompt Engineer
Pythonista Prodigy Badge
API Entrepreneur
Power Member
 

@google-businessgmail Are you applying the code to your online or local website? If it's an online one, try applying all the steps on a local one, and if it works, let us know. Maybe the problem is from your domain.

 
Posted : 03/29/2024 9:20 am
(@google-businessgmail)
Posts: 25
Eminent Member
Topic starter
 

@husein I have an Online Website Which Is Muhtadun.com I have got so many time wp-admin.ajax.php bad request when i saw in the console so i decide to reset my wordpress and cpanel and i am trying to rebuild the tool if it works i will tell you other wise thankyou very much 

 

 
Posted : 03/29/2024 9:04 pm
SSAdvisor
(@ssadvisor)
Posts: 899
Noble Member
Premium Member
Pythonista Prodigy Badge
Prompt Engineer
API Entrepreneur
Power Member
 

@google-businessgmail there wasn't a reason to "rebuild" your site. The issue was accessing the API. When I tried I saw a 403 error in the console meaning there wasn't any permissions.

Regards,
Earnie Boyd, CEO
Seasoned Solutions Advisor LLC
Schedule 1-on-1 help
Join me on Slack

 
Posted : 03/30/2024 2:28 am
(@google-businessgmail)
Posts: 25
Eminent Member
Topic starter
 

I asked my domain Provider to format my cpanel and they Accepted the question here it is my website is as new website i installed wordpress CMS i tried again  the script but i got the same Error and also what is permisson i gave for my web 

 

 
Posted : 03/30/2024 2:53 pm
SSAdvisor
(@ssadvisor)
Posts: 899
Noble Member
Premium Member
Pythonista Prodigy Badge
Prompt Engineer
API Entrepreneur
Power Member
 

@google-businessgmail I think you need to change line 111 of your PHP Snippet file from:

    $api_url = 'https://generativelanguage.googleapis.com/v1beta/models/gemini-pro:generateContent?key=' . $api_key ;

to:

    $api_url = 'https://generativelanguage.googleapis.com/v1beta/models/gemini-pro?key=' . $api_key ;

 

Regards,
Earnie Boyd, CEO
Seasoned Solutions Advisor LLC
Schedule 1-on-1 help
Join me on Slack

 
Posted : 03/30/2024 5:44 pm
(@google-businessgmail)
Posts: 25
Eminent Member
Topic starter
 

@ssadvisor Please Visit My website and Find The Problem The Above Technique Is not Working https://Muhtadun.com/k

 
Posted : 03/31/2024 5:20 pm
SSAdvisor
(@ssadvisor)
Posts: 899
Noble Member
Premium Member
Pythonista Prodigy Badge
Prompt Engineer
API Entrepreneur
Power Member
 

@google-businessgmail 

image
image

Based on the inspection you have a null value being referenced. 

Regards,
Earnie Boyd, CEO
Seasoned Solutions Advisor LLC
Schedule 1-on-1 help
Join me on Slack

 
Posted : 03/31/2024 6:28 pm
(@google-businessgmail)
Posts: 25
Eminent Member
Topic starter
 

@ssadvisor So tell How I fix This Or can i give You a Permission To Access my WordPress Dashboard If you can fix this problem or what please tell me

 
Posted : 03/31/2024 9:51 pm
SSAdvisor
(@ssadvisor)
Posts: 899
Noble Member
Premium Member
Pythonista Prodigy Badge
Prompt Engineer
API Entrepreneur
Power Member
 

@google-businessgmail in order to debug you should add a console.log(jsonResponse) statement after the if (jsonResponse.success):

.then(jsonResponse => {
    titleList.innerHTML = '';
    if (jsonResponse.success) {
        console.log(jsonResponse);
        const titles = jsonResponse.data[0].titles; // This line seems to be the problem

...
}}

Regards,
Earnie Boyd, CEO
Seasoned Solutions Advisor LLC
Schedule 1-on-1 help
Join me on Slack

 
Posted : 04/01/2024 12:30 am
Hasan Aboul Hasan
(@admin)
Posts: 946
Member Admin
Premium Member
Pythonista Prodigy Badge
Prompt Engineer
API Entrepreneur
Power Member
 

@google-businessgmail test your function first without UI, and make sure it is working. then build the UI

 
Posted : 04/02/2024 10:11 am
(@google-businessgmail)
Posts: 25
Eminent Member
Topic starter
 

@admin Check the result Mr.hasan in this link i have some website says there is no any but this one say have 6 error chech it right here https://phptools.online/php-checker/result/ba775800-b8e4-4d0a-a389-7e918d1eed1c

 
Posted : 04/03/2024 3:22 pm
SSAdvisor
(@ssadvisor)
Posts: 899
Noble Member
Premium Member
Pythonista Prodigy Badge
Prompt Engineer
API Entrepreneur
Power Member
 

@google-businessgmail the undefined functions are WordPress functions. Of course they are going to be undefined in this tool.

Regards,
Earnie Boyd, CEO
Seasoned Solutions Advisor LLC
Schedule 1-on-1 help
Join me on Slack

 
Posted : 04/03/2024 4:11 pm
(@google-businessgmail)
Posts: 25
Eminent Member
Topic starter
 

@ssadvisor How to fix this then 

 

 
Posted : 04/03/2024 4:12 pm
Page 1 / 2
Share: